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 27, 2012.

  1. Offline

    Jake0oo0

    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!

    It seems I forgot the commands so I added those...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  2. Offline

    ItsHarry

    Me gusta :D
     
  3. Offline

    Deleted user

    Thanks for taking over this fantastic plugin!
     
  4. Offline

    Jake0oo0

    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.

    Testing some stuff with BukkitDev then I should have a link up.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  5. Offline

    ItsHarry

    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 :)
     
  6. Offline

    Jake0oo0

    Lol thanks I'm just using the original code, so really that was you, but I will fix it on the next release.
     
  7. Offline

    ItsHarry

    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 :)
     
  8. Offline

    Jake0oo0

    Dammit thats why none of the commands were in the yml file...
     
    Deleted user likes this.
  9. Offline

    Deleted user

    dev.bukkit.org link? :D
     
  10. Offline

    Jake0oo0

    Ya I'm almost done with it then I will. :)
     
  11. Offline

    Jake0oo0

    Link is up
     
  12. Offline

    Jake0oo0

    Well its updated...Anyone want to tell me how to change the title...
     
  13. Offline

    C0nsole

    Link
     
  14. Offline

    DinoScope

    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...
     
  15. Offline

    bogyman2

    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
     
  16. Offline

    Jake0oo0

    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.

    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.

    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

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  17. Offline

    Jake0oo0

    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!
     
  18. Offline

    md_5

    Approved.
     
  19. Offline

    Jake0oo0

    Thanks! :D
     
  20. Offline

    Derjyn

    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.
     
  21. Offline

    Jake0oo0

    What permissions plugin are you using? I'm using PEX and it works fine for me :/
     
  22. Offline

    Derjyn

    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"
     
  23. Offline

    Jake0oo0

    Updated to 1.3.1 /goevent and /returnevent will now default to everyone, this will be changed once I get permissions working.
     
  24. Offline

    Stevensaurus

    So are those the only commands that default to everyone, the rest are OP?
     
  25. Offline

    Jake0oo0

    At the moment yes, I will be changing that as soon as I have all the permissions ready.
     
  26. Offline

    Jake0oo0

    Updated, check Bukkit dev link in the OP for download!
     

Share This Page