[TP] CoorTeleport 1.7.1 - Teleport to and save Coordinates [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Zero9195, Jun 4, 2011.

  1. Offline

    Zero9195

    CoorTeleport
    Part of the ZeroBox
    Teleport to specified Coordinates and​
    save Locations for easier Teleport.​
    Download Latest Version here
    Old Versions:
    Supports Permissions 2.7 NOT 3.0 (working on it)
    If Permission is not detected, only OP's are able to use it.
    Permissions Nodes: (open)

    Code:
    tc:
         coorteleport.coordinates
    tp:
         coorteleport.player
    tl:
         coorteleport.location
    save:
         coorteleport.save

    Features (open)

    Code:
    Teleport to Coordinates
    <...> = Needed Options
    [...] = Optional Options
    Syntax:
    /ct tc <X:Y:Z> [World]
    If world is not set, you will be Teleported in your current world.
    
    Teleport a Player to Coordinates
    Syntax:
    /ct tp <Player> <X:Y:Z> [World]
    If world is not set, the Player will be teleported to his world.
    
    Save and Teleport to a saved location
    Syntax:
    /ct save <X:Y:Z> [World] <Name>
    This will save the Location with a Name. You can then use:
    /ct tl <Name>
    This will teleport you to previously saved Location.
    If world is not set, your current world is saved.
    

    Upcoming Features (open)

    1. Add a "/ct save NAME" command

    ChangeLog
    • v1.7.1
      • Bugfix, used wrong Methods.
    • v1.7
      • Fixed a Bug, where the Commands didn't worked sometimes. (Stupid Java)
    • v1.6
      • Initial Release for Public
      • Added Location Save
      • Added Teleport Player to Coordiantes
      • Added Teleport yourself to Coordinates
      • Added Teleport yourself to Location
    The ZeroBox Project
    I started the Project myself. I will create Plugins and will unite them all in this Package. As soon as I have more Plugins, you can download them all at once with this link (There is no link, I said later ;) ) Maybe you want to contribute to this Package, then just PM me.
     
    Moe041991 likes this.
  2. Offline

    Plague

    changelog has to be at the end
    latest 2 revisions cannot be in a spoiler
    having a spoiler for 1-4 lines kind of beats the purpose and is pretty annoying
     
  3. Offline

    Zero9195

    I think I fixed the problems, better now? ;)
     
  4. Offline

    Zero9195

    Noone wants to use it? :( Sad.
    Maybe you wanna try out my other Plugins. Check my Siganture ;)
     
  5. Offline

    Camero

    I just wanna say that this is an awesome plugin, I've been wanting this for a while. Your effort isn't a waste :D
     
  6. Offline

    Zero9195

    @Camero
    Thank you :D I spend a lot of time doing this, and my next Plugin will be even more awesome ;) I just wondered why nobody else did something like this, so I quickly made it myself ;)
     
  7. Offline

    Underkover

    I've added the plugin but i don't get the teleportation to work :S

    I write like this: /ct tc -11.4:46.6:296.6

    but i just get the message Try out /ct <tc|tp|save|tl>. What do i do wrong?
     
  8. Offline

    Zero9195

    @Underkover
    Oh, you can't use decimals. Just write -11:46:296. Decimals won't work, sry :(
    I should add this to the description...
     
  9. Offline

    Underkover

    Still don't get it to work ): i get the same message.
    Could you give me an exact example? :)
     
  10. Offline

    Zero9195

    @Underkover
    Strange, it should work. Maybe it's broken (again), even if nothing changed. I will explain it:
    1. Everything worked fine, tested it much and everthing works.
    2. Started Testing GroupSpawn, doesn't worked, and because I implemented a lot of CoorTeleport I tested it again (I cahnged NOTHING), it doesn't worked anymore.
    3. I don't understand it xD

    I will take a look into this. Here is an exact and working example.

    /ct tc 10:70:10

    Btw: Error message? Bukkit?

    @Underkover
    I hopy I fixed it with the new latest version. If not, please tell me. :)

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

    Clucky

    doesn't work, however that might be cuz im using build 818 =P but its a great idea, keep up the good work
     
  12. Offline

    Zero9195

    I think it does work with 818. Will take a look into it ;) Any Errors occuring?^^ Do you get any message? It could be that the CommandTracker is broken again... eventhough I did not change anything. Stupid Java xD
     
  13. Offline

    WeeBaird

    The error message I'm getting is "An internal error occured while attempting to perform this command."
     
  14. Offline

    Camero

    I really want this on my private server, but it isn't compatible with our version of permissions... :( I can't wait until it is though :p
     
  15. Offline

    Zero9195

    @WeeBaird
    I need the full error message, else I can't help you.
    @Camero
    I'm sorry, but I have much other things to do right now. I will do it as fast as possible ;)
     
  16. Offline

    Gilden00

    I get the an too, here is my full report.

    01:47:32 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'ct' in plugin CoorTeleport v1.7
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)​
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCammand.java:128)​
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:287)​
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)​
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)​

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)​
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)​
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)​
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:339)​
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)​
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)​
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)​
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)​
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at de.Zero9195.CoorTeleport.CoorTeleport.onCommand(CoorTeleport.java:170)​

    I am using bukkit 680 along with the Citizens CraftBookCircuits CraftBookCommon CraftBookMechanisms CraftBookVehicles craftscripts EternalWolf mobSpawner and WorldEdit.

    P.S. Is there an easier way to copy error reports? Because I just had to copy all that by hand.
     
  17. Offline

    Zero9195

    @Gilden00
    It seems it needs permissions, but it doesn't... will take a look into that.
    What do you mean by easier way? Go into the server.log and copy/paste it into here. If you are using Midnight Commander on Linux try "Mark F3" or at least i think it is F3...
     
  18. Offline

    life and fate

    This is an awesome plugin so useful for admins to teleport to different saved locations, just wondering if you would be able to automate the save location function as in I just have to input "/ct save *insert name*" and the plugin automatically knows were I am and can save that location.
    Cheers
     
  19. Offline

    Zero9195

    @life and fate
    If I ever have time again, I will add this ;) btw, does it work with the newest RB?
     
  20. Offline

    Kalemar

    I want to call this plugin from another plugin but cmds need to able to be run on the console but this does not seem to work (eg: ct tp player -10:70:10). Is this the case or do I need to do something with permissions?
     
  21. Offline

    Zero9195

    No, it doesn't work. It works only Ingame. I don't really know how to do that, maybe take a look into that later on if it's very important for you^^
     
  22. Offline

    Kalemar

    thats ok.. thanks.. I've made a work around so all good. Really like this plugin. Good work :)
     
  23. Offline

    QChronoD

    I'm getting the same error as Gilden up above. "An Internal error occurred...." and then the same dozen lines on the console. (line numbers are a bit different, but all the same function calls)
    It' also gives me this as well
    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

    Running Bukkit 935, but dont have permissions running (yet).
     
  24. Offline

    Zero9195

    @ChronoD
    Ok, wait for a new version, at the weekend I may have a bit time to fix that :D
    Antoher solution, use Permissions :D
     
  25. Offline

    FarSideX

    Started using this plug-in a few days ago after recompiling it to work with Java5 (for OSX PPC). I like this one over some of the other similar plug-ins.

    Today I set up a linux box so I didn't have to recompile most of the plug-ins I use. I found there is an issue with the /ct tl command. It doesn't work :) It didn't work when I recompiled it and I though it was a problem I caused, but it behaves the same way under Java6 with your compile. The /ct save command does save the location but I get a 'Location not found' error with the tl command. Yes my world is called world.

    Data in the Locations.yml file after a '/ct save 252:65:301 myhome' is
    Code:
    myhome:
        World: CraftWorld{name=world}
        Y: 65
        X: 252
        Z: 301
    
     
  26. Offline

    Zero9195

    @FarSideX
    Thanks for the report, it seems I missed a line somewhere, or RB935 has broken it, I will update ASAP.

    @FarSideX
    It should work now :D

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

    FarSideX

    Yes it does work now.

    I noticed it says v1.6 when the plugin loads though. :p
     
  28. Offline

    Zero9195

    Oh strange, maybe I forgot something... thx anyways ;)
     
  29. Offline

    life and fate

    Hey again
    Would be really cool if you could incorporate the new direction facing number "f" into this so you could spawn facing the right way. :)
     
  30. Offline

    JackRiguel

    Hey, been having an issue getting your plugin working. I'm new to craftbukkit so i might have something seriously wrong.
    Code:
    2011-07-29 23:38:14 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-29 23:38:14 [WARNING] **** NOT ENOUGH RAM!
    2011-07-29 23:38:14 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-07-29 23:38:14 [INFO] Loading properties
    2011-07-29 23:38:14 [INFO] Starting Minecraft server on 69.46.43.210:25566
    2011-07-29 23:38:14 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-29 23:38:14 [INFO] Preparing level "world"
    2011-07-29 23:38:14 [INFO] Preparing start region for level 0 (Seed: 2139340603247233603)
    2011-07-29 23:38:15 [INFO] Preparing spawn area: 85%
    2011-07-29 23:38:16 [INFO] Preparing start region for level 1 (Seed: -4521472796911572476)
    2011-07-29 23:38:16 [INFO] Preparing spawn area: 81%
    2011-07-29 23:38:17 [INFO] Permission system not detected, defaulting to OP
    2011-07-29 23:38:17 [INFO] <CoorTeleport> File doesn't exist. Creating...
    2011-07-29 23:38:17 [INFO] <CoorTeleport> File created.
    2011-07-29 23:38:17 [INFO] <CoorTeleport> CoorTeleport v1.6 is on.
    2011-07-29 23:38:17 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-29 23:38:17 [INFO] Done (0.236s)! For help, type "help" or "?"
    2011-07-29 23:38:20 [INFO] JackRiguel [/24.21.40.125:43788] logged in with entity id 50 at ([world] 154.77440601200263, 65.0, 17.504301447170025)
    2011-07-29 23:38:35 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'ct' in plugin CoorTeleport v1.7.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 de.Zero9195.CoorTeleport.CoorTeleport.onCommand(CoorTeleport.java:170)
        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-07-29 23:38:51 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'ct' in plugin CoorTeleport v1.7.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 de.Zero9195.CoorTeleport.CoorTeleport.onCommand(CoorTeleport.java:170)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-07-29 23:38:53 [INFO] JackRiguel lost connection: disconnect.quitting
    2011-07-29 23:38:53 [INFO] Connection reset
    
     

Share This Page