Help on the PermissionsEX config.yml/permissions.yml [PLEASE]

Discussion in 'Bukkit Help' started by iWearShortz, Jul 19, 2012.

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

    iWearShortz

    I've been at this for hours, all I want too know is what's supposed to go into the config.yml, there's nothing in there at the moment and my permissions aren't working. Here's what's in my permissions.yml;


    Code:
    groups:
      user:
        build: true
        default: true
        prefix: '&e[User] '
        options:
            rank: '1000'
        permissions:
        - essentials.afk
        - essentials.getpos
        - essentials.help
        - essentials.helpop
        - essentials.ignore
        - essentials.list
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.near
        - essentials.rules
        - essentials.suicide
        - essentials.clearinventory
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.delhome
        - essentials.tpa
        - essentials.tpaall
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.warp.build
     
      trusted:
        build: true
        default: false
        prefix: '&2[Trusted] '
        options:
            rank: '900'
        permissions:
        - essentials.kit.tools
        - essentials.warp.list
        - essentials.tp
        inheritance:
        - user
        options:
          rank: '80'
      moderator:
        build: true
        default: false
        prefix: '&5[Moderator] '
        options:
            rank: '800'
        permissions:
        - essentials.feed
        - essentials.heal
        - essentials.broadcast
        - essentials.spawner
        - essentials.kick
        - essentials.tempban
        - essentials.weather
        - essentials.tp
        - essentials.tphere
        - essentials.ban
        - essentials.afk
        - essentials.back
        - essentials.back.ondeath
        - essentials.clearinventory
        - essentials.compass
        - essentials.depth
        - essentials.gamemode
        - essentials.getpos
        - essentials.heal
        - essentials.help
        - essentials.home
        - essentials.item
        - essentials.itemspawn.item-all
        - essentials.jump
        - essentials.kit
        - essentials.kit.*
        - essentials.list
        - essentials.motd
        - essentials.rules
        - essentials.sethome
        - essentials.sethome.multiple
        - essentials.setwarp
        - essentials.spawn
        - essentials.top
        - essentials.tp
        - essentials.warp
        - essentials.setwarp
        - essentials.warp.*
        - essentials.warp.list
        - essentials.gm
        - coreprotect.*
        - modifyworld.*
      admin:
        build: true
        default: false
        prefix: '&4[Admin] '
        options:
            rank: '100'
        permissions:
        - essentials.*
        - modifyworld.*
        - worldedit.*
        - worldguard.*
      owner:
        build: true
        default: false
        prefix: '&3[Owner] '
        options:
            rank: '0'
        permissions:
        - '*
    users:
      iWearShortz:
        group:
        - owner
      A1e5s1o:
        group:
        - moderator
      lew12wh1t1n9:
        group:
        - admin
      pinball622:
        group:
        - moderator
      Plumby:
        group:
        - admin
      Tyranor:
        group:
        - moderator
      ashybridger:
        group:
        - trusted'

    The yml parser didn't give me any errors. Just what's supposed to go in that config file?! Is what I've put the permissions file wrong? Was that code supposed to go into the config file? Please help, a sample of what a config file normally looks like would be a great help, I don't have a clue atm.
     
  2. Offline

    Reptar_

    Don't touch the config. Put everything into the permissions.yml. Should work then.
     
  3. Offline

    Omnitv

    and if there is any errors coming from youre console or GUI please post them at
    Pastebin http://pastebin.com/
    Pastie http://pastie.org/
    Or at the code box Symbol {}#
    and then link them here
     
  4. Offline

    iWearShortz

    I'm restarting the server, I'm not getting any errors, just I'm the owner (iWearShortz), when I de-op myself, I don't have any permissions even though I'm in "owner" do you guys see anything wrong with the file? :(
     
  5. Offline

    jacklin213

    Code:
    owner:
        build: true
        default: false
        prefix: '&3[Owner] '
        options:
            rank: '0'
        permissions:
        - '*
    this ^ u did add the ( ' ) to the - '*'
     
  6. Offline

    iWearShortz




    Thank you it just doesn't seem to help :( The default users have all the commands I set but admins/mods don't :( Maybe it's a problem with setting players to groups? Or other plugins?




    Wiki|Issue Tracker|WebsiteSource|Changelog|Citizens2 Beta Inform...
    Release
    Fun

    CoreProtect - Fast, efficient block logging, rollbacks, and rest...
    Release
    Anti-Griefing Tools, Admin Tools, General, Informational, World Editing and Management

    The easy title plugin!What does it do?EasyTitles is a plugin for...
    Release
    Chat Related

    Easy VanishDescriptionWith this mod, you just need one permissio...
    Release
    Admin Tools

    Essentials- A collection of useful commands and features. -Essen...
    Mature
    General, Admin Tools, Chat Related, Economy, Teleportation

    Read our user guide here.To discuss this plugin, please use the ...
    Mature
    Fun, Anti-Griefing Tools, Chat Related, Role Playing

    Mobs
    Mobs!Exert almost full control over mobs on your server - when a...
    Release
    Role Playing, Fun, Mechanics

    Detect and fight the exploitation of various flaws/bugs in Minec...
    Release
    Anti-Griefing Tools, Admin Tools, Fixes

    == Simply NO TNT ==Simply No TNT does what it says....eliminates...
    Planning
    Anti-Griefing Tools, Fixes, General, Mechanics

    Version:1.13Tekkit version1.13Tekkit - Optimized for Tekkit, not...
    Release
    Anti-Griefing Tools, Admin Tools, Mechanics, World Editing and Management

    Help support development of Vault:Vault is a Permissions, Chat, ...
    Mature
    Developer Tools, Economy

    WorldEdit is anin-game map editorwith over 100 functions that ma...
    Release
    World Editing and Management, Admin Tools, Anti-Griefing Tools, Informational, Teleportation

     
  7. Offline

    jacklin213

    Code:
    build: true
    no such thing for pex u need to enable modify world jar which came with pex
    and give groups that can build this node
    Code:
    - modify.world*
    and give groups that cant build this node
    Code:
    - -modify.world*
     
  8. Offline

    iWearShortz

    Still not working, come on the server and help?
     
  9. Offline

    Necrodoom

    last line:
    - trusted'
    change to
    - trusted
     
  10. Offline

    joshua katz

    It might just be PEX, put the nodes at the bottom of the file if they gave a "*" or get an updated permissions plugin such at GroupManager, Privileges, or bPerms.

    Edit: Re-looked at the file; My bad; Its the formatting of it but my message still is valid.
     
  11. Offline

    Marsman75

    Hi,

    Line 34 = empty row remove it
    Line 116 change - '* to - '*'
    Line 138 change - trusted' to - trusted

    Link to new permission.yml --> HERE

    /m
     
Thread Status:
Not open for further replies.

Share This Page