I Need help with my Group Permissions.

Discussion in 'Bukkit Help' started by Jeremy1234, Jun 20, 2012.

?

Please Help me.

Poll closed Jul 18, 2012.
  1. Help me.

    2 vote(s)
    100.0%
  2. Help me.

    2 vote(s)
    100.0%
Multiple votes are allowed.
Thread Status:
Not open for further replies.
  1. Offline

    Jeremy1234

    Can any of you help me? I Have a minecraft server and the Permissions are not working i think it's messed up that's why i came here and asked you guys. Well this is whats happening: [Default] Player's can't use commands that i have set for them to use. Then the other problem is Beside our name the groups do not show up. Example: [Owner]PlayerName. And all the other groups.
    I'm Just asking for some help and if you can help here's the link to PasteBin.com for you guys to look at it. (Link) : http://pastebin.com/uRLvY23b Please Help me i'm renting a server and players cant do what I Want and They want.
     
  2. Offline

    BMX_ATVMAN14

    Output


    ERROR:

    while parsing a block mapping
    in "<unicode string>", line 2, column 3:
    Default:
    ^
    expected <block end>, but found '<block sequence start>'
    in "<unicode string>", line 5, column 4:
    - bukkit.command.kill
    ^
    In the future use this
     
  3. Offline

    Jeremy1234

    I Don't Under stand what your saying? Im new to this. Is there anyway you can edit for me?
     
  4. Offline

    BMX_ATVMAN14

    -_-
    Code:
    groups:
      Default:
        default: true
        permissions:
        - bukkit.command.kill
        - bartersigns.create
        - bartersigns.use
        - ChestShop.shop.*
        - essentials.afk
        - bukkit.balance
        - essentials.delhome
        - essentials.help
        - essentials.helpop
        - essentials.home
        - essentials.mail.send
        - essentials.mail
        - essentials.me
        - essentials.motd
        - essentials.pay
        - essentials.rules
        - essentials.sell
        - essentials.sethome
        - essentials.spawn
        - essentials.warp
        - essentials.warp.list
        - essentials.worth
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - factions.kit.halfplayer
        - mobcatcher.can-catch
        - pvparena.user
        - essentials.tp
        inheritance:
        - g:essentials_default
        - g:bukkit_default
        info:
          prefix: '&a[Default]&f'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&3[Owner]&f'
          build: true
          suffix: ''
      Builder:
        default: false
        permissions:
        - ChestShop.nofee
        - factions.kit.fullplayer
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&e[Trusted] &f'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions:
        - essentials.time
        - essentials.give
        - essentials.give.*
        - essentials.teleport
        - essentials.teleport.other
        - essentials.weather
        - ChestShop.shop.mod
        - factions.kit.mod
        - mobcatcher.free
        inheritance:
        - builder
        - g:essentials_moderator
        - g:bukkit_moderator
        - g:towny_moderator
        info:
          prefix: '&2[Mod] &f'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - bartersigns.admin
        - ChestShop.shop.admin
        - factions.kit.admin
        - mobcatcher.allow-all
        - pvparena.*
        - worldedit.*
        - worldguard.*
        inheritance:
        - moderator
        - g:essentials_admin
        - g:bukkit_admin
        - g:towny_admin
        info:
          prefix: '&c[Admin] &f'
          build: true
          suffix: ''
    Try that
     
  5. Offline

    Jeremy1234

    Lol, Ok ill try it. Thank you alot.

    What like do i put Groups on first one right?

    Still not working.

    Im so Cunfused! Can someone please help me :/ I Did what you said and it still does not work.

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

    BMX_ATVMAN14

    What? And stop bumping every 5 minutes
     
  7. Offline

    Jeremy1234

    I Said its not working... It still does not say Owner by my name and Default player's Cant tpa :/

    BMX_ATVMAN14, Are you still helping me or no?

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

    TnT

    Moved to correct forum.
     
  9. Offline

    Jeremy1234

    Thank you i got it :D Thank you all that helped me :D

    But one more ? How could i make it so Default players cant use command /pl

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

    BMX_ATVMAN14

    put the node in the admin section
     
Thread Status:
Not open for further replies.

Share This Page