What is the permissionsex command for all of essentials?

Discussion in 'Bukkit Help' started by bravematt313, Aug 21, 2014.

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

    bravematt313

    If I want an admin to have all access to the plugin essentials, what is that command? I can find specific ones but i want him to have all.


    Thanks!
     
  2. Offline

    JaguarJo

    The permission node you are looking for is - essentials.* . Keep in mind though that using that permission node will include absolutely every single essentials permission there is, so make sure that you know what all of the nodes do. If you decide that there are some specific nodes that you don't want your admin to have, but you want them to have all the rest, then make sure that you put the negated nodes in the permissions list before the node that gives everything. PEX is very picky about the order of stuff like that.
     
  3. Offline

    LHammonds

    Be aware that if you do this, they will connect to the server each time in vanish/invisible mode. If this is not wanted, then you need to include a negative permission just before essentials.*

    Example:
    Code:
        - -essentials.silentjoin.vanish
        - essentials.*
    Reference: Essentials Wiki

    LHammonds
     
Thread Status:
Not open for further replies.

Share This Page