Stránka 1 z 2

Prefix

Napsal: 23 led 2016, 20:44
od Port2
82.208.17.30:27783

Nevíte proč je tam to [ADMIN] šedým písmem??
https://ctrlv.cz/p6k7


K+

Re: Prefix

Napsal: 23 led 2016, 20:46
od Mysti
Pošli sem co používáš za pluginy + pokud používáš essentials a permissionsex hoď sem configy.

Re: Prefix

Napsal: 23 led 2016, 20:46
od pitilon@seznam.cz
Je to část essentialschat, dolož essentials config

Re: Prefix

Napsal: 23 led 2016, 20:46
od NetManSK
Daj config Essentialsu a PermissionsEx (permissions.yml)

Re: Prefix

Napsal: 23 led 2016, 20:51
od Port2
Essentials Chat:
Spoiler: zobrazit

Kód: Vybrat vše

############################################################
# +------------------------------------------------------+ #
# |                   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:
    Spolumajitel: ' &f {DISPLAYNAME} : {MESSAGE}'
    Admin: ' &f {DISPLAYNAME}&a >>> &d&l{MESSAGE}'
    VIP: ' &f {DISPLAYNAME}&9 &a>>> &f{MESSAGE}'
    majitel: '&f {DISPLAYNAME}&a >>> &c&l{MESSAGE}'
    hrac: ' &f {DISPLAYNAME} &a>>>&f {MESSAGE}'
    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.



Permissions.yml:
Spoiler: zobrazit

Kód: Vybrat vše

groups:
  default:
    default: true
    permissions:
    - modifyworld.*
  ADMIN:
    prefix: '&a&l[&e&lADMIN&a&l]'
  MAJITEL:
    prefix: '&9&l[&6&lMAJITEL&9&l]'
users:
  Dop:
    group:
    - ADMIN
  palko1:
    group:
    - MAJITEL


Re: Prefix

Napsal: 23 led 2016, 20:54
od Ju3eN

Kód: Vybrat vše

Admins: '{DISPLAYNAME}&7:&c {MESSAGE}'


a ešte rada na tie dvojfarebné zátvorky ked chceš jednu farbu daj &f&l&f&l[&e&lFUNKCIA&f&l]&4Nick

Re: Prefix

Napsal: 23 led 2016, 20:54
od pitilon@seznam.cz

Kód: Vybrat vše

  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
uprav na

Kód: Vybrat vše

  format: '{DISPLAYNAME}&7:&r {MESSAGE}'

Re: Prefix

Napsal: 23 led 2016, 20:56
od Ju3eN
ja prvy :mrgreen:

Re: Prefix

Napsal: 23 led 2016, 20:56
od pitilon@seznam.cz
Naposledy upravil Ju3eN dne 23 led 2016 19:55, celkově upraveno 1
já to napsal 54, takže já :P

Re: Prefix

Napsal: 23 led 2016, 20:57
od Port2
pitilon@seznam.cz píše:

Kód: Vybrat vše

  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
uprav na

Kód: Vybrat vše

  #format: '{DISPLAYNAME}&7:&r {MESSAGE}'

Nepomohlo...