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

    I will work on it.
    With the next version the plugin will have a warp command without permissions and the teleport commands will be better with view direction, cross world teleporting and so on.

    The only way to let users go to specific warp is, that you give the users the warp permission.
    Otherwise wait for the next version.
     
  3. Offline

    xTorvax

    When is the next version? :D:D:D
     
  4. Offline

    CovertHoax


    I too would like it if it worked with http://dev.bukkit.org/server-mods/multiworld-v-2-0/Tested it out on a Multiword server and it TP's you to the same spot on the world your on even if its a different world..
    maybe add in the warp point a tag for what world its on..
    So if world in the tag is different to the one your on TP to that worlds spawn then to the location your after?
    ELSE
    If world name is the same then just TP to that location

    Could be done with a simple check command.

    (CheckWorldFunction)
    if (world != worldToTpTo)
    {tp to that world}

    (TPFunction)
    {tp player to x,y,z)

    when runnning /warp name it then does this
    CheckWorldFunction
    TPFunction

    Just a basic idea... (I dont code in java but C++ so it may be laid out slightly differently)
     
  5. Offline

    treverios

    both mediafire links are broken. Can you fix it please?


    EDIT: Now they work. Thanks!
     
  6. Offline

    Etarus

    #Update

    Version 1.2: [13.03.2012]
    - Added Command: /setpwarp​
    - /warp now support public warp points without permissions.​
    - New cross world teleportation support for the warp system.​
    - Creating a warp point now save the view direction from the player.​
     
  7. Offline

    lucoatom

    Does it work with bPermissions, if not can you make it? :)
     
  8. Offline

    Etarus

    bPermissions?

    can you give me the plugin link? or do you mean bukkitPermissions?
     
  9. Offline

    Wolf480pl

    Is there any way to disable warp feature?
    I was using Waypoint, but it isn't compatible with 1.2.3, so I'm trying to use sth instead.
    I have warpz0r for warps and I need something for /tp (I don't like original one). I would like to use eTeleport, but i'm affraid it will collide with warpz0r.
     
  10. Offline

    Etarus


    If you don't want to use some commands, open the eTeleport.jar file with WinRAR or something else and open the plugin.yml file in there. There you can find the commands and if you want you can delete those, which you don't need.
    For now there is no configuration planned but hey, i'm thinking about ;)
     
  11. Offline

    CovertHoax

    I'm a tad confused as to how this works...
    Say we create a warp point using /setwarp called "Main"
    and then made a warp point using /setpwarp called "Public"

    When we use the /warp command to go to ether " Main" or " Public" does it mean that you can warp to "Public" but not "Main"?
    Or does it just mean "Main" wont be listed???



    Personally I'd like it if Public ones (/setpwarp) were shown on /warplist and private ones (/setwarp) were shown on something like /warplistp..
    This way you could have public warp points about your world for normal users, but private ones that mods and admins can see on a new list.



    Also maybe add a permission node in for the different types of warps.. so for example:
    I know a warp called "Main" was made with /setwarp
    I know a warp called "Home" was made with /setpwarp
    Currently i can warp to both with the /warp command if i have that node....

    So possibly have a node that allows you to warp to /setwarp warp areas and a different node that lets you warp to /setpwarp areas.

    EG: .warp lets you warp to /setpwarp warps (the public ones)
    .warpp lets you warp to /setwarp warps (private ones)
     
  12. Offline

    Miztic1

    Ok so im a total minecraft noob and even more so with admin of a MC server. I have permissionbukkit setup but what I want to know is can I make eTeleport assigned to a group(not sure if that is the right question)? I basically dont want to st the permission per user but per group. I would like to set it to the admin group. Im really confused and been trying to wrap my head around this with no luck lol. I appreciate any help you can proivde.

    here is my config:
    Code:
    # PermissionsBukkit configuration file
    #
    # A permission node is a string like 'permissions.build', usually starting
    # with the name of the plugin. Refer to a plugin's documentation for what
    # permissions it cares about. Each node should be followed by true to grant
    # that permission or false to revoke it, as in 'permissions.build: true'.
    # Some plugins provide permission nodes that map to a group of permissions -
    # for example, PermissionsBukkit has 'permissions.*', which automatically
    # grants all admin permissions. You can also specify false for permissions
    # of this type.
    #
    # Users inherit permissions from the groups they are a part of. If a user is
    # not specified here, or does not have a 'groups' node, they will be in the
    # group 'default'. Permissions for individual users may also be specified by
    # using a 'permissions' node with a list of permission nodes, which will
    # override their group permissions. World permissions may be assigned to
    # users with a 'worlds:' entry.
    #
    # Groups can be assigned to players and all their permissions will also be
    # assigned to those players. Groups can also inherit permissions from other
    # groups. Like user permissions, groups may override the permissions of their
    # parent group(s). Unlike users, groups do NOT automatically inherit from
    # default. World permissions may be assigned to groups with a 'worlds:' entry.
    users:
      ConspiracyWizard:
        permissions:
          permissions.example: true
        groups:
        - admin
      Miztic1:
        permissions:
          permissions.*: true
        groups:
        - admin
      Hitsuto:
        permissions:
          permissions.*: true
        groups:
        - admin
      lorpj:
        permissions:
          permissions.*: true
        groups:
        - admin
      chrisjn103:
        permissions:
          permissions.*: true
        groups:
        - admin
    groups:
      default:
        permissions:
          permissions.build: false
      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
     
  13. Offline

    CovertHoax

    I can help there

    you need to mod your permissions.. here is mine for a example.. im still working on it but it should be enough help..

    Code:
    # PermissionsBukkit configuration file
    users:
      arnick:
        groups:
        - mod
      coverthoax:
        groups:
        - admin
      falcourage:
        groups:
        - mod
      deathupon12:
        groups:
        - probuilder
      meteor94:
        groups:
        - supermod
      steve0steve:
        groups:
        - builder
      vike_in_a_box:
        groups:
        - builder
      ben_block:
        groups:
        - builder
    groups:
      default:
        permissions:
          simpleprefix.guest: true
          bukkit.command: true
          bukkit.command.help: true
          permissions.build: false
          CommandBin.accept: true
          CommandBin.ask: true
          CommandBin.back: true
          CommandBin.deny: true
          CommandBin.spawn: true
      admin:
        permissions:
          simpleprefix.admin: true
          bukkit.command: true
          bukkit.command.*: true
          permissions.*: true
          iConomy.*: true
          CommandBin.blind: true
          CommandBin.block: true
          CommandBin.createworld: true
          CommandBin.freeze: true
          CommandBin.unfreeze: true
          CommandBin.ip: true
          CommandBin.lock: true
          CommandBin.unlock: true
          CommandBin.setspawn: true
          CommandBin.sudo: true
          CommandBin.ram: true
          CommandBin.unloadworld: true
          CustomMessages.*: true
          multiworld.*: true
        inheritance:
        - supermod
      supermod:
        permissions:
          simpleprefix.supermod: true
          bukkit.command: true
          bukkit.command.ban: true
          bukkit.command.ban.*: true
          bukkit.command.unban: true
          bukkit.command.unban.*: true
          bukkit.command.give: true
          bukkit.command.save: true
          bukkit.command.save.perform: true
          iConomy.plus: true
          CommandBin.explode: true
          CommandBin.fsay: true
          CommandBin.join: true
          CommandBin.leave: true
          CommandBin.vanish: true
          CommandBin.tpall: true
          CommandBin.unblock: true
        inheritance:
        - mod
      mod:
        permissions:
          simpleprefix.mod: true
          bukkit.command: true
          bukkit.command.kick: true
          CommandBin.broadcast: true
          CommandBin.gm: true
          CommandBin.drunk: true
          CommandBin.handicap: true
          CommandBin.unhandicap: true
          CommandBin.weather: true
          CommandBin.tphere: true
          CommandBin.shoot: true
          CommandBin.slap: true
          CommandBin.strike: true
          CommandBin.thor: true
          CommandBin.mute: true
          CommandBin.unmute: true
          CommandBin.potion: true
          CommandBin.put: true
          CommandBin.tp2p: true
          CommandBin.time: true
          CommandBin.tpworld: true
          dynmap.*: true
          MultiCommand.create: true
          MultiCommand.create.*: true
          MultiCommand.use: true
          MultiCommand.use.*: true
          MultiCommand.list: true
          MultiCommand.delete: true
          MultiCommand.delete.*: true
        inheritance:
        - probuilder
      probuilder:
        permissions:
          simpleprefix.probuilder: true
          CommandBin.heal: true
          multiworld.minium: true
        inheritance:
        - builder
      builder:
        permissions:
          simpleprefix.builder: true
          CommandBin.feed: true
        inheritance:
        - member
      member:
        permissions:
          simpleprefix.member: true
          permissions.info: true
          CommandBin.clear: true
          CommandBin.sethome: true
          CommandBin.home: true
          CommandBin.tp: true
          CommandBin.msg: true
          CommandBin.nick: true
          CommandBin.realname: true
          CustomMessages.quit: true
          CustomMessages.join: true
          dynmap.marker: true
          dynmap.marker.listsets: true
          dynmap.marker.add: true
        inheritance:
        - user
      user:
        permissions:
          simpleprefix.user: true
          permissions.build: true
          permissions.player: true
          permissions.player.groups: true
          permissions.group: true
          permissions.group.list: true
          permissions.group.players: true
          bukkit.command: true
          bukkit.command.kill: true
          bukkit.command.me: true
          bukkit.command.list: true
          iConomy.user: true
          CommandBin.chunk: true
          CommandBin.kill: true
        inheritance:
        - default
    messages:
      build: '&cYou do not have permission to build here.'
    debug: false
    
    With each user in a group ... eg
    coverthoax:
    groups:
    - admin

    you then add the nodes you want that group to be able to use in to that group.. eg
    admin:
    permissions:
    simpleprefix.admin: true
    bukkit.command: true
    bukkit.command.*: true
    permissions.*: true
    iConomy.*: true

    If you want them to also be able to use another groups nodes add this part.
    inheritance:
    - <groupname>

    This will mean that Coverthoax is in the admin group and that group can use those nodes in the list.. your default is for new people who arent in a group.
     
  14. Offline

    Miztic1

    Thank you for the super quick replay. So if I understand correctly I can use eTeleport.*: true (see below) in my admin group permission and it should work with anyone assigned to the admin group correct?


    Code:
    groups:
      default:
        permissions:
          permissions.build: false
      admin:
        permissions:
          permissions.*: true
          eTeleport.*: true
        inheritance:
        - user
      user:
        permissions:
          permissions.build: true
        worlds:
          creative:
            coolplugin.item: true
        inheritance:
        - default
    I appreciate the help I got it to work almost %100 (see my config below). The only command that is not working is /warpdel saying the user does not have permissions.

    Code:
    # PermissionsBukkit configuration file
    #
    # A permission node is a string like 'permissions.build', usually starting
    # with the name of the plugin. Refer to a plugin's documentation for what
    # permissions it cares about. Each node should be followed by true to grant
    # that permission or false to revoke it, as in 'permissions.build: true'.
    # Some plugins provide permission nodes that map to a group of permissions -
    # for example, PermissionsBukkit has 'permissions.*', which automatically
    # grants all admin permissions. You can also specify false for permissions
    # of this type.
    #
    # Users inherit permissions from the groups they are a part of. If a user is
    # not specified here, or does not have a 'groups' node, they will be in the
    # group 'default'. Permissions for individual users may also be specified by
    # using a 'permissions' node with a list of permission nodes, which will
    # override their group permissions. World permissions may be assigned to
    # users with a 'worlds:' entry.
    #
    # Groups can be assigned to players and all their permissions will also be
    # assigned to those players. Groups can also inherit permissions from other
    # groups. Like user permissions, groups may override the permissions of their
    # parent group(s). Unlike users, groups do NOT automatically inherit from
    # default. World permissions may be assigned to groups with a 'worlds:' entry.
    users:
      ConspiracyWizard:
        permissions:
          permissions.example: true
        groups:
        - admin
      Miztic1:
        permissions:
          permissions.*: true
        groups:
        - admin
      Hitsuto:
        permissions:
          permissions.*: true
        groups:
        - admin
      lorpj:
        permissions:
          permissions.*: true
        groups:
        - admin
      chrisjn103:
        permissions:
          permissions.*: true
        groups:
        - admin
    groups:
      default:
        permissions:
          permissions.build: false
      admin:
        permissions:
          permissions.*: true
          eTeleport.*: 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
        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
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  15. Offline

    Etarus

    Sorry, thats my mistake. The permissions for the /warpdel command is atm set to: eTeleport.delwarp
    I wrote this wrong I the post but i'll change it in the next version to eTeleport.warpdel

    For now edit it to eTeleport.delwarp
     
  16. Offline

    Miztic1


    Thank you!!! :) I appreciate the help everyone. Im up and running!
     
  17. Offline

    Etarus

    Nothing to thank ;)

    The next version will bring a few changes in all ways. So be sure to check out the changelog then.
    So everything will be great :)
     
  18. Offline

    hikingmonk

    How does the cross world warping work? I'm using the Transporter mod for my multi-world support, but I'm getting a NPE when trying to warp from my secondary world to my primary world. I can post the NPE error if that's helpful, or if I need to use another multiworld mod I can do that. Thanks.

    Update: Looks like all my warps are busted. Guessing it's something to do with the interaction between this and the Transporter mod.
    org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin eTeleport v1.2
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:469)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:906)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:866)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:849)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:116)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
    at org.bukkit.craftbukkit.CraftServer.getWorld(CraftServer.java:754)
    at me.Etarus.eTeleport.eTeleport.onCommand(eTeleport.java:259)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
     
  19. Offline

    CovertHoax

    Etarus... Any news on this?

     
  20. Offline

    Etarus


    I'm working on a few command changes and one point is with public / private to make it better




    Is it a mod or a plugin?
    If its using the command: /warp then it crashes because it conflicts with the /warp command in eTeleport.
     
  21. Offline

    hikingmonk

    Transporter is a bukkit plugin. It doesn't use /warp. I reverted to eTeleport 1.1 and don't see the NPE errors anymore (and the same world warps work again). I'm guessing it's something with how Transporter handles world loading. Is there a recommended multiworld plugin for eTeleport? Thanks!
     
  22. Offline

    Etarus

    #Update

    Version 1.3: [16.03.2012]
    - Added Command: /tpw​
    - Complete remake of the Warp System​
    - /warplist now show only the warps where you can warp to​
    - Changed the Permissions​
     
  23. Offline

    drenidor

    Nice plugin! go on like this!

    Maybe add a translation file?

    and something that would be really great: limited private warp sets for users. :)
     
  24. Offline

    lucoatom

  25. Offline

    xTorvax

    You are the best man :) thanks for taking our suggestions.
     
  26. Offline

    omega3141

    Is it possible to block cross world teleportation ie "/tp user_in_anotherworld" to limit to current world unless expressly permitted to cross worlds ?. At the moment im using multiverse world portals to cross worlds at fixed locations and from there we can teleport "inside" the world. Any chance you could add that <please> :)
     
  27. Offline

    lumeana

    Thank you for make this plugin!

    But I need help.
    I use permissionEx and set permission nodes "eTeleport.*", but does not work "/warp" commands.
    Please teach me all permission node for "warp commands".

    p.s.)
    please update commands on first post. it does not work "/warp set" and "/warp remove".
    I use "/setwarp" and "/setpwarp", "/warpdel".
    I am a Japanese, so English is poor.
    thank you for read me.
     
  28. Offline

    Etarus

    First of all,the commands and the permission nodes are correct in the first post. Maybe you have an outdated version?
    And I don't know if its work with PermissionEx.
     
  29. Offline

    lumeana


    I use version1.3, download from your official download page, and I use CraftBukkit-1.2.3-R0.2.
    I was understood, eTereport did not support PermissionEX.

    I tryed "/warp set public TEST" without PermissionEX.
    So displayed "/warp <warp>" to a screen, and does not set warp point.
    But I can set warp point when input "/setwarp TEST".
    all "/tp*" commands does worked.
    Will you confirm it?
     
  30. Offline

    Etarus

    Okay, thats confusing.
    There should be the commands, given in the first post.
    I donwloaded it from my postet link and it works with the new commands. If I type /setwarp TEST it gives me the "Unknown command. Type "hrlp" for help" sentence...
     
  31. Offline

    CovertHoax


    Few steps to get you up and running.
    1.Download the newest version here DOWNLOAD (Same link as the one on first post)
    2.Copy that file downloaded to your plugin folder on you server.
    3.Overwrite the old file so you know for sure you have the newest version installed.
    4.Start up your server and log in to it
    5.Set yourself to an OP using /OP <YourName>
    (Now that your an OP you should be able to test the commands to make sure they work)
    6.As a OP try /warp set public HOME (This should create a warp point)
    7.Walk away from warp point
    8.As a OP try /warp HOME (You should warp to the new warp point that you created)
    If this didn't work then you will need to report the problem here as there is some issue with it
    (possibly it doesn't work due to another plugin using the /warp command???)
    If it did work then you need to configure your nodes for your permissions config file. To do so follow the next steps.

    9.Open your PermissionsEx config.yml file where you have the nodes for each user/group
    10.If you want the user to use a command then type in the node followed by : true..
    (EXAMPLES)
    /tp - eTeleport.tp: true
    /tps - eTeleport.tps: true
    /tpo - eTeleport.tpo: true
    /tpc - eTeleport.tpc: true
    /tpw - eTeleport.tpw: true
    /tpoc - eTeleport.tpoc: true
    /warp remove <warp> - eTeleport.warp.remove: true
    /warp set public <warp> - eTeleport.warp.set.public: true
    /warp set private <warp> - eTeleport.warp.set.private: true
    /warp <warp> - eTeleport.warp.warp: true (For private warps! If not set, users are only able to warp to public warps.)

    your config file for Permissions should look something like this...
    Code:
    users:
      arnick:
        groups:
        - mod
      coverthoax:
        groups:
        - admin
      falcourage:
        groups:
        - mod
      deathupon12:
        groups:
        - probuilder
      meteor94:
        groups:
        - supermod
      steve0steve:
        groups:
        - builder
      vike_in_a_box:
        groups:
        - builder
      ben_block:
        groups:
        - builder
    groups:
      default:
        permissions:
          simpleprefix.guest: true
          bukkit.command: true
          bukkit.command.help: true
          bukkit.command.op: false
          permissions.build: false
          CommandBin.accept: true
          CommandBin.ask: true
          CommandBin.back: true
          CommandBin.deny: true
          CommandBin.spawn: true
          scriptblock.usewalk: true
          scriptblock.use: true
          trp.gate.use: true
          trp.gate.use.*: true
          trp.gate.open: true
          trp.gate.open.*: true
      admin:
        permissions:
          citizens.*: true
          simpleprefix.admin: true
          bukkit.command: true
          bukkit.command.*: true
          bukkit.command.op: true
          permissions.*: true
          iConomy.*: true
          CommandBin.blind: true
          CommandBin.block: true
          CommandBin.createworld: true
          CommandBin.freeze: true
          CommandBin.unfreeze: true
          CommandBin.ip: true
          CommandBin.lock: true
          CommandBin.unlock: true
          CommandBin.setspawn: true
          CommandBin.sudo: true
          CommandBin.ram: true
          CommandBin.unloadworld: true
          CustomMessages.*: true
          multiworld.*: true
          vault.admin: true
        inheritance:
        - supermod
      supermod:
        permissions:
          simpleprefix.supermod: true
          bukkit.command: true
          bukkit.command.ban: true
          bukkit.command.ban.*: true
          bukkit.command.unban: true
          bukkit.command.unban.*: true
          bukkit.command.give: true
          bukkit.command.save: true
          bukkit.command.save.perform: true
          iConomy.plus: true
          CommandBin.explode: true
          CommandBin.fsay: true
          CommandBin.join: true
          CommandBin.leave: true
          CommandBin.vanish: true
          CommandBin.tpall: true
          CommandBin.unblock: true
          eTeleport.tpoc: true
        inheritance:
        - mod
      mod:
        permissions:
          simpleprefix.mod: true
          bukkit.command: true
          bukkit.command.kick: true
          CommandBin.broadcast: true
          CommandBin.gm: true
          CommandBin.drunk: true
          CommandBin.handicap: true
          CommandBin.unhandicap: true
          CommandBin.weather: true
          CommandBin.tphere: true
          CommandBin.shoot: true
          CommandBin.slap: true
          CommandBin.strike: true
          CommandBin.thor: true
          CommandBin.mute: true
          CommandBin.unmute: true
          CommandBin.potion: true
          CommandBin.put: true
          CommandBin.tp2p: true
          CommandBin.time: true
          CommandBin.tpworld: true
          dynmap.*: true
          MultiCommand.create: true
          MultiCommand.create.*: true
          MultiCommand.list: true
          MultiCommand.delete: true
          MultiCommand.delete.*: true
          scriptblock.command: true
          scriptblock.command.*: true
          eTeleport.tps: true
          eTeleport.tpo: true
        inheritance:
        - probuilder
      probuilder:
        permissions:
          simpleprefix.probuilder: true
          CommandBin.heal: true
          multiworld.minium: true
          citizens: true
          citizens.toggle.*: true
          citizens.basic.*: true
          citizens.waypoints.*: true
          citizens.trader.*: true
          citizens.guard.*: true
          citizens.blacksmith.*: true
          citizens.evils.*: true
          citizens.healer.*: true
          citizens.wizard.*: true
          citizens.quester.*: true
          worldedit.*: true
          eTeleport.tpc: true
          eTeleport.warp: true
          eTeleport.warp.remove: true
          eTeleport.warp.warp.set: true
          eTeleport.warp.set.public: true
          eTeleport.warp.set.private: true
          eTeleport.warp.warp: true
        inheritance:
        - builder
      builder:
        permissions:
          simpleprefix.builder: true
          CommandBin.feed: true
          worldedit.selection: true
          worldedit.selection.hpos: true
          worldedit.region: true
          worldedit.region.faces: true
          worldedit.region.walls: true
          worldedit.region.smooth: true
          worldedit.history: true
          worldedit.history.undo: true
          worldedit.history.redo: true
          MultiCommand.use: true
          MultiCommand.use.*: true
          eTeleport.tpw: true
        inheritance:
        - member
      member:
        permissions:
          simpleprefix.member: true
          permissions.info: true
          CommandBin.clear: true
          CommandBin.sethome: true
          CommandBin.home: true
          CommandBin.tp: true
          CommandBin.msg: true
          CommandBin.nick: true
          CommandBin.realname: true
          CustomMessages.quit: true
          CustomMessages.join: true
          dynmap.marker: true
          dynmap.marker.listsets: true
          dynmap.marker.add: true
          eTeleport.tp: true
        inheritance:
        - user
      user:
        permissions:
          simpleprefix.user: true
          permissions.build: true
          permissions.player: true
          permissions.player.groups: true
          permissions.group: true
          permissions.group.list: true
          permissions.group.players: true
          bukkit.command: true
          bukkit.command.kill: true
          bukkit.command.me: true
          bukkit.command.list: true
          iConomy.user: true
          CommandBin.chunk: true
          CommandBin.kill: true
        inheritance:
        - default
    messages:
      build: '&cYou do not have permission to build here.'
    debug: false
    
    I hope that helps.
     

Share This Page