• Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

Plugin Suche

Telecrafter

Minecrafter
Registriert
27 September 2012
Beiträge
20
Diamanten
0
Moin,

Ich suche ein Plugin welches den Namen von Operatoren in der "Tab-liste" ändert.
Ich hoffe ihr könnt mir helfen.

MfG
 

Djdomrep

Redstoneengineer
Registriert
23 Juni 2012
Beiträge
35
Diamanten
0
Minecraft
djdomrep
in der configs.yml musst du die daten ändern

############################################################# +------------------------------------------------------+ #
# | Essentials (Global) | #
# +------------------------------------------------------+ #
############################################################


# A color code between 0-9 or a-f. Set to 'none' to disable.
ops-name-color: '4'


# The character(s) to prefix all nicknames, so that you know they are not true usernames.
nickname-prefix: '~'


# Disable this if you have any other plugin, that modifies the displayname of a user.
change-displayname: true


# When this option is enabled, the (tab) player list will be updated with the displayname.
# The value of change-displayname (above) has to be true.
change-playerlist: true


# When essentialschat.jar isnt used, force essentials to add the prefix and suffix from permission plugins to displayname
# This setting is ignored if essentialschat.jar is used, and defaults to 'true'
# The value of change-displayname (above) has to be true.
# Do not edit this setting unless you know what you are doing!
add-prefix-suffix: true
 
Oben