Inactive [TP/MECH] TravelPad v1.8 - Social Teleportation! [1.2.4-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by Gravity, Nov 21, 2011.

  1. Offline

    Thumbz

    So, this is my config, it isn't working. Am I supposed to have quotes somewhere I don't?

    #TravelPad configuration file
    Require ender pearl on tp: 'false'
    Take ender pearl on tp: 'false'
    MySQLSettings:
    Port: '3306'
    Database: EveraTravel
    Password: ******
    Username: thumbz
    Table: EveraTravel
    Hostname: 'www.freesql.org'

    Error I get
    java.sql.SQLException: Access denied for user 'thumbz'@'216.231.138.135' (using password: YES)
     
  2. Offline

    Gravity

    Then that means your password is wrong :p
     
  3. Offline

    Gravity

    This plugin IS 1.1-R5 COMPATIBLE!
    The build has been submitted to BukkitDev and will hopefully be available for download very soon.
     
  4. Offline

    Mercury

    Not sure if 1.2 R0.1 breaks or bug from 1.5
    22:44:09 [INFO] [TravelPad] Your config is out of date. Renaming and replacing it.
     
  5. Offline

    Gravity

    That should only happen once, is it happening multiple times?
     
  6. Offline

    Mercury

    Yeah. Everytime it is generating new file.
     
  7. Offline

    Gravity

    I'll take a look. I've heard that issue before.
     
  8. Offline

    Gravity

    Fixed in the latest version v1.6
     
  9. Offline

    Mercury

    I tried creating portal and suceeded but can't tp neither use identify command. "An internal error occured while attempting to perform this command".
    http://pastie.org/3524939
    Running latest TravelPad and b1.2.3 R0.1 Beta
     
  10. Offline

    Gravity

    I was able to replicate the error by standing on an unnamed pad and attempting to teleport, something that I can patch up, but once it was named it seemed to work just fine for me. Are you sure you named it?
    As for the other errors, it looks like some kind of issue when the plugin downloaded all the portals for offline use, but I have not been able to replicate it. What I would do is check to make sure you were naming it properly and everything, and if it's still not working let me know and I'll give you a debug version that you can run and give me the console output so I can see exactly why that's happening.
     
  11. Offline

    Mercury

    I think that happened because i named two portals same name.
    [​IMG]
    As soon as I enable plugin via plugman it starts to throw errors.
    http://pastie.org/3526102

    Again.
    I started server, cleaned MySQL. As soon as i made first portal /w command (travelpad name MercHouse) it started to give a lot of errors.

    As you can see MachinaCraft is mentioned in log: http://pastie.org/3526896
    Yes I do run MachinaCraft by Lyneria. It means TravelPad is conflicting with MachinaCraft.
    Can you do anything with it or do I have to ask Lyneria ?
     
  12. Offline

    Gravity

    That error signifies that something is wrong with the downloaded version of the files. Again, I have tested this on my dev server multiple times and did not encounter any errors except the one mentioned previously. Is the only time it has errors when you are using MachinaCraft? Or does it always have errors?
     
  13. Offline

    Mercury

    MachinaCraft doesn't give me any errors. I guess TravelPad conflicts with MachinaCraft somehow.
    This error is at server start http://pastie.org/3529246
    Also i cheked travelpad jar file, its not corrupted or broken.
     
  14. Offline

    Gravity

    Alrighty, well I started re-writing TravelPad about an hour ago because I realized how crappy the code is after trying to fix some of those errors. Hopefully I'll be done soon because I already have a lot of previous work done and logic worked out, so I'll update this thread when that is all figured out.
     
  15. Offline

    omega3141

    i had the same problem, but my first attempt was on top of the ground, it seemed to work when "embedded" in the ground.
    It failed to delete when i broke it up, i had to manually use commands to delete it.
    Also got this
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'travelpad' in plugin TravelPad v1.6
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:461)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:818)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:778)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:761)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:112)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
    at net.h31ix.travelpad.Travelpad.getCoords(Travelpad.java:286)
    at net.h31ix.travelpad.TravelpadCommandHandler.onCommand(TravelpadCommandHandler.java:108)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 mor

    this is on 1.2.3-R0.2-SNAPSHOT running under LINUX
     
  16. Offline

    Gravity

    Thanks for the report, as I mentioned I have begun developing a new version that will fix all these errors and instability so stay patient while I get that working :)
     
  17. Offline

    omega3141

    no problem, in slowly upgrading things and trying new ones out :)

    thanks
     
  18. Offline

    funky man

    I submitted a ticket with the same errors that i was getting during testing a little while ago, just wondering if you have a rough ETA on an update? Not rushing you but my current "travel" plugin seems to be no longer supported and i am looking for a replacement, and this one seems ideal..
     
  19. Offline

    Gravity

    Hopefully in a day or two, sorry for the wait.
    From my testing you should be able to safely use the current version for as long as you like but you may get an error or two every so often
     
  20. Offline

    funky man

    No need to appologise, looks like an awesome plugin but when i try to TP, or identify i just get an internal error message and no actual usage. Anything i should be trying to resolve this? FYI i've tried on but 1.2.3 R.01 beta and the 1.1 R4, but with sam error.
     
  21. Offline

    Gravity

    Nah, it works fine on my server but clearly nobody else's. I'll just keep working on this.
     
  22. Offline

    funky man

    Ok, will await the new version, thanks for the replys.
     
  23. Offline

    Gravity

    Just so you know I'll have it up real soon just did a ton of work and it's almost 95% there.
     
  24. Offline

    funky man


    Nice :)
     
  25. Offline

    Gravity

    Version 1.7 is now out after an all-night coding and testing spree, I re-wrote the thing from scratch and it now utilizes a flatfile database to increase speed and I managed to iron out a lot of those ugly bugs and errors.

    This update should fix all of those problems you guys were having, it's available here:
    http://dev.bukkit.org/server-mods/travelpad/files/8-travel-pad-v1-7/
     
  26. Offline

    funky man

    Cool, thanks. A bit busy at the mnute with work and what not but as soon as i can i'll have a look.
     
  27. Offline

    Tutimane

    this is working on my server but i only have 3 ppl on it right now. its simple and easy to use. I just dont like typing /travelpad tp <name> but im sure /tp <name> is out of the question.

    anyways thanks!
     
  28. Offline

    Gravity

    You can make your own aliases to make the command shorter if you like:
    http://wiki.bukkit.org/Bukkit.yml#aliases
     
  29. Offline

    kidnextdoor

    hey h31ix, i tried using your plugin and it is really cool..but can you help me with this...i have friends..i wanted to give them permissions in using the travelpads i had set in the server.. im using PEX.. i tried using travelpad.tp on em but it still wont work on... i really dnt like making them opped all the time just to use the travelpads.. please help :)
     
  30. Offline

    Gravity

    travelpad.teleport should be the proper permission.

    1.8 out now, changelog:

    Re-written to be more OOP, the flatfile system does not change at all, so it is totally backwards compatible.
    Now contains multi-language support
    New API
    New permissions to allow certain players/groups to have a defined amount of allowed pads.
    Hopefully got rid of a little confusion when creating pads, now if you have created one but did not put the obsidian down last you can simply right click the center block and it will recognize the pad.
    Fixes ticket 4 - bug where you could demolish a pad before it was named and still get your blocks back (ticket)
    Fixes ticket 6 - bug where you could create many pads by quickly placing and naming them (ticket)

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

Share This Page