Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # System is no longer used, but may become used in the future
- # Copies is for multiple-world support
- # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
- # If this file is for your default world (the one in server.properties) then you must
- # leave copies blank.
- # Example: copies: Derp - This will clone the permissions of the world Derp
- #
- # Make sure to rename this file to the name of the world that is in sever.properties under
- # level-name. So if it is level-name: world then this should be world.yml and in the
- # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
- #
- # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
- # doing this is to use Notepad++ and replace the tab with 4 spaces.
- plugin:
- permissions:
- system: default
- copies:
- ##
- # AntiBuild is included with this. To disable a group from being able to build then
- # set the build: flag to false (build: false). If you want a group to be able to build
- # then set it to true.
- ##
- # Groups can contain inheritance.
- # To make a group inherit the permissions from another
- # group simply place the groups name in the "inheritance:" like so:
- #
- # Example:
- # inheritance:
- # - Default
- ##
- # All permissions including the asterisks must be placed in single quotes.
- # like so:
- #
- # - 'foo.bar'
- #
- # Otherwise errors will happen!
- ##
- # Globalized Permission settings:
- #
- # If a permission contains periods (.) you can denote a globalized parameter:
- #
- # - 'foo.*'
- #
- # This will allow you to use all general commands.
- #
- ##
- # Single Asterisk denotes all commands:
- #
- # - '*'
- # If you give a group this permissions, do not have the group inherit any permissions
- # from other groups. Any users assigned to this group should NOT be given any additional
- # permissions either.
- ##
- # To exempt a node use the - prefix like so:
- # - '-foo.bar'
- ##
- # prefix: and suffix: do not do anything on their own. You need another outside plugin
- # such as iChat or HeroChat in order for these to do anything.
- ---
- plugin:
- permissions:
- system: 'default'
- copies: ''
- groups:
- Admin:
- default: ''
- info:
- prefix: '&normal'
- suffix: 'Β§multiplay'
- build: true
- inheritance: ''
- permissions:
- - '*'
- Builder:
- default: ''
- info:
- prefix: ''
- suffix: ''
- build: false
- inheritance:
- - 'Default'
- permissions: ''
- Guest:
- default: ''
- info:
- prefix: ''
- suffix: ''
- build: true
- inheritance: ''
- permissions:
- - 'essentials.help'
- - 'essentials.motd'
- - 'essentials.rules'
- Moderator:
- default: false
- info:
- prefix: ''
- suffix: ''
- build: true
- inheritance:
- - 'Builder'
- permissions:
- - 'essentials.tp'
- - 'essentials.tphere'
- - 'essentials.kick'
- - 'essentials.god'
- Spec:
- default: ''
- info:
- prefix: ''
- suffix: ''
- build: false
- inheritance: ''
- permissions: ''
- VIP:
- default: ''
- info:
- prefix: ''
- suffix: ''
- build: true
- inheritance:
- - 'Moderator'
- permissions:
- - 'essentials.warp'
- - 'esssentials.ban'
- - 'essentials.setwarp'
- users:
- MJ10:
- group: 'Moderator'
- permissions: ''
- Mr_The_Ninja:
- group: 'VIP'
- permissions:
- - 'new_permission'
- TheLatias10:
- group: 'Moderator'
- permissions:
- - 'new_permission'
- blakley:
- group: 'Admin'
- permissions: ''
- nailone:
- group: 'Moderator'
- permissions: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement