Hallo Leute ich habe das seit paar tagen das bei manchen usern auf mein server kein rang mehr vor den name steht
( kann mi jemand helfen hier die group und essentials chat
# Group inheritance
# any inherited groups prefixed with a g: are global groups
# These groups are defined in the globalgroups.yml
# and can be inherited in any worlds groups/users.yml.
#
# Groups without the g: prefix are groups local to this world
# and defined in the this groups.yml file.
groups:
Serverinhaber:
default: false
permissions:
- '*'
inheritance:
- admin
info:
prefix: '&4 Serverinhaber &4'
build: true
suffix: '&a'
Elite:
default: false
permissions:
- essentials.fly
inheritance:
- g:essentials_builder
- g:towny_builder
info:
prefix: '&6 Elite &6'
build: true
suffix: '&6'
Krieger:
default: true
permissions:
- -bukkit.command.kill
inheritance:
- g:essentials_default
- g:bukkit_default
info:
prefix: '&3 Krieger &a'
build: true
suffix: ''
Admin:
default: false
permissions: []
inheritance:
- g:essentials_admin
- g:bukkit_admin
- g:towny_admin
info:
prefix: '&c Admin &c'
build: true
suffix: '&d'
Sponsor:
default: false
permissions:
- essentials.gamemode
inheritance:
- g:essentials_builder
- g:towny_builder
info:
prefix: '&b Sponsor &b'
build: true
suffix: '&b'
# any inherited groups prefixed with a g: are global groups
# These groups are defined in the globalgroups.yml
# and can be inherited in any worlds groups/users.yml.
#
# Groups without the g: prefix are groups local to this world
# and defined in the this groups.yml file.
groups:
Serverinhaber:
default: false
permissions:
- '*'
inheritance:
- admin
info:
prefix: '&4 Serverinhaber &4'
build: true
suffix: '&a'
Elite:
default: false
permissions:
- essentials.fly
inheritance:
- g:essentials_builder
- g:towny_builder
info:
prefix: '&6 Elite &6'
build: true
suffix: '&6'
Krieger:
default: true
permissions:
- -bukkit.command.kill
inheritance:
- g:essentials_default
- g:bukkit_default
info:
prefix: '&3 Krieger &a'
build: true
suffix: ''
Admin:
default: false
permissions: []
inheritance:
- g:essentials_admin
- g:bukkit_admin
- g:towny_admin
info:
prefix: '&c Admin &c'
build: true
suffix: '&d'
Sponsor:
default: false
permissions:
- essentials.gamemode
inheritance:
- g:essentials_builder
- g:towny_builder
info:
prefix: '&b Sponsor &b'
build: true
suffix: '&b'
############################################################
# +------------------------------------------------------+ #
# | EssentialsChat | #
# +------------------------------------------------------+ #
############################################################
chat:
# If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
# Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
# Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
# Or with essentials.chat.question can override this by prefixing text with a question mark (?)
# You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
radius: 0
# Chat formatting can be done in two ways, you can either define a standard format for all chat
# Or you can give a group specific chat format, to give some extra variation.
# If set to the default chat format which "should" be compatible with ichat.
# For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
format: '<{DISPLAYNAME}> {MESSAGE}'
#format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
group-formats:
# Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
# Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
# If your using group formats make sure to remove the '#' to allow the setting to be read.
############################################################
# +------------------------------------------------------+ #
# | EssentialsChat | #
# +------------------------------------------------------+ #
############################################################
chat:
# If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
# Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
# Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
# Or with essentials.chat.question can override this by prefixing text with a question mark (?)
# You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
radius: 0
# Chat formatting can be done in two ways, you can either define a standard format for all chat
# Or you can give a group specific chat format, to give some extra variation.
# If set to the default chat format which "should" be compatible with ichat.
# For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
format: '<{DISPLAYNAME}> {MESSAGE}'
#format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
group-formats:
# Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
# Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
# If your using group formats make sure to remove the '#' to allow the setting to be read.
############################################################