[INACTIVE][TP] SimpleWarp v2.3 - Simple Warping for the masses [1000] [UNSUPPORTED]

Discussion in 'Inactive/Unsupported Plugins' started by rymate1234, Jul 19, 2011.

  1. Offline

    rymate1234

    SimpleWarp v2.3 - Simple Warping for the masses:


    Version: v2.3
    This is my first plugin, so be nice :)
    SimpleWarp is a simple plugin for handling warps. It has 3 commands:
    • /warp <warpname> - Warps to the specified warp (Permissions node warp.go)
    • /setwarp <warpname> - Creates a warp at your location (Permissions node warp.set)
    • /listwarps - List the first 8 warps in your warps.txt file. (Permissions node warp.list)
    The iConomy support is easily set up in the config file generated in the SimpleWarp folder, there you can set the price of warping :)

    Features:
    • Warping to a warp
    • Creating new warps
    • Permissions
    • Warp listing
    • Economy Support
    Download it now!!! (Mediafire turns it into a .zip)
    Source Code!
    Experimental Release (Plus information)


    ToDo List (In order of importance):
    Red is not done, Orange is in progress, green is done (and coming in the next version!)

    • Configuration File
    • iConomy support
    • MySQL/SQLite warp storage
    • Warp Lists (/listwarps shows a list of warps) DONE! It can show up to 8 warps :p
    • Multiple warp list pages
    Changelog:
    Version 2.3:
    • Added defaulting to OP functionality for people without permissions
    Read More.... (open)

    Version 2.2:
    • Fixed permissions node for /warp not working
    • Added feature for /warp that only warps you if there is enough headroom (Thanks to garbagemule for that :D)
    Version 2.1:
    • Fixed a major bug with /warp
    Version 2:
    • Adds a Config file!
    • Permissions 3.x support!
    • Economy support!
    • Warp listing!
    Version 1

    • Initial Release
     
    chapter_5 likes this.
  2. Offline

    chapter_5

    kk first make sure you have it like this.
    - 'warp.go'
    No tabs just spaces. If thats how its entered on yours then its a coding error on the devs behalf
     
  3. Offline

    meiamone

    I didn't notice it either. :p However, how does this support iconomy? Is there somewhere to set a price for warps? I don't see any instructions for that.

    I wished this worked, but it isn't. I'm op and admin and it won't do anything. The commands just echo after I type them...ie. I type /setwarp something and it just says /setwarp <warpname> as if I'm doing something wrong.

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

    rymate1234

    Released version 2.2!

    this fixes a major bug in the /warp permissions node and adds a feature to /warp that only warps you if thhere is headroom!

    see the github for slightly more detail :D#

    Download link is in the main post

    Did ya give yourself the permission nodes?

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

    GermanCrafter

    Erm...
    "/setwarp warpname" <-WTF?
    I can't create Warps, I always get this. Why? I searched really long for a plugin like this, and now I found it, but it is not working :(
     
  6. Offline

    meiamone

    I thought I did, but I must not have. lol. Sorry for dumb question. I had tried out several different kinds of mods and must have forgotten, however, I still can't get the warp prices to work. I check my balance before and after, as an op and as non-op, admin and other.
    Code:
    #Please edit to your desires.
    #Sat Jul 30 18:46:47 CDT 2011
    use-economy=true
    price-to-warp=20
    Using Iconomy 5.0.1
    PermissionsEX
     
  7. Offline

    DaVince

    This. I type /setwarp anyname and it acts as if I haven't given an argument at all. There is no error message. I am using Bukkit revision #1000.

    Also, here's a suggestion: could you make /warp act like /listwarps if no argument is given? I always find that useful.
     
  8. Offline

    Pixiio

    Thanks for this!
     
  9. Offline

    Malao567

    I get an internal error if i use /setwarp? im an op on the server and i am not using permissions
     
  10. Offline

    rymate1234

    You need to have permissions.
     
  11. Offline

    GermanCrafter

    My console writes: "Defaulting to OP".
    It would be lovely if you could implement an OP function...
     
  12. Offline

    Malao567

    that's kinda bull. i have too many plugins to edit them all into permissions. please fix this.
     
  13. Offline

    rymate1234

    Right, I'll be adding defaulting to OP functionality for /setwarp soon :)

    Released version 2.3!

    This adds defaulting to OP functionality! :D

    As always, the link in the main post is the download link :)

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

    osholt

    The download is working for me.
     
  15. Offline

    matte3560

    The link in the OP doesn't work for me :(

    Edit: It worked today for some reason
     
  16. Offline

    rymate1234

    Sorry, my server was being an ass.

    Download link works again :)
     
  17. Offline

    Hugo2dog

    Code:
    2011-08-11 18:35:43 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'setwarp' in plugin SimpleWarp v2.1
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    	at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    	at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    	at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    	at net.rymate.SimpleWarp.SetWarpsCommand.onCommand(SetWarpsCommand.java:35)
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    	... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    	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:36)
    	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	... 14 more
    2011-08-11 18:36:03 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'setwarp' in plugin SimpleWarp v2.1
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    	at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    	at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    	at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    	at net.rymate.SimpleWarp.SetWarpsCommand.onCommand(SetWarpsCommand.java:35)
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    	... 12 more
    2011-08-11 18:36:11 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'setwarp' in plugin SimpleWarp v2.1
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    	at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    	at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    	at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    	at net.rymate.SimpleWarp.SetWarpsCommand.onCommand(SetWarpsCommand.java:35)
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    	... 12 more
    Get this when I type /setwarp whatever
     
  18. Offline

    rymate1234

    Darn, thought I'd fixed that error.

    I have released a fix build that fixes this!
    http://rymatemc.co.cc/plugins/SimpleWarp.jar

    It has a load of extra WIP stuff that doesn't work :D
     
  19. Offline

    breakeaway

    You should add a wandtool, which allows to create an warp area, where you only can use the warp command.

    Sry for bad english ;)
     
  20. Offline

    Hugo2dog

    With your new link i'm getting this. Its a little shorter XD

    Code:
    2011-08-12 09:03:12 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'setwarp' in plugin SimpleWarp v2.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at net.rymate.SimpleWarp.SetWarpsCommand.onCommand(SetWarpsCommand.java:35)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
     
  21. Offline

    rymate1234

    Ok,

    I have released a fix build that fixes this! (again!)
    http://rymatemc.co.cc/plugins/SimpleWarp.jar
     
  22. Offline

    thestriker095

    Remove warp command??
     
  23. Offline

    xodial

    I am having a bit of trouble getting /setwarp to work. No matter what I do, it tells me I don't have permission. I am using PermissionsBukkit on RB1060. It also appears that permissions do not affect the plugin at all. When it loads, it says it is using Permissions 2.7.7, as emulated by PermissionBukkit, but it just isnt paying them any mind and defaulting to op.
     
  24. Offline

    rymate1234

    Sorry I'm late replying, but I believe that when putting in permissions that isn't superperms into PermissionsBukkit, it needs to be prefixed with superpermsbridge.<node here>

    I don't use it though :(
     
  25. Offline

    MangoChips

    When i try to do /listwarps it gives me an internal error. Everythign else works great tho!
    Heres My Error:
    http://pastebin.com/SwxZiL1X
    I use PermissionsEX
     
  26. Offline

    question42rus

    There are some problemls on the craftbukkit 1060, when any player used command /warp:
    Error:

    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin SimpleWarp v1
    ....
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/LocationV
     
  27. Offline

    rymate1234

    Why are you using v1 when the latest version is v2.3?

    Updating it might help :D
     
  28. Offline

    question42rus

    Yes, it is help :D
     
  29. Offline

    saschaalexhein

    I am too to stupid!
    I type /setwarp home
    and only get the answer /setwarp <warpname>
    I am Admin and op on my server!
     
  30. Offline

    rymate1234

    This is a known bug.
     
  31. Offline

    the_bokononist

    Do you know if your plugin will work with the warps.txt file used by http://dft.ba/-UJz , which is a modified hmod-type warps file? I really don't want to have to make every single one of my warps again...
     

Share This Page