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

    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.

    How To Setup (open)

    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"


    Create First Travel Route (open)

    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.


    Permissions (open)

    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.

    Commands (open)

    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)
    Older Changelogs (open)
    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
     
  2. Offline

    Julianoz1224

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

    MiHo

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

    Julianoz1224

    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 :(
     
  5. Offline

    Phiwa

    Great alternative to VoxelPort!
     
  6. Offline

    Robbo905

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

    MiHo

  8. Offline

    Robbo905

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

    MiHo

    use the latest snapshot
    it does not require any additional libs and natively supports nearly all Economy plugins

    Released EasyTravel 1.3

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

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

    Bmbt

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

    MiHo

    Which economy plugin are you using? Have a look at the log, do you get lines of recognizing a economy plugin?
     
  12. Offline

    Bmbt

    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?
     
  13. Offline

    HamOmlet

    I'm having the same problem. I'm using iConomy 6 and cannot start the server without EasyTravel throwing the "major.minor values" error.
     
  14. Offline

    MiHo

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

    Bmbt

    Thank you.[pig]
     
  16. Offline

    Freakinstar

    Hi,

    what about using signs instead of /depart ?

    greetz
     
  17. Offline

    MiHo

    If you want to do so, look for a sign teleport plugin or a plugin which executes commands from signs.
     
  18. Offline

    HamOmlet

    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.

    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?

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

    Freakinstar

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

    Deleted user

  21. Offline

    Harkonnen

    @ 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'"
     
  22. Offline

    HamOmlet

    Do you plan on adding an easier way to create one-way trips?
     
  23. Offline

    cLx

    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 ?
     
  24. 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
     
  25. Offline

    TheShadow777

    ... sorry i have forgot to use java 7 xD
     
  26. Offline

    Whistler

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

    Turitafo

    download link broken
     
  28. Offline

    TCLG6x6

    PLEASE FIX THE DOWNLOADLINK!
     
  29. Offline

    MiHo

    It's also possible to download it via dev.bukkit.org! And there is also a new build which is compatible with 1.1-R5-SNAPSHOT
     
  30. Offline

    Tomaz

    Very intresting, i'll take a look at this.
     
  31. Offline

    Rebelcoil

    Is it possible to make teleport area that will teleport without typing /depart after some time ?
     

Share This Page