Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Group inheritance
- #
- # Any inherited groups prefixed with a g: are global groups
- # and are inherited from the GlobalGroups.yml.
- #
- # Groups without the g: prefix are groups local to this world
- # and are defined in the this groups.yml file.
- #
- # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
- groups:
- Noob:
- default: true
- permissions:
- - cmdportals.use
- - commandbook.rules
- - warpsigns.use
- - commandbook.spawn
- inheritance:
- info:
- prefix: '&0[&1Starter&0]'
- build: False
- suffix: ''
- Owner:
- default: false
- permissions:
- - -vanish.*
- - "*"
- - commandbook.kick.exempt.override
- - commandbook.kick.exempt
- - commandbook.ban.exempt
- - commandbook.ban.exempt.override
- - warpsigns.create
- - cmdportals.create
- - cmdportals.delete
- - cmdportals.list
- inheritance:
- - admin
- info:
- prefix: '&1&k:::&0[Owner&0]&1&k:::'
- build: true
- suffix: '&b'
- Admin:
- default: false
- permissions:
- - commandbook.bans.unban
- - commandbook.gamemode.*
- - commandbook.bans.exempt
- - worldedit.*
- - worldgaurd.*
- - commandbook.*
- - colors.*
- inheritance:
- - moderator
- info:
- prefix: '&0[&1Admin&0]'
- build: true
- suffix: '&1'
- survivor:
- default: true
- permissions:
- - commandbook.home.teleport
- - commandbook.home.set
- - commandbook.warp.warp.Shop
- inheritance:
- - Noob
- info:
- prefix: '&0[&aSurvivor&0]'
- build: true
- suffix: ''
- Moderator:
- default: false
- permissions:
- - commandbook.kick
- - commandbook.bans.ban
- - commandbook.teleport.*
- - commandbook.return
- - commandbook.call
- - esfm.fly
- - commandbook.god
- - commandbook.heal
- - commandbook.broadcast
- - commandbook.mute
- - lagg.*
- inheritance:
- - survivor
- info:
- prefix: '&0[&bModerator&0]'
- build: true
- suffix: '&b'
Advertisement
Add Comment
Please, Sign In to add comment