1
Group manager [Names are red - need help]
Okay so i'm creating the permissions for my server and test them and there fine but today when i went on my server all the names were... i don't know if this is a bug or what but i really need help please reply btw i use group manager
4
Permissions file =
# 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:
Guest:
default: true
permissions:
- essentials.spawn
- essentials.sethome
- essentials.home
- essentials.help
- essentials.msg
- essentials.msg.url
- essentials.tpa
- essentials.tpahere
- essentials.warp
- essentials.warp.list
- essentials.recipe
- essentials.pay
- essentials.tpaccept
- essentials.tpdeny
- essentials.ignore
- essentials.delhome
inheritance:
info:
prefix: '&e[&3Guest&e]&7'
build: true
suffix: ''
Member:
default: false
permissions:
- essentials.afk
inheritance:
- guest
info:
prefix: '&e[&aMember&e]&7'
build: true
suffix: ''
Temporary:
default: false
permissions:
- essentials.kick
- essentials.ban
- essentials.unban
- essentials.mute
- essentials.suicide
- essentials.spawner.*
- essentials.tempban
inheritance:
- member
info:
prefix: '&e[&2Temporary&e]&a'
build: true
suffix: ''
Moderator:
default: false
permissions:
- essentials.kickall
- essentials.heal
- essentials.enchant
- essentials.hat
- essentials.realname
- essentials.clearinventory.others
- essentials.clearinventory
- essentials.workbench
- essentials.nick
- essentials.nick.color
- essentials.seen
- essentials.invsee
inheritance:
- temporary
info:
prefix: '&e[&6Mod&e]&a'
build: true
suffix: ''
Builder:
default: false
permissions:
- worldedit.tool.lrbuild
- worldedit.extinguish
- worldedit.thaw
- worldedit.tool.farwand
- worldedit.tool.deltree
- worldedit.brush.ex
- worldedit.brush.cylinder
- worldedit.brush.smooth
- worldedit.brush.sphere
- worldedit.brush.options.range
- worldedit.brush.options.mask
- worldedit.brush.options.size
- worldedit.superpickaxe
- worldedit.brush.options.material
- worldedit.superpickaxe
- worldedit.selection.size
- worldedit.selection.hpos
- worldedit.selection.pos
- worldedit.wand
- worldedit.selection.chunk
- worldedit.region.replace
- worldedit.regen
- worldedit.region.walls
- worldedit.region.faces
- worldedit.history.undo
- worldedit.history.redo
- worldedit.history.clear
- worldedit.generation.pyramid
inheritance:
- moderator
info:
prefix: '&e[&l&6Builder&e]&a'
build: true
suffix: ''
Admin:
default: false
permissions:
- essentials.exp
- essentials.exp.set
- essentials.feed
- essentials.fly
- essentials.fly.others
- essentials.gamemode
- essentials.gamemode.others
- essentials.give
- essentials.god
- essentials.compass
- essentials.invsee.modify
inheritance:
- builder
info:
prefix: '&e[&1Admin&e]&a'
build: true
suffix: ''
CoOwner:
default: false
permissions:
- '*'
inheritance:
- admin
info:
prefix: '&e[&cCo-Owner&e]&6'
build: true
suffix: ''
Owner:
default: false
permissions:
- -vanish.*
inheritance:
- coowner
info:
prefix: '&e[&4Owner&e]&6'
build: true
suffix: ''
Config =
settings:
config:
# With this enabled anyone set as op has full permissions when managing GroupManager
# The user will be able to promote players to the same group or even above.
opOverrides: true
# Default setting for 'mantogglevalidate'
# true will cause GroupManager to attempt name matching by default.
validate_toggle: true
# ************************************************************************************************************************************************************
# *** NOTE: Having this feature enabled can allow improper use of Command Blocks which may lead to undesireable permission changes. You have been warned! ***
# ************************************************************************************************************************************************************
allow_commandblocks: false
data:
save:
# How often GroupManager will save it's data back to groups.yml and users.yml
minutes: 10
# Number of hours to retain backups (plugins/GroupManager/backup)
hours: 24
logging:
# Level of detail GroupManager will use when logging.
# Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
level: INFO
mirrors:
# Worlds listed here have their settings mirrored in their children.
# The first element 'world' is the main worlds name, and is the parent world.
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
# the same user/groups files as the parent.
# the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
# Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
world:
world_nether:
- users
- groups
world_the_end:
- users
- groups
all_unnamed_worlds:
- users
- groups
# world2: (World2 would have it's own set of user and groups files)
# world3:
# - users (World3 would use the users.yml from world2, but it's own groups.yml)
# world4:
# - groups (World4 would use the groups.yml from world2, but it's own users.yml)
# world5:
# - world6 (this would cause world6 to mirror both files from world5)
Config pic?
okay getting it... i will just get the file.
