Inactive [INACTIVE][TP] EasyTravel - Cube Based Teleport Regions [1.1-R4]

Discussion in 'Inactive/Unsupported Plugins' started by MiHo, Apr 30, 2011.

     
  1. Offline

    MiHo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    EasyTravel [Version 1.3]

    EasyTravel is a region based teleport system, used for creating realistic transport system by using teleports, like with boats, ships and trains.


    Usage Example Video:
    Video on YouTube

    Features:
    • Allows teleporting to a warp point only, if you inside a TravelPort.
    • Easier and Simpler to understand than other similar tools for that kind of teleports.
    • Scheduled Departs
    • Paid teleports with iCconomy 4,5&6, Essentials Economy, MultiCurrency and BOSE. (Optional)
    • Lock TravelPorts with a password.
    • Selections done by WorldEdit wand. (Currently WE required!)
    • Supports every up to date permissions system.
    • Multiworld support.
    • Supports translating the interface.


    1.) Download the ZIP Archive and extract it into you Plugins folder of Bukkit.

    2.) Also Download WorldEdit (Required for Configuration!)
    2b.) If you use Permissions don't forget to set them!

    3.) You are ready to create your first TravelPort by selecting a cube with the WorldEdit //wand tool and the EasyTravel Command "/port create My First TravelPort"



    1.) Select a cube (will be the first TravelPort) with the WorldEdit wand tool.

    2.) Enter the command: /port create XYZ123
    XYZ123 should be the name of the TravelPort. (Could contain spaces too!) (Shown to the user!)
    This creates a TravelPort with the selected area.
    Notice: If somebody travels to the port, it will arrive at the location where you are standing, when you entered the command! (You could change the position later with the /port destination command!)

    3.) Create another TravelPort with the WorldEdit wand selection and the /port create command.

    4.) Now go inside the second TravelPort and enter the command: /port link XYZ123
    This will connect the two TravelPorts. Using /depart while standing inside a TravelPort will teleports you to the linked TravelPort.

    5.) Optional: Now you could set a price or a password for the TravelPort by using one of the following commands, while standing inside the TravelPort:
    /port price 10.0 ...or another price instead of 10.0.
    /port password ABC ...or another password instead of ABC.



    Allowed to everyone if no Permissions is detected:
    Code:
    easytravel.depart
    Allows the user to use the TravelPorts.

    Allowed to Operators only, if no Permissions is detected:
    Code:
    easytravel.create
    Allows the user to create and manage it's own TravelPorts.
    Code:
    easytravel.info
    Allows to use the "/port info" command, to get information about the TravelPort you are currently inside.
    Code:
    easytravel.list
    Allows the user to list and search all existing TravelPorts.
    Code:
    easytravel.compass
    Allows to point the compass to the TravelPort.
    Code:
    easytravel.port
    Allows to port directly to the TravelPort from everywhere. (Should only given to Mods and Admins!)
    Code:
    easytravel.moderate
    Allows the user to manage TravelPorts they don't own.
    Code:
    easytravel.administrate
    Allows the user to reload the configuration ingame.


    Code:
    /depart
    Teleports you to the target TravelPort, when you are inside a TravelPort. (Needed Permission: easytravel.depart)
    Code:
    /port
    Command used for creating and managing the TravelPorts. Use /port help for more information.


    Changelog:
    Version 1.4:
    • Support for 1.1-R5-SNAPSHOT
    Version 1.3:
    • Support for SuperPerms
    • Added Support for iConomy 6 and MulitCurrency (Requires Java 7)
    Version 1.2.1:
    • Improved way to check if user is inside a TravelPort. If EasyTravel use to much cpu, it reduce the refresh rate itself. (Prevent causing lags, when too much players online.)
    Version 1.2:
    • Added support for iConomy 5, Essentials Economy and BOSE.
    • Added support for Scheduled Departs.
    • Added notifying admins on version outdated. (optional, configurable)
    Version 1.1:
    • Added ability to only allow defined group of users.
    • Some code clean up, and speed boost.
    Version 1.0:
    • Initial Release of EasyTravel

    This post has been edited 5 times. It was last edited by MiHo Feb 20, 2012.
  2.  
  3. Offline

    chrisgun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Please put this in your First post.
    And btw. The interval depart is Buggy: "Nächste Abfahft um 12:00 AM. Derzeit ist es 12:07 AM!" Intervals set to 30m. Or next depart 12:10 AM, it is 4:15 AM.
  4. Offline

    MiHo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'll have a look at that. Can you provide more details on that? Like does it only display the wrong time, but works correct?


    Will fix that tomorrow, ASAP!
  5. Offline

    Julianoz1224

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Could you make a option where you could make a port 1-way only?
    and another where you can flag a port so that you teleport as soon as you enter it, so no /depart command.

    These would be some great features for a few things I have planned. :D
  6. Offline

    MiHo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It's not officially supported, but there are two tricky way's to do that:
    1.) Manipulate the port.csv manually and remove the link only at one side of the port
    2.) First link A <-> B and den Link B <-> C and remove the link B <->. So the link A -> B still exists, but B isn't linked to anywhere
  7. Offline

    Julianoz1224

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What if you make it so when you stand on certain blocks you are teleported?
    An old plugin called TeleportBlocks did that, but the download link is now broken :(

    This post has been edited 1 time. It was last edited by Julianoz1224 Nov 26, 2011.
  8. Offline

    Phiwa

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Great alternative to VoxelPort!
  9. Offline

    Robbo905

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey, I keep getting an error every time I start my server:
    Code:
    [SEVERE] Could not pass event PLUGIN_ENABLE to EasyTravel
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
    at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
    at com.nijikokun.register.payment.Methods.createMethod(Methods.java:36)
    at com.nijikokun.register.payment.Methods.setMethod(Methods.java:66)
    at at.co.hohl.easytravel.listener.EconomyPluginListener.onPluginEnable(EconomyPluginListener.java:75)
    at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:590)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:975)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Does anyone have any idea what might be causing this? I'm running CraftBukkit #1597.

    This post has been edited 2 times. It was last edited by Robbo905 Dec 20, 2011.
  10. Offline

    MiHo

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

    Robbo905

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I don't need it to support iConomy - I don't set costs for any of my warps. Thanks for the advice but out of interest, can I disable economy in easy travel so that this error doesn't come up, or do I have to install this other version and register? Thanks.
  12. Offline

    MiHo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    use the latest snapshot
    it does not require any additional libs and natively supports nearly all Economy plugins
  13. Offline

    MiHo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Released EasyTravel 1.3

    Changes:
    - Support for all common economy systems
    - Support for SuperPerms (PermissionsEx, BukkitPerms & every other up to date perms)
  14. Offline

    Bmbt

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey there me and some of my other friends have downloaded this for our server. We got the port to work, but we can't get it to gave a price? + ours just teleport os staight away and we dont wright depart, wicht we would prefere. please help/reply
  15. Offline

    MiHo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Which economy plugin are you using? Have a look at the log, do you get lines of recognizing a economy plugin?
  16. Offline

    Bmbt

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    In the serverlog it says it has no problems with Ports. So to sum it up, the problem has something to do with the major.minor values?
  17. Offline

    HamOmlet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm having the same problem. I'm using iConomy 6 and cannot start the server without EasyTravel throwing the "major.minor values" error.
  18. Offline

    MiHo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    This is because you are using Java 6, but Nijikokun (developer of Register and iConomy) used Java 7 to compile the economy stuff.
    EasyTravel itself only requires Java 6, but if you want to use it with iConomy 6 you need to update to Java 7.

    Maybe I can fix this in the next version.
  19. Offline

    Bmbt

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thank you.[pig]
  20. Offline

    Freakinstar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi,

    what about using signs instead of /depart ?

    greetz
  21. Offline

    MiHo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    If you want to do so, look for a sign teleport plugin or a plugin which executes commands from signs.
  22. Offline

    HamOmlet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thanks - it worked!
    By the way, how do you delete ports? I may sound mundane asking this but I cannot find the command to do so.

    This post has been edited 1 time. It was last edited by HamOmlet Dec 29, 2011.
  23. Offline

    HamOmlet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I took a trip to the wiki and found that 1 Minecraft minute is equal to about 0.8 seconds of real time. If that's the case, then the plugin is working correctly -- it's just that users are confusing Minecraft time with real time.
    Would it be possible to convert Minecraft time to real time and display that to the user rather than the Minecraft time itself?
  24. Offline

    Freakinstar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is it possible to delete Ports?
    Solved.

    Next Problem:
    I always got stucked in the map on the second port.
    I tried changing the destination but its the same problem.
    Thx

    This post has been edited 2 times. It was last edited by Freakinstar Dec 30, 2011.
  25. Offline

    xKoKSii

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

    This post has been edited 1 time. It was last edited by xKoKSii Dec 30, 2011.
  26. Offline

    Harkonnen

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @ MiHo Great app good sir. My one question to you is in my server startup I am getting this error.

    01:50:37 [INFO] EasyTravel v1.3 is enabled!
    01:50:37 [INFO] Permission system not detected, defaulting to OP
    01:50:37 [INFO] ExpMiner enabled !
    01:50:37 [INFO] Loading Config File...
    01:50:37 [INFO] Server permissions file permissions.yml is empty, ignoring it
    01:50:37 [INFO] Done (0.446s)! For help, type "help" or "?"
    01:50:37 [WARNING] [EasyTravel] Can't connect to update server.
    01:50:37 [WARNING] [EasyTravel] Can't connect to update server.

    Sorry for the extra but I wanted to include all EasyTravel messages. Is there a way to resolve this problem on my end?

    Edit: I am also having a problem when I use the /port create command I get "Miss translation for 'format'"

    This post has been edited 1 time. It was last edited by Harkonnen Jan 2, 2012.
  27. Offline

    HamOmlet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Do you plan on adding an easier way to create one-way trips?
  28. Offline

    cLx

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey,
    The Plugin isn't work correct on my Server.
    If i try to make a new "Portal" he say's /portal helo for Command help or somthing.
    Can someone help me to fix it ?
  29. Offline

    haxel96

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Whenever i type /port help it says "/port help - Shows the help of the command."
    It does so to all /port commands i use. I don't know whats wrong, do i need Java 7?

    EDIT: Stupid me, it's for 1000 -.- i got the latest lol

    This post has been edited 1 time. It was last edited by haxel96 Jan 7, 2012.
  30. Offline

    TheShadow777

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ... sorry i have forgot to use java 7 xD

    This post has been edited 3 times. It was last edited by TheShadow777 Jan 8, 2012.
  31. Offline

    Whistler

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Download link not working? Getting that obiwan dude on Gethub tryin to use his mindtricks to tell me I've got the wrong page...silly obiwan.
  32. Offline

    Turitafo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    download link broken

Share This Page