Inactive [ADMN/TP] TeleportRequest v0.2 - Send request to teleport [1000]

Discussion in 'Inactive/Unsupported Plugins' started by Noneofyourbusiness, Jul 8, 2011.

  1. TeleportRequest v0.2
    by Waldfelt


    Dependencies:
    Permissions v2.7.4 -> download or
    Permissions v3.1.6 -> download

    Download the latest version -> version 0.2

    Features:
      • Players send a request before teleporting, which can be accepted and denied.
      • Implementation of Permissions v2.7.4.
      • Administrators/Moderators can force teleport to a player.
    Commands
    /tp [Player] - Send teleport request to player
    /tpa - Accept all teleport requests
    /tpd - Deny teleport request
    /tpl [Player] - Show pending requests
    /tpt - Toggle auto-accept

    Permission node:
    - tpreq.user (All commands)

    - tpreq.admin (Force teleporting)


    Upcoming features:
    None at the moment

    Change log:
    version 0.2 Added /tpc and /tpa <Player> and handling offline players properly.


    Donations:
    Donations are greatly appreciated to keep our server up to date and allow us to grow!

    To donate click here!
    [​IMG]



    Test server:
     
    leetgamer and monsterwol like this.
  2. Offline

    Plague

    is the 955 needed? You should use latest recommended CB
     
  3. Offline

    Lolmewn

    Latest RB is 953 ;) Ah well the rest looks good ;)
     
  4. Ah i am one of those server hosts who uses nightly builds for the servers XD,
    but i will edit it to 953, since it also works there.
     
  5. When someone tries to teleport the message '[Player] is not online' comes out. I'm admin of the server, with all permissions, the default group also has the permissions to send requests. I'm using build 953. Help?
     
  6. Well when a player cannot be found, it will return the [Player] is not online message.

    The player parameter of /tp, allows you to specify a String which matches the first characters of the player name. Did you maybe specify another part of the player's name? If you still have problems, please show me exactly what went wrong, so i can be more helpful :)

    Unfortunately i have been very busy lately, so i hadn't got the time to update the plugin, but soon i will implement /tpc to cancel your current outgoing request and /tpa [PlayerName] to specify a request accept from a certain player.
     
  7. Offline

    gameswereus

    Once this plugin is fully working, I'll leave a review on it. Bugs etc etc.
     
  8. I have been very busy lately, but i will try to push an update tonight :)

    EDIT: Update pushed! :)
     
  9. this is usefull :D
     
  10. Thank you very much, monsterwol! :D
     
  11. Offline

    bigkevin112

    Hello. I really love this plugin but there is one thing that is just not right to me. I wish that when a new player joined the game the auto-accept was disabled till they did the /tpt. As of now its got auto-accept enabled till they do /tpt
     
  12. Offline

    xemnes

    this is my problem, cna you create config that allows you to have tpt off by default?
     
  13. Okay, i am a little busy now, but soon i will push an update with a config.yml for configuring the auto-accept tpt :)
     
  14. Offline

    bigkevin112

    Thank you so much!!! I was glad to see that you are going to do this!! Just let us know when you get it updated :)
     
  15. Offline

    The Zephyr Kid

    It just straight teleports with no request for me.... could there be another plugin interfering?
     
  16. Did you active the tpreq.admin for yourself?
     
  17. Offline

    Evilozmaker

    great plugin, would you consider making it work with vouchers? soo people still need to ask the player if they can tp...
     
  18. Hmmm... vouchers? Can you explain your idea a bit more?
     
  19. Offline

    Raqn

    @Noneofyourbusiness I like the plugin, its a good idea.

    However /tpt and /tpa shouldnt require permissions. People should be able to accept teleport requests but not send them.
     
  20. Offline

    bigkevin112

    Did you ever get the plugin where it makes a config.yml for configuring the auto-accept tpt?
     
  21. Offline

    bigkevin112

    I know your probably busy but it would be really awesome if you could get this updated. Please.
     
  22. Offline

    globox99

    Please, add new permissions nodes for owery command
     
  23. Offline

    globox99

    RefResh..

    Please, add new permissions nodes for owery command​
     
  24. Offline

    EarlyLegend

    I get this error when trying to use the command /tp player:
    Code:
    01.10 21:53:20 [Server] INFO     ... 12 more
    01.10 21:53:20 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
    01.10 21:53:20 [Server] INFO     at me.Waldfelt.TeleportRequest.TeleportRequest.onCommand(TeleportRequest.java:52)
    01.10 21:53:20 [Server] INFO Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    01.10 21:53:20 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    01.10 21:53:20 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    01.10 21:53:20 [Server] INFO     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    01.10 21:53:20 [Server] INFO     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    01.10 21:53:20 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    01.10 21:53:20 [Server] INFO     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    01.10 21:53:20 [Server] INFO     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    01.10 21:53:20 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    01.10 21:53:20 [Server] INFO     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    01.10 21:53:20 [Server] INFO     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    01.10 21:53:20 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    01.10 21:53:20 [Server] INFO     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    01.10 21:53:20 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
    01.10 21:53:20 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'tp' in plugin TeleportRequest v0.2
    EDIT: This is upside down (the bottom line is the earliest message, and the top line the latest line) due to Multicraft's console viewer thing.
     
  25. Offline

    MikeA

    This apparently doesn't work with SuperPerms....

    Alright, it seems people with the .user node don't have to be accepted to TP, they instantly TP without accept/deny

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

    Ablac

    Is this plugin still updated?

    Also @Mikeambrose3 thats cause the default setting is to Auto Accept Teleport Requests.
    To fix that just type /tpt
     
  27. Offline

    AlexTheDooD

    What are ALL the permission nodes, basically, I want to have it so that only one rank can use this command. But I want it so ALL players can accept/deny requests, can you help me out.
     
  28. Offline

    WhiteDragon

    i think he only has the 2 permission nodes for this plugin
     
  29. Offline

    Milkywayz

    Can you update to 1337? I recently got rid of essentials and i need a good tpa plugin :/
     
  30. Offline

    mmuziek

    this plugin works on 1.0.1 RB
    and may i suggest u make a summoner so admins can summon someone to them.
     

Share This Page