[INACTIVE][TP] Tele++ v1.3.3- Full-featured teleportation suite [677]

Discussion in 'Inactive/Unsupported Plugins' started by phaed, Mar 18, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    phaed

  2. Offline

    phaed

    Fixed. Please Redownload.
     
  3. Offline

    desht

    Is there a new version that I'm missing? The download link still points to v1.2.3, and an md5sum on the .jar file shows it's identical to the one I already have...
     
  4. Offline

    Ashepherdspie

    Yes, I am getting that error too. The dl link seems to be the same file as the one I already have.
     
  5. Offline

    Rhythmatic

    Can you submit a permalink to CraftBukkitUpToDate, please? Takes 5 mins of your time and saves me about the same EVERY time I need to update. Preemptive appreciation.
     
  6. Offline

    phaed

    Sorry guys, it didn't get uploaded. Try now.
     
  7. Offline

    Tahg

    Is it possible to configure certain features of the plugin for all users without using Permissions?
     
  8. Offline

    fireb33

    could you make tp feather and tp bone disableable via config? thanks ^^
     
  9. Offline

    Tahg

    Can you please host this as a jar, or at the very least zip? The rar format is not easily usable on linux.
     
  10. Offline

    phaed

    Done. and Done.

    Yes ops can use all commands, non-ops can do everything except tpp. mod.* and tpp.admin.*

    This already exists, just remove the permission tpp.mod.feather and tpp.mod.bone from your players. If you're not using permission then only ops can use the feather and bone.

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

    desht

    Thanks, got v1.3 now, looking a lot better, but... :)

    I still die if I step off a high-up special glass block. Everything else seems fine now though. Left-clicking the block brings me down safely as documented, so that's a good workaround. Thank you for a very useful plugin.

    (Also confirmed working nicely with CB 612 & MC1.4 client, btw)
     
  12. Offline

    NumerousWaffles

    Sorry if it's been brought up before but is there a way to disable /tp bone, My admin and i tend to harass players with it and with the wolfs now it can get kinda annoying
     
  13. Offline

    phaed

    Sounds like you need better admins. A temporary solution would be to give your admins a negative permission like so:

    - '-tpp.mod.bone'
     
  14. Offline

    fuzetsu490

  15. Offline

    AgentKid

    Well, I know I can disable the bone abilities itself, but I like using it, so is there any way you could add a config for what item it actually uses?
     
  16. Offline

    phaed

    Ohh I see. Ok ill add a config variable on next version.
     
  17. Offline

    AgentKid

    Okay, thanks :D
     
  18. Offline

    phaed

    Change Log
    Version 1.3.1

    • Added configurable feather and bone items. Now called tool and mover.
    • New config settings: mover-item: 352, tool-item: 288
    • If you have tool or mover permissions and you have one of them on your hand, then you wont receive any fall damage
     
  19. Suggestion: Have the mover tool keep the wools metadata. When moving coloured wool blocks they will turn white.
     
  20. Offline

    phaed

    Coming up on next version.
     
  21. Offline

    user_2408

    Was there anything done to make the notifications of TPs from admins show up to admins (global notification regardless of rank/level/whatever)?
     
  22. Offline

    phaed

    Nope nothing of that sort was changed. What exactly is happening?
     
  23. Offline

    user_2408

    Well, I have notifications turned on pretty much as per the default configuration. There are 3 admins/ops (as listed in ops.txt), and if we teleport we don't receive any notifications that another admin did. We can see when 'lower' ranks use the various functions of the plugin, but we remain oblivious to each other.

    A working scenario would occur when a user asks for help and then two of the admins head over. We'd like to minimize the overlap. If I can see one of my fellow admins has zipped over, I won't need to. :)
     
  24. Offline

    Spathizilla

    Is it possible to completely disable the tool/mover in the config without specifically setting admins to not have the permission to them?
     
  25. Offline

    phaed

    Not yet. Next version.

    Oic. I'll make it a config variable for next version. :D

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

    mik99925

    Trying to use /tp tool while my inventory was full gave me:
    Code:
    17:29:51 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: -1
     17:29:51 [SEVERE]     at net.minecraft.server.InventoryPlayer.a(InventoryPlayer.java:178)
     17:29:51 [SEVERE]     at org.bukkit.craftbukkit.inventory.CraftInventory.setItem(CraftInventory.java:62)
     17:29:51 [SEVERE]     at net.sacredlabyrinth.Phaed.TelePlusPlus.managers.ItemManager.PutItemInHand(ItemManager.java:38)
     17:29:51 [SEVERE]     at net.sacredlabyrinth.Phaed.TelePlusPlus.managers.CommandManager.processCommand(CommandManager.java:493)
     17:29:51 [SEVERE]     at net.sacredlabyrinth.Phaed.TelePlusPlus.TelePlusPlus.onCommand(TelePlusPlus.java:78)
     17:29:51 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
     17:29:51 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
     17:29:51 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
     17:29:51 [SEVERE]     at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
     17:29:51 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
     17:29:51 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
     17:29:51 [SEVERE]     at net.minecraft.server.Packet3Chat.a(SourceFile:24)
     17:29:51 [SEVERE]     at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
     17:29:51 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
     17:29:51 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
     17:29:51 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
     17:29:51 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
     17:29:51 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Running CB 617, MC 1.4, and Tele++ 1.3.1.

    Looks like it just doesn't handle full inventories well.
     
  27. Offline

    phaed


    Thank you for this bug report. Had not tested this edge case. Will fix on next version.
     
  28. Offline

    user_2408

    You are a champion and hero. Thanks kindly, sir!
     
  29. Offline

    dew

    Odd issue. I'm trying to give a group the ability to feather jump, but can't get it to work. Using permissions 2.5.5 and tele++ 1.3.1. If I give them tpp.mod.* it lets them feather jump, but I tried giving them everything else to let them feather jump but no luck. I gave them these and they can't feather jump.

    - 'tpp.jump.*'
    - 'tpp.mod.tool'
    - 'tpp.mod.mover'
    - 'tpp.mod.above'
     
  30. Offline

    NumerousWaffles

    alright thank you, and it's just me and a couple of friends nothing "public" per say
     
  31. Offline

    phaed

    Actually, there is nothing that needs to be added in order to make this happen. The reason you can't see any admin's tp use is because they have the tpp.admin.bypass.notify permission. All you would need to do is do a negative permissions for all admins like so:

    - '-tpp.admin.bypass.notify'
     
Thread Status:
Not open for further replies.

Share This Page