[TP/ADMN] ZPort 8.0 - No.1 Teleportation Suite [1.5.1R0.2]

Discussion in 'Archived: Plugin Releases' started by zeeveener, Apr 14, 2012.

  1. Offline

    zeeveener

    ZPort - Teleportation and Warps made Easier:
    Latest Version: v8.0
    Download: BukkitDev

    [​IMG]

    Description:
    ZPort is the number one Teleportation and Warping plugin for Minecraft Servers.

    It is compatible with:
    CraftBukkit: 2768+
    Libigot: 208+
    Spigot: 837+

    Boasting a complete set of commands and features, this plugin sets the standard for other plugins that have teleportation functionality.
    The goal of this plugin is to provide server admins and players with one of the most user friendly experiences when dealing with Teleportation/Warping/Homes/Requests/WarpSigns and more!

    As this plugin has matured, it's feature list has grown longer as well as the code becoming more and more efficient. It now contains the essential commands and features expected in a plugin of this nature as well as others that make it just that much more enjoyable.

    Features:
    • MySQL SUPPORT!
    • Teleportation
    • Public/Private Warps
    • WarpSigns
    • Teleport Requests
    • Homes!
    • Much Much More!
    • For a more complete list, check out the BukkitDev Site.
     
  2. Offline

    Drako123toy

    how can i let normal players do warps????
     
    WolfOFear likes this.
  3. Offline

    WolfOFear

    how to make the players could use it?
     
  4. Offline

    94miner

    Will this conflict with Essentials?
     
  5. Offline

    zeeveener

    Version 2.5 has been released! Check out the change log in the OP to see the new features and permission changes.

    Essentials uses a system where it will let the other plugins use their commands before it tries to use its. This resolves most conflicts. I use essentials (not for much longer) and nothing has come up yet.

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

    94miner

    okay, thx
     
  7. Offline

    runnerbeany

    OK, i have done all the perm nodes. Should I put in the / commands?
     
  8. Offline

    tmanisawesome

    does essentials interfere with this plugin
     
  9. Offline

    Axmann8

    It's unfortunate you won't include a simple tutorial to help beginning users set up your plugin for permissions.

    Oh well, looks like I'll be using a different plugin since you can't be bothered.
     
  10. Offline

    zeeveener

    Do what you want, but the assumption I am making is that the "Server Admin" already understands how to use permissions and shouldn't need a tutorial. Besides: If they require a tutorial so badly, why haven't they looked at the thread for the perms plugin that they are using? It would have far BETTER tutorials than I could make...
     
  11. Offline

    istopped

    Hi, I'm kinda newbie :/ How I can set the permission? :/
     
  12. Offline

    MvP457

    Great plugin but you know what would make it better warp signs!
     
  13. Offline

    craxy_kid

    hi, this is a nice plugin . but my players are complaining because its hard to accept a request.its too long. why cant u make it just /tpaccept
     
  14. Offline

    zeeveener

    That would be something that I would use in a different plugin...


    I understand that and have been trying to look at a better, more efficient method. If you know how to code and have any ideas then by all means throw some my way.
     
  15. Offline

    0Zerotiger

    Lol, I was making a plugin with the same name and commands since I normally use Zerotiger as username
     
  16. Offline

    zeeveener

    lol
     
  17. Offline

    Visonik46

    regarding ur permissions, i want guardians (mods) to be able to go to private warps. but not create or delete them. is there a way to do that
     
  18. Offline

    zeeveener

    Done in v4.0:
    zp.createwarp.private - Creation/removal of private warps​
    zp.warp.private - Warping to them​

    Its currently waiting approval.
     
  19. Offline

    Visonik46

    sweet cant wait for it to come out
     
  20. Offline

    gganist

    I have a problem.
    when warping to close locations, the plugin works great, but when warping to far away locations, i get stuck in the ground and die!
    Please help!
     
  21. Offline

    zeeveener

    Can you try recreating a far warp and then see if it still kills you? If it does, I will create a check for blocks, if it doesn't then it must be something else...
    Also, are you getting any errors in the console?

    What?
     
  22. Offline

    guykaj

  23. Offline

    zeeveener

    I dont respond to permission questions. As long as you use the right permissions from my plugin, it will work. THe only possible problem is with the permission plugin you are using. Go to THEIR page and ask THEM why it isn't working.
     
  24. Offline

    boss86741

    I agree, I never figured out how to do permissions
     
  25. Offline

    MeMOnsta

    em....I just want to ask one thing..is the 1.2.5-R5 is for 1.3 or not...because if 1.3 is out why to made an update for 1.2.5?? :D and again, JUST ASKING!
     
  26. Offline

    Stevensaurus

    A teleportation delay would be nice.
     
  27. Offline

    zeeveener

    The reason is that there is no Beta or Recommended build of Bukkit for 1.3.
    Unless a server owner modifies their craftbukkit, it will not work.
    If they use a developer build, they run into an armada of errors. Plus, there are too many devBuilds to keep up with them.

    When a Beta build comes out, I will release an update if necessary.

    I can look into adding that option.
     
  28. Offline

    zeeveener

    Works with 1.3.1R1.0
     
  29. Offline

    fandomaniac

    What permissions plugin do you recommend to use with zport on CraftBukkit 1.3.1-R1.0? Which permissions plugin have you got working with zport on CraftBukkit 1.3.1-R1.0?
     
  30. Offline

    zeeveener

    I use PEX on my personal server. If that works for you on 1.3.1, then I would suggest you use that.
     
  31. Offline

    gbumoon

    on v1.3.1 recommended build #2340 the /back command works flawlessly for OPs but for anyone else it doesn't work and I receive this error in console:

    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'back' in plugin ZPort v5.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NullPointerException
    at org.bukkit.craftbukkit.CraftServer.getWorld(CraftServer.java:786)
    at me.zeeveener.ZPort.CommandHandlers.MiscCommands.back(MiscCommands.java:77)
    at me.zeeveener.ZPort.CommandHandlers.MiscCommands.onCommand(MiscCommands.java:98)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 15 more
    The command /back doesn't work for the user and they receive this message in-game:
    An internal error occurred while attempting to perform this command

    I tested this on two servers, one with a lot of plugins and one with only the following plugins:
    CommandBook
    bPermissions
    WorldEdit
    WorldGuard
    ZPort

    same result on both servers. This is included for all users in my bPermissions groups.yml file.
    - zp.back

    Please advise, thank you!
     

Share This Page