Uhh I need help with permissionEX!

Discussion in 'Bukkit Help' started by Bust_Open, Aug 23, 2012.

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

    Bust_Open

    My permissions file.
    Code:
    groups:
      guest:
        default: true
        prefix: '&8[Member]&f '
        worlds:
          world_the_end:
            permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
      vip:
        prefix: '&a[Vip]&f '
        worlds:
          world_the_end:
            permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
            - essentials.fly
            - essentials.tp
      god:
        prefix: '&a[GOD]&f '
        worlds:
          world_the_end:
            permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
            - essentials.fly
            - essentials.tp
            - essentials.god
            - essentials.feed
            - essentials.heal
            - worldedit.butcher
            - essentials.nick
            - essentials.jump
            - essentials.gamemode
            - essentials.item
            - essentials.vanish
      mod:
        prefix: '&a[Moderator]&f '
        worlds:
          world_the_end:
            permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
            - essentials.fly
            - essentials.tp
            - essentials.god
            - essentials.feed
            - essentials.heal
            - essentials.nick
            - essentials.jump
            - essentials.gamemode
            - essentials.item
            - essentials.vanish
            - worldedit.*
            - essentials.tp.*
            - essentials.tpo.*
      super:
        prefix: '&5[Super]&f '
        worlds:
          world_the_end:
            permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
            - essentials.fly
            - essentials.tp
            - essentials.god
            - essentials.feed
            - essentials.heal
            - worldedit.butcher
      extreme:
        prefix: '&c[Extreme]&f '
        worlds:
          world:
            permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
            - essentials.fly
            - essentials.tp
            - essentials.god
            - essentials.feed
            - essentials.heal
            - worldedit.butcher
            - essentials.nick
            - essentials.jump
      owner:
        prefix: '&c[Owner]&f '
        worlds:
          world_the_end:
            permissions:
            - '*'
    worlds:
      world_nether:
        inheritance:
        - world
      world_skylands:
        inheritance:
        - world
    users:
      Bust_Open:
        group:
        - owner
    
    For some reason, when I can't talk, place blocks or do anything? and yet i get no errors??!?!?

    But.. when i op myself, i can talk with the prefix set on the group?

    What's going on here? can anyone help me?
     
  2. Offline

    bastion

    the only world you gave yourself permissions for was world_the_end.
     
  3. Offline

    Bust_Open

    Oh yeah LOL

    Just changed file to
    Code:
    groups:
      guest:
        default: true
        prefix: '&8[Member]&f '
        worlds:
          world:
          world_nether:
          world_the_end:
            permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
      vip:
        prefix: '&a[Vip]&f '
        worlds:
          world:
          world_nether:
          world_the_end:
            permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
            - essentials.fly
            - essentials.tp
      god:
        prefix: '&a[GOD]&f '
        worlds:
          world:
          world_nether:
          world_the_end:
            permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
            - essentials.fly
            - essentials.tp
            - essentials.god
            - essentials.feed
            - essentials.heal
            - worldedit.butcher
            - essentials.nick
            - essentials.jump
            - essentials.gamemode
            - essentials.item
            - essentials.vanish
      mod:
        prefix: '&a[Moderator]&f '
        worlds:
          world:
          world_nether:
          world_the_end:
            permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
            - essentials.fly
            - essentials.tp
            - essentials.god
            - essentials.feed
            - essentials.heal
            - essentials.nick
            - essentials.jump
            - essentials.gamemode
            - essentials.item
            - essentials.vanish
            - worldedit.*
            - essentials.tp.*
            - essentials.tpo.*
      super:
        prefix: '&5[Super]&f '
        worlds:
          world:
          world_nether:
          world_the_end:
            permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
            - essentials.fly
            - essentials.tp
            - essentials.god
            - essentials.feed
            - essentials.heal
            - worldedit.butcher
      extreme:
        prefix: '&c[Extreme]&f '
        worlds:
          world:
          world_nether:
          world:
            permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
            - essentials.fly
            - essentials.tp
            - essentials.god
            - essentials.feed
            - essentials.heal
            - worldedit.butcher
            - essentials.nick
            - essentials.jump
      owner:
        prefix: '&c[Owner]&f '
        worlds:
          world:
          world_nether:
          world_the_end:
            permissions:
            - '*'
    worlds:
      world_nether:
        inheritance:
        - world
      world_skylands:
        inheritance:
        - world
    users:
      Bust_Open:
        group:
        - owner
    
    Still getting same issues D:

    bump

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

    bastion

    remove the worlds completely and just have permissions:

    Code:
    group:
      guest:
        prefix: 'whatever'
        default: true
        permissions:
        - your.permissionsnodes
        - another.permissionsnode
    make sure you get the spacing correct.
     
  5. Offline

    Bust_Open

    I can't, when i remove anything to do with worlds: I get tons of errors!

    Now for some reason nothings working, Great.. D:

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

    bastion

    ok, remove all the world stuff including the inheritance stuff, then make sure you get the spacing correct.
     
  7. Offline

    Bust_Open

    Code:
    group:
      guest:
        prefix: '&8[Member]&f '
        default: true
        permissions:
            - modifyworld.*
            - essentials.pay
            - essentials.worth
            - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
    
    tried that can still got multiple errors...

    Can you please do it for me then upload it to mediafire or something?

    I have no idea why this isn't working, and before you ask I'm using Notepad++ and i am not getting red errors.

    I've already tried that, all of the spacing was correct, but for some reason it still doesn't work.. i get multiple errors, can you possibly help me?

    I've clueless, easiest option would be for me to reinstall premissionsEX can you have a try at it, it'll be very much appreciated

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

    bastion

    hold on, post your perm file again with out the world stuff in it, i will try to see where the errors are. also post your error log.

    never mind see the difference in the file below make them all look like the first 4.

    Code:
    group:
      guest:
        prefix: '&8[Member]&f '
        default: true
        permissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
            - essentials.help
            - essentials.msg
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 28, 2016
  9. Offline

    Bust_Open

    uh no errors on run, but when i try to join i get "Internal server error"?

    Maybe I can PM you the server IP and you can try joining?

    reloaded server now i'm getting errors "No groups defined"


    Error logs - http://pastebin.com/Kt3cUfi1

    Bump :confused:

    ugh..... help is appreciated

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

    Lolmewn

    You have to align the permissions properly. Spacing is important!
     
  11. Offline

    bastion

    would you do a pastie of your permissions file please.

    also from your start up log you posted, there do not appear to be any plugins being loaded, do you have plugins in your plugin folder?
     
  12. Offline

    Bust_Open

    Code:
    group:
       guest:
        prefix: '&8[Member]&f '
        default: true
        permissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
    
    And yes I have 10 working plugins in my folder.

    When I removed permissionsEX temporally it worked perfectly along with the other plugins...

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

    Actium Praetor

    So far I'm seeing no permissions for chat so talking might be a problem. Are you using any sort of chat plugin (e.g., EssentialsChat)? Also, do you have the ModifyWorld jar in plugins and have you edited its config.yml to enable it?
     
    Bust_Open likes this.
  14. Offline

    Bust_Open

    Yes I have essentials chat, also
    Code:
    item-restrictions: false
    inform-players: false
    whitelist: false
    use-material-names: true
    drop-restricted-item: false
    item-use-check: false
    messages:
      message-format: '&f[&2Modifyworld&f]&4 %s'
      default-message: Sorry, you don't have enough permissions
      modifyworld.items.use: Stop, &a$1&4 won't fit into &a$3
      modifyworld.login: You are not allowed to join this server. Goodbye!
      modifyworld.blocks.interact: You are too jelly for &2$1
      modifyworld.blocks.place: This is wrong place for &a$1
      modifyworld.blocks.destroy: '&a$1&4 is tough for you'
      modifyworld.damage.deal: Your level is too low for &5$1
      modifyworld.chat: Your mouth is too dry
      modifyworld.chat.private: Listener is deaf :(
      modifyworld.items.have: Prohibited item &a$1&4 has been removed from your inventory.
      modifyworld.items.drop: This is indecent to scatter &a$1&4 around
      modifyworld.items.craft: Sorry, but &a$1&4 is too complicated
      modifyworld.items.enchant: Sorry, &a$1&4 is too dangerous
      modifyworld.vehicle.enter.boat: You are too heavy for this &a$1
      modifyworld.vehicle.enter.minecart: Sorry, but &a$1&4 is too small
      modifyworld.vehicle.destroy: This &a$1&4 is legal property of &bUnited States of America
      modifyworld.tame: This &a$1&4 is too ferocious
      modifyworld.bucket.fill: This bucket is holey
      modifyworld.bucket.empty: You suddenly realized you still need &a$1
      modifyworld.usebeds: You can't sleep yet, there are monsters nearby
    
    That's my config.yml for modifyworld

    bump

    BUMP

    ugh..... help is appreciated

    help is appreciatedhelp is appreciatedhelp is appreciatedhelp is appreciatedhelp is appreciatedhelp is appreciatedhelp is appreciatedhelp is appreciatedhelp is appreciated

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

    Actium Praetor

    Folks 'round these parts don't like repeated bumps, FYI, so you might wanna just chill out a bit and some goof like me will wander along with a bad, incorrect, or patently absurd suggestion. For example... :p

    If you're using EssentialsChat and MW, add "essentials.chat.*" and "modifyworld.chat" to whatever the lowest group is for which you wish to grant chat capabilities, and use inheritances to give higher groups the same perms. (If you already have "modifyworld.*" for the group, you can skip "modifyworld.chat" since it's already covered.) You will need to add a node for both MW and your chat plugin as MW will block chat from reaching the plugin.

    BTW, as Lolmewn said, YAML formatting is very, VERY picky - tabs can NOT be used and indenting HAS to be perfect.
     
  16. Offline

    Bust_Open

    Can you give me a example of the format please?
     
  17. Offline

    afistofirony

    Code:
    groups:
      Group_Name:
        prefix: 'prefix'
        inheritance:
        - AnotherGroup
        permissions:
        - Permission.Node
        - Another.Permission
        worlds:
          world_name:
            prefix: 'prefix'
            inheritance:
            - AnotherWorld
            permissions:
            - permission.node
    That is the basic formatting for PermissionsEx.

    Replace tabs with two spaces.
     
    Actium Praetor likes this.
  18. Offline

    Bust_Open

    Code:
    groups:
      guest:
        prefix: '&7[Member]&7 '
        default: true
        permissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        VIP:
        prefix: '&2[VIP]&2 '
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        - essentials.fly
        - essentials.tp
        super:
        prefix: '&6[Super]&6 '
        permissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        - essentials.fly
        - essentials.tp
        - essentials.feed
        - essentials.heal
        - essentials.god
        - worldedit.butcher
        Owner:
        prefix: '&4[Owner]&4 '
        permissions:
        Extreme:
        prefix: '&5[Super]&5 '
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        - essentials.fly
        - essentials.tp
        - essentials.feed
        - essentials.heal
        - essentials.god
        - worldedit.butcher
        - essentials.nick
        - essentials.jump
        permissions:
        GOD:
        prefix: '&1[GOD]&1 '
        premissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        - essentials.fly
        - essentials.tp
        - essentials.feed
        - essentials.heal
        - essentials.god
        - worldedit.butcher
        - essentials.nick
        - essentials.jump
        - essentials.setwarp
        - essentials.repair
        - essentials.vanish
        - essentials.item
        - essentials.gamemode
        jmod:
        prefix: '&3[Junior Moderator]&3 '
        permissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        - essentials.fly
        - essentials.tp
        - essentials.feed
        - essentials.heal
        - essentials.god
        - worldedit.butcher
        - essentials.nick
        - essentials.jump
        - essentials.setwarp
        - essentials.repair
        - essentials.vanish
        mod:
        prefix: '&1[Moderator]&3 '
        permissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        - essentials.fly
        - essentials.tp
        - essentials.feed
        - essentials.heal
        - essentials.god
        - essentials.item
        - essentials.gamemode
        - essentials.nick
        - essentials.jump
        - essentials.setwarp
        - essentials.repair
        - essentials.vanish
        - worldedit.*
    
    tried that isn't working D:

    Can someone please my yalm file for more? I'm hopeless...

    http://uppit.com/k7ner6t7n5nx/permissions.yml

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

    Actium Praetor

    Yeah, what afistofirony said. :cool:

    Outdent your group names. They only need to be indented two spaces. Everything within each group will be indented four spaces.

    To make life easier, there's an online YAML parser that you can use - paste in your yml file and it'll tell you if it'll parse, and if not, where/why.

    EDIT: You also need to lead the permissions in each group with "permissions:" Some of your groups are missing that line, and for others you placed it after (below) the permissions nodes instead of in front of (above). Here's what it looks like with those corrections, and the online parser accepted it:

    Code:
    groups:
      guest:
        prefix: '&7[Member]&7 '
        default: true
        permissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
      VIP:
        prefix: '&2[VIP]&2 '
        permissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        - essentials.fly
        - essentials.tp
      super:
        prefix: '&6[Super]&6 '
        permissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        - essentials.fly
        - essentials.tp
        - essentials.feed
        - essentials.heal
        - essentials.god
        - worldedit.butcher
      Owner:
        prefix: '&4[Owner]&4 '
        permissions: {}
      Extreme:
        prefix: '&5[Super]&5 '
        permissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        - essentials.fly
        - essentials.tp
        - essentials.feed
        - essentials.heal
        - essentials.god
        - worldedit.butcher
        - essentials.nick
        - essentials.jump
      GOD:
        prefix: '&1[GOD]&1 '
        premissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        - essentials.fly
        - essentials.tp
        - essentials.feed
        - essentials.heal
        - essentials.god
        - worldedit.butcher
        - essentials.nick
        - essentials.jump
        - essentials.setwarp
        - essentials.repair
        - essentials.vanish
        - essentials.item
        - essentials.gamemode
      jmod:
        prefix: '&3[Junior Moderator]&3 '
        permissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        - essentials.fly
        - essentials.tp
        - essentials.feed
        - essentials.heal
        - essentials.god
        - worldedit.butcher
        - essentials.nick
        - essentials.jump
        - essentials.setwarp
        - essentials.repair
        - essentials.vanish
      mod:
        prefix: '&1[Moderator]&3 '
        permissions:
        - modifyworld.*
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.help
        - essentials.msg
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tpahere
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - modifyworld.chat
        - essentials.fly
        - essentials.tp
        - essentials.feed
        - essentials.heal
        - essentials.god
        - essentials.item
        - essentials.gamemode
        - essentials.nick
        - essentials.jump
        - essentials.setwarp
        - essentials.repair
        - essentials.vanish
        - worldedit.*
    EDIT 2: I see you're not using inheritance to pass lesser permissions into greater groups. If you don't do this you have to define the same permissions as the group(s) below if you want to use them, and that makes your file bigger than it needs to be. For example, to have VIP use the permissions from Guest, somewhere above or below (but not inside) the permissions declarations add this:

    Code:
        inheritance:
        - guest
    (And watch the spacing, as whitespace matters in a YAML file.)

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

    Bust_Open

    thanks so much;3
     
  21. Offline

    Necrodoom

    essentialschat.jar doesnt block chatting, all that essentials.chat.* does is giving access to using color codes in message.
     
Thread Status:
Not open for further replies.

Share This Page