Solved PermissionsEX

Discussion in 'Bukkit Help' started by DocSparklez, Aug 24, 2012.

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

    DocSparklez

    Can someone please tell me how to make a permissions ex file? I really am completely clueless about the topic. Uploading an example file would really help, thanks.
     
  2. Offline

    JWhy

  3. Offline

    DocSparklez

    Om gosh. Forgot to mention. I dont have essentials. I have command book.
     
  4. Offline

    JWhy

    It IS an example, a functional one ;)
     
  5. Offline

    DocSparklez

    Does it require essentials?

    And it says it cannot be found 404

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

    JWhy

    A permissions configuration doesn't require anything, but Essentials requires a permissions config... Actually this file only makes sense, if you have Essentials. But i'd suggest you to look at it's structure to learn how to create your own one. You can find some more help in a tutorial of zipron: http://forums.bukkit.org/threads/60312/

    Sorry, you're alright... They moved the file and i used the old URI. Here's the actual one:
    https://raw.github.com/essentials/Essentials/master/examples/permissionsex.yml

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

    DocSparklez

    this looks like group manager.... But i'll check it out. Thanks.

    Uhm. I am not sure if it worked. I tested it out.. the prefixes didn't change..... idk about permissions

    The permissions worked, no prefixes

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

    Thegar

    What is wrong with GroupManager, And Essentials. They are two vital plugins for MY server. You may be different but both of them are great plugins. I honestly have tried PEX but it is overly complicated for the sitiuation.
     
  9. Offline

    zipron

    PEX is as easy as EGM so that just means you didn't try it properly. It's just different and people are afraid of changes. i-In my opinion PEX is better because it offers more options than EGM, and is much more clear.
     
  10. Offline

    Necrodoom

    what are the features? cant find anything other than modifyworld, which has replacements.
     
  11. Offline

    zipron

    ranking ladders, other way of parsing the nodes, etc?
     
  12. Offline

    fugue2005

    features for pex?
    https://github.com/PEXPlugins/PermissionsEx/wiki/Features

    https://github.com/PEXPlugins/PermissionsEx/wiki/ChatManager

    there is a thing in the bukkit tools forum for automatically making a permissions file.

    http://forums.bukkit.org/threads/admn-permissionsex-permissions-auto-setup-v1-4beta-r5.73511/

    i personally have nothing against EGM, i just like the single file backend and regex permissions for PEX
     
  13. Offline

    JWhy

    Psst, there's an IRC
     
  14. Offline

    DocSparklez

    I made the nodes... I get an internal error.... Help?
    groups:
    Default:
    default: true
    permissions:
    - commandbook.who
    - commandbook.spawn
    - commandbook.say.me
    - commandbook.msg
    - commandbook.reply
    - commandbook.away
    - commandbook.ping
    - commandbook.rules
    - commandbook.motd
    - commandbook.biome
    - commandbiik.call
    - modifyworld.*
    prefix: '&eDefault&f '
    options:
    build: false
    rank: '1000'
    Builder:
    permissions:
    - commandbook.who
    - commandbook.spawn
    - commandbook.say.me
    - commandbook.msg
    - commandbook.reply
    - commandbook.away
    - commandbook.ping
    - commandbook.rules
    - commandbook.motd
    - commandbook.biome
    - commandbiik.call

    inheritance:
    - default
    prefix: '&2Trusted&f '
    options:
    build: true
    rank: '500'
    Moderator:
    permissions:
    - commandbook.ban
    - commandbook.kick
    - commandbook.item
    - commandbook.god
    - commandbook.intro
    - commandbook.spawnmob
    - commandbook.whois
    - permissions.user.promote.default
    - permissions.user.demote.default
    - permissions.manage.membership
    inheritance:
    - builder
    prefix: '&5Mod&f '
    options:
    build: true
    rank: '200'
    Admin:
    permissions:
    - commandbook.gamemode.1
    - commandbook.gamemode.0
    - commandbook.gamemode.2
    - commandbook.home
    - commandbook.sethome
    - commandbook.warp
    - commandbook.warp.remove
    - commandbook.warps
    - commandbook.setwarp
    - commandbook.kick
    - commandbook.ban
    - commandbook.unban
    - permissions.manage.users
    - permissions.manage.users.permissions
    - permissions.manage.users.permissions.timed
    inheritance:
    - moderator
    prefix: '&cAdmin '
    options:
    build: true
    rank: '100'
    Owner:
    permissions:
    - '*'
    inheritance:
    - admin
    prefix: '&4Owner&f '
    options:
    build: true
    rank: '0'
    users:
    DocSparklez:
    group:
    - Owner
    then when I launch it and type /pex i get an interal error occured

    What do I do to fix?

    And if someone fixes for me, that would be great

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

    JWhy

    Can you post it raw? This isn't valid yaml (at least it doesn't have the same meaning your original has)
     
  16. Offline

    DocSparklez

    Raw? What do you mean? I am totally new to this. I took your example and made it commandbook. But I get an interal error please help

    so I really have no idea what is wrong with my nodes

    Please help.

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

    JWhy

    Just copy and paste your file on pastebin.org and poste the generated URI of the document here
     
  18. Offline

    DocSparklez

  19. Offline

    JWhy

    Never use the tab key in yaml... you did, so the permissions.yml is broken. You can use Search and Replace in Notepad++: Search for "\t" and replace by " " (four spaces), and select "Advanced (\n, \r, \t, \0, \x...)" at "Search mode", then click "Replace all"
     
  20. Offline

    DocSparklez

    I didn't use tab key tho. I just used spaces.
     
  21. Offline

    Actium Praetor

    Your text editor may have replaced spaces with tabs. Some editors do this "for you" without regard to whether it screws things up. :(
     
  22. Offline

    DocSparklez

    THANKS FOR THE HELP EVERYONE!!! I GOT IT WORKING!!! THANKS
     
  23. Offline

    Thegar

    Yeah, I guess I am scared of change... In the past 2 years I have pretty much lived on the Essentials Package. It was just my opinion. Anyways. I'm glad you got the issue solved.
     
Thread Status:
Not open for further replies.

Share This Page