Inactive [ADMN/TP] WarpAllHere v2.10 - Warp all online players to a location or player [1.3.1-R2.0]

Discussion in 'Inactive/Unsupported Plugins' started by Jake0oo0, Apr 28, 2012.

  1. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    WarpAllHere - Letting you warp any online player to a specific location or player:
    Version: v2.05 - 1.3.1 - R0.1SNAPSHOT
    DevBukkit

    Note: This plugin was originally made by itsHarry, I am taking over for him, the original thread can be found Here.


    WarpAllHere adds many new features to help enhance teleportation, these include being able to teleport to a specific person, teleporting them to you, or a unique command where you can use the command, /startevent, this will create a warp at your location then players can do /goevent, this will teleport them to that location, once the event is over anyone with the correct permissions can type, /stopevent.

    Features:
    • Allow players to warp to other players.
    • Adds the ability to warp all online players to you or a specified player.
    • Adds "Events" which allow you to create a warp that players can warp to until the event is stopped.
    • Adds commands to let players warp other players to them and warp them to other players.
    Download(.jar)(Direct)
    Source Code (Coming Soon)

    Commands:
    Code:
    /warpallhere - Warps all online players to you.
    /wah - Same as /warpallhere
    /goevent Warps you to an event if there is one.
    /returnevent Warps you back to your original postition before teleporting to an event.
    /startevent Starts an event.
    /stopevent Stops an event.
    /warpallto [Player] - Warps all players to a player.
    /warpgroupto [group] - Warps a group to another group.
    /warphere [Player] - Warps a player to you.
    /warpplayer [player1] [player2] - Warps a player to another player.
    /warpto [Player] - Warps a you to a player.
    /warphelp - Brings up list of commands.
    
    Permissions:
    Code:
    NOT WORKING AT THE MOMENT
    warpallhere.* - Gives a player permission to all WarpAllHere commands.
    wah.events.go - Givers a player permission to go to an event.
    wah.events.return - Gives a player permission to return from an event.
    wah.events.manage - Gives a player permission to start/stop an event.
    
    Changelog:
    Version 2.05
    • /goevent and /returnevent now default to all players, will be changed soon!
    Version 2.04
    • Added permissions! Check them out in their section!
    • Fixed multiple bugs!
    Version 2.02
    • Re-Added some features that were removed.
    • Fixed a few typos in the files.
    • Made a few Minor changes in the code.
    Any time before Version 2.0 came out I do not have a changelog for, at that time I was not working on the plugin, and have no record of a changelog.

    Notice any bugs? Post here or send me a private message!

    This post has been edited 14 times. It was last edited by Jake0oo0 Aug 13, 2012.
  2. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It seems I forgot the commands so I added those...
  3. Offline

    ItsHarry

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  4. Online

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thanks for taking over this fantastic plugin!
  5. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No problem now only if it would be accepted...And if there are any features you guys would like just ask. I will also release a update soon with a fixed help screen and some aliases for some commands.
  6. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Testing some stuff with BukkitDev then I should have a link up.
  7. Offline

    ItsHarry

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Btw. I spotted an error on line 34:
    Code:
    if ((!permPlayer.hasPermission("warpallhere.warpplayer")) || (!permPlayer.hasPermission("warpallhere.*"))) {
            sender.sendMessage("You don't have permission");
            return true;
          }
    The if statement should be a && operator, not a || operator :)
  8. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Lol thanks I'm just using the original code, so really that was you, but I will fix it on the next release.
  9. Offline

    ItsHarry

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Oh haha, I think you're using an outdated version, WarpAllHere 2.1 didn't have /startevent and stuff anymore, it used /wah event start instead :)
  10. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Dammit thats why none of the commands were in the yml file...
    ShootToMaim likes this.
  11. Online

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    dev.bukkit.org link? :D
  12. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ya I'm almost done with it then I will. :)
  13. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Link is up
  14. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well its updated...Anyone want to tell me how to change the title...
  15. Online

    C0nsole

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Link
  16. Offline

    DinoScope

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Permissions support would MAKE this plugin. I'd like to use it to host events, but in order to let people use /goevent and /returnevent, they need OP...
  17. Offline

    bogyman2

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Any1 know why i am getting this error ?


    [SEVERE] Could not load 'plugins\WarpAllHereV2.0.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/Jake0oo0/WarpAllHerePlugin/WarpAllHerePlugin : Unsupported major.minor version 51.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:151)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:189)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.UnsupportedClassVersionError: me/Jake0oo0/WarpAllHerePlugin/WarpAllHerePlugin : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:140)
    ... 8 more
  18. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well getting back to work on this been pretty busy, and this. If I have time within the next few weeks I will probably be rewriting the whole code for this.
  19. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Wasn't able to replicate the error that you recieved, but I did update the plugin try that. I will possibly be adding permissions next update.
  20. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sorry for another post but that is fixed in the next release .04 and that will be out as soon as I am able to finish some permissions! :D
  21. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Alright uploading the new release now it has a good amount of changes, first off permissions, I have added these:
    wah.events.go Gives a player permission to go to an event.
    wah.events.return Gives a player permission to leave an event.
    wah.events.manage Gives a player permission to start/stop an event.

    I have also fixed a few bugs like the one someone posted above. Let me know if you find any new bugs! Thanks,
    -Jake

    Edit: Apparently Dropbox is down, and Mediafire wont let me upload for some reason...I will get the release up as soon as one is back up. -Jake

    Edit: Dropbox is back up and so is the download link! Enjoy!

    This post has been edited 2 times. It was last edited by Jake0oo0 Jul 17, 2012.
  22. Offline

    md_5

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Approved.
  23. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  24. Offline

    Derjyn

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No matter how I word the permissions, whether it be "wah.events.go", "wah.events", "warpallhere.events", etc, no one but ops can join events. Worked fine in the old WAH. What'd you do?! Tehe.
  25. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What permissions plugin are you using? I'm using PEX and it works fine for me :/
  26. Offline

    Derjyn

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    PEX. I'm no PEX noob either. I've reloaded, restarted, pex permissions reload, etc. Default group is getting the permission, they still get message that they don't have perms to user "/goevent"
  27. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Updated to 1.3.1 /goevent and /returnevent will now default to everyone, this will be changed once I get permissions working.
  28. Offline

    Stevensaurus

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    So are those the only commands that default to everyone, the rest are OP?
  29. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    At the moment yes, I will be changing that as soon as I have all the permissions ready.
  30. Online

    Jake0oo0

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Updated, check Bukkit dev link in the OP for download!

Share This Page