Bukkit Plugin Configuration | Group Manager

CaptAdric

Forum Moderator
I recommend using either notepad++

notepad++ download: http://notepad-plus-plus.org/

----
Groups.yml file example [Don't change the layout of the configuration, it will cause a error if you do]

Default: <- group name [add a user to the group in game with /manuadd <player> <group>
default: true <- is the group the default group when players join [true/false]
permissions:
- nametag.group.d <- Permissions
- nocheatplus.checks.chat
- plotme.limit.1
- tc.lightgreen
inheritance:
- g: portals <- inherited permission nodes
- g: pets
- g:kits
- g:towny
- g:clocknav
- g:basic
- g:creative
- g:spleef
info:
prefix: '&a' <- group prefix [players have this prefix in this group unless /manuaddv <player> prefix <prefix> is performed
build: true <- can players build or not, its best to leave this to true and use world guard or another plugin to stop players from breaking or placing blocks
suffix: '&f [Lvl/0]' <- group prefix [players have this suffix in this group unless /manuaddv <player> suffix <suffix> is performed

---------------------------------------------------

Users.yml file example [Don't change the layout of the configuration, it will cause a error if you do]

CaptAdric: <- players name
group: Owner <- group the user is in
subgroups: [] <- subgroups the user is assigned to
permissions: <- player permissions [/manuaddp <player> <permission>]
- '*'
- essentials.nick
- essentials.nick.color
- essentials.nick.format
- essentials.nick.magic
- serversigns.use.class2
- serversigns.use.class3
- serversigns.use.class4
- serversigns.use.class5
- serversigns.use.class6
info:
Prefix: '' <-
personal player prefix
suffix: '&e [Lvl/104]&f' <- personal player suffix

-----------------------------------------------------

globalgroups.yml file example [Don't change the layout of the configuration, it will cause a error if you do]

g: Pets: <-
inheritance name
permissions:
- echopet.pet <-
permissions linked to the inheritance
- echopet.pet.remove
- echopet.pet.info
- echopet.pet.show
- echopet.pet.hide
- echopet.pet.call
- echopet.pet.list
- echopet.pet.default.pet.set.current
- echopet.pet.default.remove
- echopet.pet.ride.*
- echopet.pet.hat.*
- echopet.pet.menu
 

[AH] Discord Widget

Top