[TUTORIAL] How to Install/Use PermissionsEx (Newb-Friendly)!

Discussion in 'Bukkit Help' started by Deleted user, Dec 20, 2011.

?

Did This Tutorial Help You?

  1. Yes.

    79.2%
  2. No.

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

    Deleted user

    I just checked your permissions out, and that is A LOT of permissions you have there.
    I'll add in a tutorial on how to do this.
     
    xJennaMarieMasonx likes this.
  2. Offline

    Chillax_Team

    Yep :p I got alot to delete
     
  3. Offline

    hammale

    TnT always says no :D
     
    Deleted user likes this.
  4. Offline

    TnT

    No, I don't.

    Wait...
     
    tips48, Chillax_Team, hammale and 2 others like this.
  5. Offline

    Deleted user

    Can I have a Bukkit Help tag? :3
     
    xJennaMarieMasonx likes this.
  6. Offline

    hammale

    Let me just save TnT some time and say no :D
     
  7. Offline

    Deleted user

    Never! I spent a few hours making the Basic Tutorial of PermissionsEx and i'd like a reward for it ;P.
     
    xJennaMarieMasonx likes this.
  8. Offline

    hammale

    And I spent 5 months as a bukkit consulting firm member :D lol when the time comes we shall all be rewarded! BTW nice tut :D we were in need if a good 1!
     
  9. Offline

    Chillax_Team

    How are you doing on doing the rest of the tutorial? Like on different world Permissions and what not.
     
  10. Offline

    Deleted user

    I'm doing it later today. Sorry for the delay, i'm at work.
     
    xJennaMarieMasonx likes this.
  11. Offline

    Chillax_Team

    Its fine :) Thanks for Helping!
     
    Deleted user likes this.
  12. Offline

    Chillax_Team

    So.. anything? I am in big need of this. My players are really wanting pvp D:
     
  13. Offline

    Deleted user

    I'm working on it now.
     
  14. Offline

    Chillax_Team

    okay.
     
  15. Offline

    Chillax_Team

    Advance Sample is not there D:
     
  16. Offline

    Deleted user

    I'm doing it in 1 hour.
     
  17. Offline

    Chillax_Team

    I followed your "Advanced" thing and I did this for my Rank
    Code:
        Owner:
            permissions:
            - '*'
            inheritance:
            - CoOwner
            prefix: '&f*&1O&2w&3n&4e&5r&f*&f [&4'
            build: true
            suffix: '&c'
            options:
                rank: '0'
            worlds:
                SurvivalCraft:
                    permissions:
                    - essentials.spawn
                    - factions.kit.fullplayer
                    prefix: '[&7PVP&f] [&d'
                    suffix: '&7'
    But I still am able to do all commands and I am De-Op'd. My Prefix is PVP though.
     
  18. Offline

    Deleted user

    Your world name isn't SurvivalCraft is it? Change it ;).
     
  19. Offline

    iBMGaming

    Check your PM's. :) Also thanks for the tutorial.
     
  20. Offline

    Deleted user

    I will, and you're welcome.
     
  21. Offline

    Chillax_Team

    Oh yea, I just fixed that. Still the same issue. It says the Prefix [PVP] [Jason] MYMESSAGE But I still got EVERY permissions. It does the same thing with My beginner players to. Like for example. In Building I have it so beginners can do /tpaccept but in PVP they can not. But for somereason that Beginner can still do /tpaccept.
     
  22. Offline

    Deleted user

    Can I see your entire permissions.txt please?
     
  23. Offline

    Chillax_Team

    permissions.yml :p And Sure.

    Here you go!
    http://dev.bukkit.org/paste/4685/

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

    Deleted user

    Re-read my Advanced Tutorial again. Sorry.
    I've added some new things that were found when I started looking at your permissions.yml.
     
  25. Offline

    Chillax_Team

    Okay, You are a big help! This should be Stickied!

    I just looked at it again and Its the same D:. Or Have you not updated it yet?

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

    Deleted user

    Chillax_Team Read e).
    4. More Information Before You Start Using This Template:

    a) The "user" group is the default group in this template because there is a "default: true" underneath the group name
    b) You can change the prefix the group to whatever you'd like. If you'd like a suffix for your group as well, just add this:
    Code:
    user:
    default: true
    permissions:
    inheritance:
    - null
    options:
    test.test: '100500'
    worlds:
    SurvivalCraft:
    permissions:
    - nocheat.fly
    prefix: '&a[User]'
    suffix: '&a[ThisIsMyAwesomeSuffix]' <---------------
    
    c) Remember that when you are personalizing this template that you can add specific group permissions for each world!
    Code:
    user:
    default: true
    permissions:
    -
    inheritance:
    - null
    options:
    test.test: '100500'
    worlds:
    SurvivalCraft: <-------------- Remember to put your world name here!
    permissions:
    - nocheat.fly <--------------- Permissions go here!
    prefix: '&a[User]'
    
    d) The "- null" under the inheritance just means that the group doesn't inherit from any other group. You can also use just "-" instead of "- null".
    e) The "permissions:" at the top of the group settings means that you'll be able to use all the permissions nodes in every world that are below the "permissions:". If you'd like the group "Snipers" to be able to use "SimpleJail.jail" in every world, but "SimpleJail.unjail" only in the world "OnlyUnjailHere", you would put this in:
    Code:
    Snipers:
    permissions:
    -SimpleJail.jail
    inheritance:
    - null
    options:
    test.test: '100500'
    worlds:
    OnlyUnjailHere: <-------------- Remember to put your world name here!
    permissions:
    - SimpleJail.unjail <--------------- Permissions go here!
    prefix: '&a[ExtremeSniper]'
    
    f) Only put the suffix part in if you're actually using a suffix.
     
  27. Offline

    LernToSpel

    Hooray! I'm glad to see that the tutorial is finished! Everything worked perfectly for me, but just a question. If I have something like a greylist, where users need to sign up to get the benefits of a normal user (people who don't apply get very limited commands). If somebody signs up, will I have to edit my PEX file and manually register them? Or is there another way? Thanks for this, man!

    P.S. I +1 this for getting stickied :p
     
  28. Offline

    Chillax_Team

  29. Offline

    Deleted user

    Yes, you have to manually register them.... or, you can use PEX's built in commands...
    Commands list:
    https://github.com/t3hk0d3/PermissionsEx/wiki/Commands

    /pex promote <user> <group>

    I'm not quite sure on which group you'd like to have PVP permissions for..

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

    Chillax_Team

    I am setting it up for Beginner & Owner first before anything. To test.
     
Thread Status:
Not open for further replies.

Share This Page