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

    omega3141

    is there a way to make commands silent, im using the "warp" to set a return point for the "home" and "spawn" commands im using and would like it to be silent. ( using macro mod to run multiple commands )
     
  3. Offline

    Etarus

    I don't understand your question.
    Do you want to make the whole "warp" command silent or just a piece of it?
    And why do you want to make it silent? If you set Warps to private no one without permissions can go to a private warp.
     
  4. Offline

    omega3141

    Sorry guess i was not clear . i just mean the console messages it give creating/deleting warps. Ive chained a couple of
    commands and the combined total gets a bit spammy , not your fault :). just wondered if console feedback could be silenced. Ive set it up for the kids so if they hit home they can hit another key to go back, similar with spawn.
    Maybe i should try teach them all to save position before going home. they are rather young that might be simpler
     
  5. Offline

    gesture

    Hello,

    I'm having trouble implementing the permissions on eTeleport. It is stated that it uses PermissionsBukkit as permissions plugin, but whatever I do, the permissions are not executed. I do not want my default users to use the teleport functions. I'm using CraftBukkit v1.2.3R02, eTeleport 1.3, PermissionsBukkit 1.6 with the following config.yml:

    Code:
    users:
      Admin:
        groups:
        - admin
    groups:
      default:
        permissions:
          permissions.build: true
          eTeleport.*: false
      admin:
        permissions:
          permissions.*: true
          eTeleport.*: true
        inheritance:
        - user
      user:
        permissions:
          permissions.build: true
        inheritance:
        - default
    messages:
      build: '&cYou do not have permission to build here.'
    debug: false

    I also noticed that whenever a bukkit plugin is using another plugin, the server reports at startup something like:
    ...
    12:00:00 [INFO] [xAuth] Permissions support enabled: PermissionsBukkit v1.6
    ...

    This is not reported for the eTeleport plugin, as if the plugin is not using the PermissionsBukkit as it's permissions plugin...

    So is the eTeleport plugin broken for permissions?

    Greetings
    Gesture
     
  6. Offline

    Etarus

    You can not use the * (all) symbol with eTeleport.
    The way you must do it is writing all permissions in there. Maybe i add the * in following versions.

    Code:
    users:
      Admin:
        groups:
        - admin
    groups:
      default:
        permissions:
          permissions.build: true
          eTeleport.*: false
      admin:
        permissions:
          permissions.*: true
          eTeleport.tp: true
          eTeleport.tps: true
          eTeleport.tpo: true
          eTeleport.tpc: true
          eTeleport.tpw: true
          eTeleport.tpoc: true
          eTeleport.warp.warp: true
          eTeleport.warp.list: true
          eTeleport.warp.set.public: true
          eTeleport.warp.set.private: true
          eTeleport.warp.remove: true
        inheritance:
        - user
      user:
        permissions:
          permissions.build: true
        inheritance:
        - default
    messages:
      build: '&cYou do not have permission to build here.'
    debug: false
    //EDIT:
    The plugin has no output for informating the console, that the permission plugin is being used.
     
  7. Offline

    imerej

    Is there any way to complitly disabled ability to warp to public warps?
     
  8. Offline

    Etarus

    Why do you want to deactivate public warps? If you don't want that users go there, don't set up any public warp.
     
  9. Offline

    imerej

    I need public warps for my vip`s, but default users can`t use them.
     
  10. Offline

    Scyfi

    Is it possible to disable crossworld Teleports?
     
  11. Offline

    PackPartyRock

    Unfortunately dl link shows site with down server ( can't download) :S PM ME when it's up please :)
     
  12. Offline

    Rat_Cat12

    This works with Craftbukkit 1.2.4
     
  13. Offline

    Etarus

    We update our site, but i create at first a new for eTeleport.
    New link works.

    It should :)
     
    PackPartyRock likes this.
  14. Can you add a /top so that you will be teleported to the highest block on your x and z coordinates, because that would be very useful.
     
  15. Offline

    Wrsaith

    the new commands are not working /setwarp <name> does not work. and for some reason i'm the only one on my server who can use the /warp set pub/pri <name>
     
  16. Offline

    Etarus

    The command /setwarp <name> is outdated and don't exist in the newest version. If you are the only one which can use the command /warp set public/private <name, you should set the permission for other players or enter the permissions for the command for them.
     
  17. Offline

    Etarus

    #Update

    Version 1.4: [29.03.2012]​
    - Works with 1.2.4-R0.1​
    - Added Command: /tpt​
     
  18. Offline

    omega3141

    Is there a way to prevent users from teleporting across worlds, ive got main world portals with some charges attached to them. And i would like to control access to the other worlds. Perhaps a option to limit teleports within the current world ? Not many seem to have this option similar with the warps :(
     
  19. Offline

    Etarus

    i'm thinking about this.
     
  20. Offline

    AceKingPanda

    What is the difference between a public and private warp set?
     
  21. Offline

    Etarus

    Every player on your server can go to public warps, without any permissions or OP.
    Private warps are only reachable for those who have the 'eTeleport.warp.warp' permission or OP.
     
  22. Offline

    nm3230

    Could you make another .jar file which is more public-server-friendly? For an example, you could make so /tps or /tp should be accepted by the other user? This means you can allow almost everyone have access to the /tps or /tp command without risking any kind of griefing! I have seen this on another server, but i cant seem to find the plugin they are using.
    But it is a good plugin! (Using it!)
     
  23. Offline

    iAutolycus

    Does it ask for permission to tp?
     
  24. Offline

    GOD_Benno_GOD

    Please add the proper permission nodes !
    Because newbies are teleporting all over my server and it's driving me nuts !!!!
     
  25. Offline

    AcADIeN

    private warp should be private, not private to those who can see private warp.

    let's say I do a private warp name "home" for my house, and my wife doe the same thing for her house, well only 1 of them will exist, so private warp should be set something like this "acadien.home" and "acadienwife.home" so that way we could have a private warp with the same name and it will not interfer with each other.

    Also when fixing the first issue maybe some people will say "Hey but I do want warp that just some people will have access and not everyone" that's where there should be a public with invite warp, meaning that if the person that create the warp does set you as a guest, you will be able to use the warp.


    I'm just throwing idea here
     
  26. Offline

    omega3141

    Feature request : Permission ( i know i mentioned this before ).
    I would love to see some permissions to control teleporting or warping between worlds ( with perhaps a option to enable some worlds) at the moment i can warp to any warp point on any world.
     
  27. Offline

    Nik0lashka

    please move it to dev.bukkit.org to be able to update it through BukkitUpdate plugin
     
  28. Offline

    Agaszone

    Hi Etarus, can you make your amazing plugin on 1.2.5-R1.0 bukkit version ?
     
  29. Offline

    Etarus

    Oops :)
    My mistake.

    It's already on 1.2.5-R1.0 (Not the Beta)
     
  30. Offline

    PackPartyRock


    Thanks mate :) Looking forward to make your plugin on my top list :D
     
  31. Offline

    tangy777

    great plugin! can you make it so in certain areas warps are disabled? if i put someone in my jail they will just warp out...

    or even certain people disable warps? like you type /disable warp <player name> then it will disable there warping?

    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