Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # PermissionsBukkit configuration file
- #
- # A permission node is a string like 'permissions.build', usually starting
- # with the name of the plugin. Refer to a plugin's documentation for what
- # permissions it cares about. Each node should be followed by true to grant
- # that permission or false to revoke it, as in 'permissions.build: true'.
- # Some plugins provide permission nodes that map to a group of permissions -
- # for example, PermissionsBukkit has 'permissions.*', which automatically
- # grants all admin permissions. You can also specify false for permissions
- # of this type.
- #
- # Users inherit permissions from the groups they are a part of. If a user is
- # not specified here, or does not have a 'groups' node, they will be in the
- # group 'default'. Permissions for individual users may also be specified by
- # using a 'permissions' node with a list of permission nodes, which will
- # override their group permissions. World permissions may be assigned to
- # users with a 'worlds:' entry.
- #
- # Groups can be assigned to players and all their permissions will also be
- # assigned to those players. Groups can also inherit permissions from other
- # groups. Like user permissions, groups may override the permissions of their
- # parent group(s). Unlike users, groups do NOT automatically inherit from
- # default. World permissions may be assigned to groups with a 'worlds:' entry.
- users:
- Matt_Hobbs:
- permissions:
- permissions.*: true
- griefprevention.admin.*
- groups:
- - mod
- xtiz3:
- groups:
- - user
- malthor543:
- groups:
- - user
- malthor54:
- groups:
- - user
- forrrestmaster:
- groups: []
- robstar100:
- groups:
- - user
- morphious95:
- groups:
- - default
- - user
- gebrhazelaar:
- groups:
- - default
- - user
- johnnylp:
- groups:
- - user
- iprobrown:
- groups:
- - user
- arcane97:
- groups:
- - user
- xxryancxx11:
- groups:
- - user
- samdoobie:
- groups:
- - user
- dzxgskill:
- groups:
- - user
- groups:
- default:
- permissions:
- permissions.build: true
- admin:
- permissions:
- permissions.*: true
- griefprevention.admin.*: true
- inheritance:
- - user
- mod:
- permissions:
- permissions.*: true
- user:
- permissions:
- permissions.build: true
- essentials.afk: true
- essentials.balance: true
- essentials.depth: true
- essentials.help: true
- essentials.kit: true
- essentials.me: true
- essentials.motd: true
- essentials.msg: true
- essentials.nick: true
- essentials.pay: true
- essentials.sethome: true
- essentials.sell: true
- essentials.spawn: true
- essentials.time: true
- essentials.tpa: true
- essentials.tpaccept: true
- essentials.tpdeny: true
- essentials.worth: true
- essentials.home: true
- griefprevention.createclaims: true
- worlds:
- creative:
- coolplugin.item: true
- inheritance:
- - default
- messages:
- build: '&cYou do not have permission to build here.'
- debug: false
Advertisement
Add Comment
Please, Sign In to add comment