permission help.cant do shit :d

Discussion in 'Bukkit Help' started by divisor, Oct 24, 2011.

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

    divisor

    hello... i cant build anything in minecraft i use bukkit.

    so could some one help me make the owner so i can build and so on o.o

    Code:
    #
    #
    # User entries are similar in syntax to groups, except that the groups they inherit from are denoted by
    # "groups:", instead of "inheritance:".
    #
    ##
    #
    # Users can have their own permissions, shown by FriendB,
    # and also can have a prefix and suffix of their own, as shown by FriendA.
    #
    ##
    #
    # For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
    #
    ##
    
    users:
        TheServerOwner:
            groups:
                - Admins
            permissions:
        FriendA:
            info:
                prefix: '&4[~Alice~]&f'
            groups:
                - Moderator
            permissions:
        FriendB:
            groups:
                - Moderator
            permissions:
                - 'warpplugin.manage.*'
        NewGuy:
            groups:
                - Guest
        Herpina:
            groups:
                - Member
        Derpina:
            groups:
                - Member
     
  2. Offline

    codename_B

    Don't use Permissions 2/3. They're not supported. Use bPermissions or PEX.
     
  3. Offline

    divisor

    oh. gonna check it. thx for so fast respond!

    witch one do u think its easyest (handle) 2 get if ur a noob with this stuff o.o?

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

    -_Husky_-

    I use Permissions 3.1.6
    I dont know why he is saying not to use it
     
  5. Offline

    Gveradux

    PEX or get rid of Bukkit Totally.
     
  6. Offline

    codename_B

    Its outdated and unsupported and won't work with most modern plugins, but otherwise its fine.

    bPermissions is the easiest to learn to use and the most functional.
     
    Rwembee likes this.
  7. Offline

    -_Husky_-

    I use it will all the new plugins. if it breaks i am going to update it.
     
  8. Offline

    Darq

    @codename_B It's the most functional? I thought it didn't even do per-player permissions.
     
Thread Status:
Not open for further replies.

Share This Page