Smazal jsem chat manažer když použivím teda chat essentials.
jen Já jsme asi debil nebo proste absolutně nevím proč se nezobrazuje ta barva u dalších skupin či u skupin, barva se mi zobrazuje jen u všech co se ukaží na serveru
jen v tomhle formátu : format: '&3[JenToto]&r {DISPLAYNAME}&7:&r {MESSAGE}' a ukáže se všem i mě , [JenToto] (s rozdílem že mé jméno je rudě červené a ty co nemají práva jsou bílé. ale ty různé skupiny z permissions vidět nejsou, zkoušel jsem i přiřazovat hráče do jinych skupin , psaly a furt stejný...[JenToto] Nick
Pokud by sis našel trošku času a upravil ten celý essentials chat abych to jen zkopíroval a fungovalo to tak ti budu strašně moc vděčny...
Kód: Vybrat vše
############################################################
# +------------------------------------------------------+ #
# |                   EssentialsChat                     | #
# +------------------------------------------------------+ #
############################################################
# This section requires the EssentialsChat.jar to work.
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.
  # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  format: '&3[JenToto]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  group-formats:
    Hrac: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
    Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
    Majitel: '&f[&4Majiltel&f] {DISPLAYNAME}&7:&f {MESSAGE}'
    Moderator: '&f[&5Mod&f] {DISPLAYNAME}&7:&f {MESSAGE}'
    VIP: '&f[&2ViP&f] {DISPLAYNAME}&7:&f {MESSAGE}'
    Default: '{DISPLAYNAME}&7:&f {MESSAGE}'
  # If you are using group formats make sure to remove the '#' to allow the setting to be read.Ještě pro jistotu zasílám permissions
Kód: Vybrat vše
groups:
  Hrac:
    permissions:
    - modifyworld.*
    - essentials.help
    options:
      prefix: '&f[&aHrac&f]&f '
      default: true
  Stavitel:
    inheritance:
    - Hrac
    permissions:
    - worldedit.*
    - essentials.fly
    - essentials.gamemode
    options:
      prefix: '&f[&6Stavitel&f]&f '
      default: false
  VIP:
    inheritance:
    - Hrac
    permissions:
    - modfiyworld.*
    options:
      prefix: '&f[&6VIP&f]&f '
  Moderator:
    inheritance:
    - Hrac
    permissions:
    - modifyworld.*
    - essentials.fly
    - essentials.god
    options:
      prefix: '&f[&dModerator&f]&f '
  Admins:
    inheritance:
    - Moderator
    permissions:
    - permissions.*
    - worldedit.*
    - essentials.*
    options:
      prefix: '&f[&cAdmin&f]&f '
  Majitel:
    inheritance:
    - Admins
    permissions:
    - worldedit.*
    - essentials.*
    options:
      prefix: '&a[Majitel]&a'
  Test:
    options:
      prefix: '&3Test&f'
users:
  8e741503-5e0a-360b-b2b8-27075024cf4f:
    group:
    - Majitel
    permissions:
    - permissions.*
    options:
      name: Spells
schema-version: 1
