• Bitte beachte, dass wir eine Serverliste sind!
    Wenn du ein Problem auf einem Server hast (z.B. Entbannantrag, etc), dann ist das Forum hier der falsche Ort.
  • 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!

Essentials Groupmanager

SOG_BORST1

Redstoneengineer
Registriert
24 Februar 2013
Beiträge
31
Diamanten
0
Hallo, Ich wollte mal fragen wie man die Schriftfarbe vor den Gruppen ändern kann, oder ob das geht. Währe nett wen ich eine Antwort bekommen würde

Thx :D
 

Wolfi15

Workaholic
Registriert
4 November 2011
Beiträge
621
Alter
28
Diamanten
304
Minecraft
Lyk0s15
Ehmm ok, wo ist mein post hin? hab ihn bearbeitet und nun isser weg...

Naja...
Er wollte wissen wie man Farben in Gruppen einfügen kann so hat es bei mir funktioniert
Sr wenn ich anderen Leuten nicht helfe indem ich es ihnen erkläre wie es normal geht...

Und ich benutze Standard cfg. von GM und Essentials
 
C

C64

Guest
Gilt nur für das Essentialspaket im Ganzen!

Code:
groups:
  Neuling:
    default: true
    permissions:
    - blubber.*
    inheritance:
    info:
      prefix: ''
      build: false
      suffix: ''

  Admin:
    default: false
    permissions:
    - blubber.*
    inheritance:
    info:
      prefix: ''
      build: true
      suffix: ''


Code:
############################################################
# +------------------------------------------------------+ #
# |                   EssentialsChat                     | #
# +------------------------------------------------------+ #
############################################################

chat:
  radius: 0
  group-formats:
    Neuling: '&fNeuling &d{DISPLAYNAME}&f: &f{MESSAGE}'
    Admin: '&fAdmin &d{DISPLAYNAME}&f: &c{MESSAGE}'
 

SOG_BORST1

Redstoneengineer
Registriert
24 Februar 2013
Beiträge
31
Diamanten
0
############################################################
# +------------------------------------------------------+ #
# | 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 (!)
# Users 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://wiki.ess3.net/wiki/Chat_Formatting

format: '<{DISPLAYNAME}> {MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'

group-formats:
# Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
# Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'

# If you are using group formats make sure to remove the '#' to allow the setting to be read.
 

SOG_BORST1

Redstoneengineer
Registriert
24 Februar 2013
Beiträge
31
Diamanten
0
geht nicht und ich habe vorher /essentials reload gemacht, Config:

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 (!)
# Users 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://wiki.ess3.net/wiki/Chat_Formatting

format: '<{DISPLAYNAME}> {MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'

group-formats:
# Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'

# If you are using group formats make sure to remove the '#' to allow the setting to be read.
 

SOG_BORST1

Redstoneengineer
Registriert
24 Februar 2013
Beiträge
31
Diamanten
0
sry ich kan leider heute abend nicht weil ich dringend was zu erledigen hab und da ich dich heute nicht warten lassen will schreibe ich es lieber hier Sry vllt. können wir es morgen machen,sry

EDIT:

wbkkramer hättest du heute vllt. Zeit und Lust mir zu helfen?
 
Zuletzt bearbeitet von einem Moderator:
Oben