1

How to use Groupmanager

Jace192837 12/9/12 10:58 pm
77
12/10/2012 4:30 pm
Does anyone need help with configuring Groupmanager? Well I can help. I'm gonna give examples for how to set it up below. PERMS VARY WITH PLUGINS!!! HAVE ESSENTIALS FOR BEST RESULTS.

groups:
GroupName:
default: true/false [Toggles If you start as that group when you first join]
permissions:
- essentials.spawn <--- EXAMPLE for any essentials command. .spawn = /spawn
- - essentials.op <--- The second "-" Takes AWAY that command. [BLACKLIST]
- EXAMPLE.EXAMPLE <---- Commands VARY with different plugins!!!
inheritence: <---- What each group INHERITS from others.
- g:groupmanager_default <--- Inherits itself [Does not get any perms but its own]
- g: essentials_default <--- Gives basic commands [ /tpa, /tpahere, /spawn, etc.
- g: towny_default <---- Gives more basic commands. [Default configuration]
info: <---- Gives info about Prefix, Color, Build Berms, etc.
prefix: '&COLOR[CustomPrefix]' <---- Changes prefix to custom color and prefix
build: true/false <--- Allows group to have building perms
suffix 'CustomSuffix' <--- Usually left blank like: Suffix: ''
HigherRankName: <--- Feel free to change any Group Names
default: true/false
permissions: [] <--- Keep blank [Reccomended]
inheritence:
- Groupname <--- Or the group one rank lower than this one
- g:groupmanager_moderator <--- Gives Moderator Perms
- g:bukkit_moderator
- g:essentials_moderator
- g:towny_moderator
- g:vanish_moderator <--- Allows /vanish
info:
prefix: '&color[CustomPrefix]'
build: true/false
suffix '&color[CustomSuffix]'

After this, You can make even more groups inheriting the group one rank lower than them to give them the lower rank perms, AND their given perms. I hope this helped someone. REMEMBER TO PUT SPACES IN THE PROPER PLACES IF YOU COPY MINE!!! <--- VERY IMPORTANT

Heres my config below... Made all by JACE1012... If you copy mine into your server, give me credit, please. Instructions above made and typed all by JACE1012.

Click to reveal
# 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:
Default:
default: true
permissions:
- essentials.warp
- essentials.warp.list
- - essentials.op
inheritance:
- g:groupmanager_default
- g:essentials_default
- g:towny_default
info:
prefix: '&e[Citizen]'
build: true
suffix: ''
Moderator:
default: false
permissions: []
inheritance:
- default
- g:groupmanager_moderator
- g:bukkit_moderator
- g:essentials_moderator
- g:towny_moderator
- g:vanish_moderator
info:
prefix: '&5[Moderator]'
build: true
suffix: ''
Admin:
default: false
permissions: []
inheritance:
- moderator
- g:groupmanager_admin
- g:bukkit_admin
- g:essentials_admin
- g:towny_admin
- g:vanish_admin
info:
prefix: '&c[Admin]'
build: true
suffix: ''
Head-Admin:
default: false
permissions: []
inheritance:
- admin
info:
prefix: '&c[Head-Admin]'
build: true
suffix: ''
Co-Owner:
default: false
permissions:
- '*'
- -vanish.*
inheritance:
- admin
info:
prefix: '&4[Co-Owner]'
build: true
suffix: ''
Owner:
default: false
permissions:
- '*'
- -vanish.*
inheritance:
- admin
info:
prefix: '&4[Owner]'
build: true
suffix: ''
Posted by
Jace192837
Level 8 : Apprentice Explorer
5

  Have something to say?

JoinSign in

1

Jace192837
12/10/2012 4:30 pm
Level 8 : Apprentice Explorer
And remember to add the spaces in the EXACT right place.
1

Welcome