Inactive [ADMN/TP] eTeleport v1.9.3 - An easy teleportation plugin [PermissionsBukkit] [1.4.6-R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by Etarus, Sep 28, 2011.

  1. Offline

    Etarus

    eTeleport is an easy teleportation plugin. There are a few commands which can teleport you around your Minecraft Map. It allows you easily to teleport to other players, coordinates, worlds and more.​
    Try it out.​
     
    Proweber, Habbo4Life and unddasnoch like this.
  2. Offline

    Etarus

    Thank you for this suggestion.
    I will work on it the next days
     
  3. Offline

    Etarus

    Version 0.9 is out!

    Version 0.9: [01.03.2012]
    - Added Command: /warp <warp>​
    - Added Command: /setwarp <warp>​
    - A simple and easy warping system is integrated in this plugin.​
    For more Information, see first post.​
     
  4. Offline

    Etarus

    #Updated to latest RB
     
  5. Offline

    hikingmonk

    Works nicely with latest 1.2 dev builds. One suggestion would be "/warp list" to get a list of the names.
     
  6. Offline

    mitchfizz05

    Oh, it also might be a good idea to add
    /delwarp
    and /warp list might not work out because you might set a warp called list, so it could be:
    /warps or /warplist
     
  7. Does it default all commands to ops only?
     
  8. Offline

    Etarus

    Yes,
    you can use all commands by default with op or if you want you can set the permissions.
     
  9. Offline

    TehChikenHater

    Good if you don't like have essentials with 1000+ commands. Just a simple Teleport plugin, nice but just do simple commands. I.G.:
    /tp <part-of-name-player1> <part-of-name-player2> //Teleport player1 to player2
    /tph <part-of-name-player2> //Teleport player2 to you (player1)
    /tpt <part-of-name-player2> //Teleport you to player2

    Just an idea, I don't see the use of ALL those commands.
     
  10. Offline

    Etarus

    So, you just want that i change the commands or what?
    Explain it better please.

    Regards Etarus
     
  11. Offline

    omega3141

    I see it has warps , but how do you delete warps ?. Will give this a go
     
  12. Offline

    Scyfi

    Looks great, like others have said would like to have a /warplist and /warpdel (to delete warps)
     
  13. Offline

    Artas

    Hi!
    I have problems with using this plugin. When I type any of the commands it writes me I have ne permission to do that. What can I do with it?
     
  14. Offline

    Etarus

    1. Do you use the PermissionsBukkit Plugin on the server?

    2. Maybe you can try if it works with OP status.

    #Update

    Version 1.1: [06.03.2012]
    - Added Command: /warpdel <warp>​
    - Added Command: /warplist​
    - Now you can delete Warp points and view them in a list.

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

    Austin

    Is it possible to make players unable to teleport to others if they're in a certain world? I don't want donors teleporting to people in the pvp map. Even though I have denied permissions to to in said map.
     
  16. Offline

    Scyfi

    Not sure if something you feel like adding so just a suggestion. What about adding a "feather jump" ability. Basically hold a feather in your hand and right click to jump to the spot you are looking at, possible 100 block limit. This also allows you to tp to the top of things or to the floor above you. I know other mods out there do this, but it's nice to have all the teleport stuff in one mod.
     
  17. Offline

    Etarus

    Later on i can work on it. But it can take a while. (Not one month :))

    I will implement this with a configuration for "enable-feather=true/false".
     
  18. Offline

    Austin


    If you can, Ill disable teleports in commandbook, and use etp instead.
     
  19. Offline

    Artas

    I play with no other plugins. This is the only plugin I use.
     
  20. Offline

    Etarus

    To get it work with Permissions you must use the an permissions plugin.
    The only one you could use for this my plugin is: PermissionsBukkit

    Take time to understand this permission system and you can use it. Else you can just use OP.
     
  21. Offline

    Artas

    Does the PermissionsBukkit it work on 1.2.3?
     
  22. Offline

    Etarus

    I don't have tried it, but i hope and think that it should work. Else please wait until next release for 1.2.3
     
  23. Offline

    Artas

    Ok, I just downloaded PermissionsBukkit and I've got lost. I tried every command and it replies that I have no permissions to do that :-(. What should I do? Thank you very much.
     
  24. Offline

    Etarus


    You first have to set your permissions in the config.yml file. I think after that you could use the commands.

    In the config file there should be a example name. Change this name to your ingame name and it should work.
     
  25. Offline

    Artas

    Code:
    users:
        Artas:
            permissions:
                permissions.example: true
            eTeleport.tp: true
            eTeleport.tps: true
            eTeleport.tpo: true
            eTeleport.tpc: true
            eTeleport.tpoc: true
            eTeleport.setwarp: true
            eTeleport.warp: true
            eTeleport.warpdel: true
            eTeleport.warplist: true
            groups:
            - admin
    groups:
        default:
            permissions:
                permissions.build: true
        admin:
            permissions:
                permissions.*: true
            inheritance:
            - user
        user:
            permissions:
                permissions.build: true
            worlds:
                creative:
                    coolplugin.item: true
            inheritance:
            - default
    messages:
        build: '&cYou do not have permission to build here.'
     
    debug: false
    This is my config.yml and it doesn't work again.
     
  26. Offline

    Etarus

    the config file must have a perfect order.

    the mistake are the eTeleport. permissions you wrote there.

    try:

    Code:
    users:
        Artas:
            permissions:
                permissions.example: true
                eTeleport.tp: true
                eTeleport.tps: true
                eTeleport.tpo: true
                eTeleport.tpc: true
                eTeleport.tpoc: true
                eTeleport.setwarp: true
                eTeleport.warp: true
                eTeleport.warpdel: true
                eTeleport.warplist: true
            groups:
            - admin
    groups:
        default:
            permissions:
                permissions.build: true
        admin:
            permissions:
                permissions.*: true
            inheritance:
            - user
        user:
            permissions:
                permissions.build: true
            worlds:
                creative:
                    coolplugin.item: true
            inheritance:
            - default
    messages:
        build: '&cYou do not have permission to build here.'
     
    debug: false
     
  27. Offline

    Artas


    Wonderful! It is working now! Thank you very much for your time and your patience.
     
  28. Offline

    Etarus

    No problem,

    I help where i can ;)
     
  29. Offline

    xTorvax

    I have a suggestion
    Make a command where you can set a point that ANYONE can go to.
    I have been looking everywhere for something like that.
     
  30. Offline

    omega3141

  31. Offline

    shavalain

    ok so i have a problem like is there any way to make it so when an admin makes a warp normal players can use it?

    same

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

Share This Page