[TP] Tele++ v1.3.4 - Full-featured teleportation suite - Moved to BukkitDev!

Discussion in 'Inactive/Unsupported Plugins' started by lycano, Apr 20, 2011.

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

    lycano

    Tele++ v1.3.4
    The complete teleporting solution for bukkit powered servers
    Craftbukkit 1846

    This project has been moved to BukkitDev
    Please visit the new project page on BukkitDev http://dev.bukkit.org/server-mods/tpp/

    Project moved to BukkitDev

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
    hammale, morganm, Phaedrus and 6 others like this.
  2. Offline

    Clem

    @lycano Okay, thanks bro. I am excited now for 1.4 =D! When do you think you might get around to releasing it?
     
  3. Offline

    lycano

    @Clem , well i want to release it with Help++ i forked current Help but it has some bugs that i want to get over so i hope i get this all working soon.
     
  4. Offline

    Cryonaka

    So I have this plugin, but it seems that only OPs may use it's powers of teleportation. Would there be a way for all server members to enjoy this?
     
  5. Offline

    lycano

    @Cryonaka , you have to use permissions plugin to spread permissions to non ops.
     
  6. Offline

    Clem

    @lycano you didn't tag him right again :p
     
  7. Offline

    lycano

    @Clem : damn! thanks ... i could swear that it was ok yesturday -.- thanks ;)
     
  8. Offline

    andune

    Love this plugin, been using it for a while. On the latest builds (818-823), I've noticed the tpp tool (default feather) seems a little wonky. Sometimes it works, sometimes it doesn't work at all, sometimes it sends me much further than I expect. I'm not sure what changed. I notice WorldEdit (1.4, old version and hasn't been updated in over 2 months) has a compass that has similar tpp tool functionality, but it seems to work much better.

    I prefer tpp's so I can keep all my teleportation in one tool (so /tpp back works right, etc) - curious if anyone else has seen this erratic /tpp tool behavior, and if mod author is aware of it and possible fix coming in next version?
     
  9. Offline

    lycano

    @morganm , yes i noticed that since 79x builds. 800 > having deadblocks where onPlayerInteract() is not longer triggered when pointing to a block that is 6 blocks away starting from your current position. Only onPlayerAnimation is triggered then.

    See:
    - http://leaky.bukkit.org/attachments/50/onPlayerInteract_visual.jpg
    - http://leaky.bukkit.org/issues/815
    - http://leaky.bukkit.org/issues/812

    Anyways WorldEdit dont uses onPlayerInteract for teleportation. So anytime you teleport it guesses its location. This is not that accurate but more or less 99% but slightly slower because of those calculations.

    Well, this is fixed in 1.4 as im not using onPlayerInteract for teleportation. Furthermore i do use the CB integrated getTargetBlock() method now as the TargetBlock class that was introduced by toi is now partially obsolete.

    getTargetBlock() aka getLineOfSight() is the more advanced version of LoS TargetBlock calculation as it is now an BlockIterator and was integrated and by raphfrk since February.

    Current roadmap: Releasing Help++ with Tele++ 1.4. Im currently fixing stuff in Help++ so stay tuned.
     
    Don Redhorse and arpey like this.
  10. Offline

    Fearlessagent

    @lycano Not sure if it was mentioned yet or not or if you are aware but teleporting to players in the Nether from normal or vice versa doesn't work properly. At least not for me. I end up being teleported somewhere random (possibly due to the distance multiplier in the Nether?). Also not sure if this is more a Bukkit or even Minecraft issue (haven't tried without plugin).
     
  11. Offline

    Maxis010

    Update to Bukkit 820 as this fixes the teleport issue
     
  12. Offline

    Fearlessagent

    Thanks
     
  13. Offline

    monir

    Is this compitabel with commandbook? becouse im having people dying when they log in.
     
  14. Offline

    CuZnDragon

    You need to do a custom command book and uncheck the Teleport command.
     
  15. Offline

    indigomontoya

    I can't seem to get the teleportation between worlds to work. I have two worlds Survival and Vanilla. If I am in Survival and want to go to Vanilla I do /tp (or tpp) Vanilla. But it says the world doesn't exist. Any help?
     
  16. Offline

    arpey

    Do you have a world management plugin, e.g., xcraftgate or multiverse? If I'm correct, Tele++ can only teleport you to loaded worlds, and doesn't actually load the worlds for you; for the latter, you need a world management plugin.
     
  17. Offline

    monir

    Everytime a plyer do /tp jump it shows in the chatt is there some way to turn this off and does this work with commandbooks Tp? or do i need to remove commandbooks tp?
     
  18. Offline

    Maxis010

    If commandbook uses the /tp then you need to use an alternative such as /tpp or disable the CB TP
    The Notify set of options allow you to enable/disable the chat messages so for /tp jump you want to disable notify > jump > jump in the config
     
  19. Offline

    monir

    thnx m8 but what d you mean with /tpp?
     
  20. Offline

    Don Redhorse

    /tpp is the alias for the /tp command from Tele++
     
  21. Offline

    arsjet

    bukkit861 tele++ v1.3.4
    Toggle is working?

    Adding tpp.admin.bypass.notp toggle does not work.
    However, it does not add to the OP can not teleport.

    Have a good idea?

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

    musicin3d

    I noticed this plugin supports tp based on world names, but I can't seem to find any information on how to set up an another world. Can someone point me in the right direction?
     
  23. Offline

    arpey

    I'm actually not entirely sure Tele++'s multiworld teleport fully works yet (I haven't tried in a while), but if it does, you'll still need a plugin that supports loading other worlds. I personally use MultiVerse 1.7.2. MultiVerse comes with inter-world portals, but you don't have to use them, and could use Tele++ to handle teleportation.

    If you do have multiple worlds, be sure to upgrade to CB 860, which fixes a bunch of multiworld bugs.
     
  24. Offline

    andune

    @lycano

    Eagerly awaiting the update to this mod. The erratic feather behavior is still there in #860 and I'm very much looking forward to having a reliable working feather again! Thanks for you work on this mod.
     
  25. Offline

    NEO

    @lycano

    Would it be possible to add an option to the config to allow teleports to be toggled on or off by default? Would be very useful :)
     
  26. Offline

    lycano

    @morganm
    well optimizing existing code takes some time all i can say is when Help++ is done 1.4 will be out instantly =)

    @NEO
    currently there is no such player based persistance but it will find its way in 1.4.x

    @musicin3d
    as arsjet said you need a plugin that loads your worlds to make use of multiworld support ;)

    @arsjet
    if you have this flag set as permission to you or the group you can bypass player's teleport toggle if he/she has set teleportation to its location off means: player has used the command /tpp toggle once didnt understand what you mean exactly but thats what this flag does. Hope that helps.
     
  27. Offline

    waflija

    is there a way to forbid everybody the use of all commands expect admins? (using the ops.txt?)
     
  28. Offline

    lycano

    @waflija if you dont use a permission plugin any node containing tpp.admin or tpp.mod will be only available to ops including all other commands.

    Everything else will be available for any other non-Op. If you want i could add an only-Op config setting for that.
     
  29. Offline

    waflija

    That would be cool. I just need this plugin to find other player, etc. But I don't want everybody to Teleport around...

    [diamond][diamond][diamond] for you!
     
  30. Offline

    Scrier9

  31. Offline

    arpey

Thread Status:
Not open for further replies.

Share This Page