[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

    Plague

    approved
     
  3. Offline

    QualityQ

    ?

    Code:
    17.04 16:15:13 [Server] INFO    ... 12 more
    17.04 16:15:13 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    17.04 16:15:13 [Server] INFO    at me.zeeveener.ZPort.CommandHandler.onCommand(CommandHandler.java:1035)
    17.04 16:15:13 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.getWorld(CraftServer.java:758)
    17.04 16:15:13 [Server] INFO Caused by: java.lang.NullPointerException
    17.04 16:15:13 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    17.04 16:15:13 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    17.04 16:15:13 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    17.04 16:15:13 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    17.04 16:15:13 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    17.04 16:15:13 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    17.04 16:15:13 [Server] INFO    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    17.04 16:15:13 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    17.04 16:15:13 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    17.04 16:15:13 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    17.04 16:15:13 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    17.04 16:15:13 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    17.04 16:15:13 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    17.04 16:15:13 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'back' in plugin ZPort v1.0
     
  4. Hey, i got no idea how to use permissions.
    I have tried install the "bukkit-permissions" and such, but i never seems to be able to configure it right/such.
    I've also tried add stuff like
    Code:
    users:
    Permissions:
    zp.tpa:true
    in the Permissions.yml, but it doesn't work.
    So could you eaither put an permission config or help me? xD
    Also, nice job :)


    thx
     
  5. Offline

    zeeveener

    If the player who typed /back wasn't teleported/warped beforehand, there will be no data in the files that regards to them. This will pull up a NullPointerException because the plugin cannot find the data it is looking for.

    Try setting a warp, warping to it from a few blocks over, then typing /back again. If the error persists let me know and I will take a closer look.
     
  6. Offline

    garyness

    thanks for all of these .[​IMG]
     
  7. Offline

    zeeveener

    You're welcome I suppose. Although i'm not sure what you mean by "these"
     
  8. Offline

    iCnHunter

    I am using these permissions and it is not letting players who are not OPS warp.

    zp.use
    zp.admin
    zp.warp
    zp.back

    What am I doing wrong? It is just saying "You do not have permission to that"?
     
  9. Offline

    zeeveener

    90% of the permissions problems that I have heard of or experienced result from the permissions plugin not being set up properly. Please make sure 100% your permissions is set up correctly and then come back if there are problems.
     
  10. Offline

    prinzovdarkness

    i am getting an error when i try and open warplist 4
    2012-04-21 16:14:57 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'warplist' in plugin ZPort v1.0
    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:473)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 15
    at me.zeeveener.ZPort.CommandHandler.onCommand(CommandHandler.java:982)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
    i do not know how to fix this or what is going wrong, please get abck to this as your mod is the best :)
     
  11. Offline

    zeeveener

    Could you send me a paste bin of your config.yml? I can't seem to recreate the problem.
     
  12. Offline

    zeeveener

    Version 2.0 is RELEASED!!! YAY

    Changelog:
    Code:
    Added:
    * /tpahere - Requests a player to teleport to the user. Requires permission node: zp.tpa
    * Private/Public warps - A player can make themselves a private warp that only they/admins/ops can see. Requires permission node: zp.private
    * /tpalist - Simpler method of getting history of requests. Requires permission node: zp.tpa
    * Cooldown - A cool down period between when players can use /tpa and /tpahere. (0 means no cool down)
    * /cooldown (time) - The command to see/change the cool down period. (time) is Optional. Requires permission node: zp.cooldown
     
    Changed:
    * Layout of /zp help screen
    * /tpalist replaced the other method of listing the history of requests
    * /warplist will now display your private warps, but nobody else's (Unless you are op/admin)
    * Removed zp.use permission as it was useless
    * Layout of config.yml will be automatically updated to account for the changes to data storage format.
    * Command format for /tpaccept and /tpdeny to account for /tpahere
     
  13. Offline

    chipi32

    I support the truth is that not only do I put the plugin
    and nothing but is not that Asher and where to put the permisionshelp me when someone who is not put admin center warp
    he says I do not have permission
     
  14. Offline

    Arahis

    How to Downland?
     
  15. This is gonna sound nooby, but how do I make it so that anyone can use the plugin, not just ops.
     
  16. Offline

    zeeveener

    Well, you can give them the permission node: zp.admin
    That gives access to every feature of the plugin.
     
  17. how do I do that?
     
  18. Offline

    zeeveener

    Version 2.0 has been released. This is a HUGE update as you will surely see from the change log up above.

    Make sure to send your ideas for fixes/upgrades/etc
     
  19. Offline

    im anomaly

    how do i change permissions so normal players can do certain tp's like [tpa, tpaccept/tpdeny]
     
  20. Offline

    zeeveener

    There is no option for that currently
     
  21. Offline

    twostixfamily

    I have a question, What java reader version is required for this plugin? I have an old computer i use to run my server and essentials does not work because the computer doesn't have the required java reader update.
     
  22. Offline

    zeeveener

    I don't understand what made you think you would get help if you came here... Go to Essentials and ask there...
     
  23. Offline

    SlimShady96X

    prejudice to excuse me but I have not understood a thing as giving permission to others to use / warp I still have not figured out how to set these things
     
  24. Offline

    zeeveener

    Well think of it like this: Say you want to save warps for future use, but only want certain people/groups to have the ability to go to these warps. That is where you give the players/groups the permission zp.warp so they can access it. Other players will not be allowed to use the warps and your locations will be safe.

    As for setting perms, contact your permission plugin's author. They will know more about setting perms and will probably already have tutorials telling you how to do so.

    Hope that helps a little
     
  25. Offline

    Jessething

    Hi everyone I have been trying to give everyone on my server access to being able to warp but no-one that isn't an op can so can someone please help me?:):'([diamond]
     
  26. Offline

    zeeveener

    It always seems like people don't understand warps... Never teleportation which is set up with permissions the exact same way... I don't understand. Everything on my 30-slot server works perfectly fine.

    I might have to tell people to learn how to set up permissions before bothering to download this plugin...
     
  27. Offline

    scythe1969

    I'm getting the message: "An internal error occurred while attempting to perform this command", when I try to run the /warplist command. The server's logs show error messages that are similar to the ones noted above. Anyone solve this issue?

    Currently running the latest stable version of Bukkit and the following plugins: commandbin, travelportals, worldsaver and dynmap.

    Any suggestions would be appreciated.
     
  28. Offline

    zeeveener

    Show the error code... It all looks similar at first glance but every error contains useful information.
     
  29. Offline

    G1R Productions

    How about splitting up the /tpaccept /tpdeny /tpa
    I want some groups to be able to teleport while all groups can accept or deny the requests of people who can teleport.
     
  30. Offline

    zeeveener

    I like this and actually tried it earlier, but I seemed to have problems figuring out the extra node for permissions. And, if you have read the previous posts, everyone likes complaining about those as it is. However, I will for sure look into implementing this as more than one person has asked for it so far.
     

Share This Page