Stránka 1 z 2

VIP na světy a barevné psaní

Napsal: 09 úno 2014, 21:15
od Batllefury
Server: IP:lion.fakaheda.eu:27820

Caute. Dal jsem si na server to, že GoldVIP, Silver a DiamondVIP je jen na world, world_the_end a world_the_nether a když něco v těchto světech napíšou, tak to napíšou bíle a né barvou, jakou mají v EssentialsChat nastavené...

Re: VIP na světy a barevné psaní

Napsal: 09 úno 2014, 21:32
od SamerLP
pošli presne tak ako to máš nastavené...

Re: VIP na světy a barevné psaní

Napsal: 09 úno 2014, 21:50
od Batllefury
PermissionsEX:

Kód: Vybrat vše

    worlds:
      world:
        group:
        - silvervip
      world_the_nether:
        group:
        - silvervip
      world_the_end:
        group:
        - silvervip


Essentials:

Kód: Vybrat vše

    silvervip: '{DISPLAYNAME}&f :&7 {MESSAGE}'

Re: VIP na světy a barevné psaní

Napsal: 10 úno 2014, 00:36
od Smexhy
Farbu prefixu volíš v permissionsex u danej skupiny

Re: VIP na světy a barevné psaní

Napsal: 10 úno 2014, 15:20
od Batllefury
Nemyslím prefix... Myslím Barvu kterou automaticky píšou. Je to "suffix" ale já používám essentialsChat...

Re: VIP na světy a barevné psaní

Napsal: 10 úno 2014, 19:28
od Smexhy
Hoď sem celý essentialsChat config...teda časť toho configu kde sa upravuje chat...

Re: VIP na světy a barevné psaní

Napsal: 10 úno 2014, 22:01
od Batllefury
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: 499999

  # 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}'
    majitel: '{DISPLAYNAME}&f :&6 {MESSAGE}'
    zastupce: '{DISPLAYNAME}&f :&6 {MESSAGE}'
    hladmin: '{DISPLAYNAME}&f :&2 {MESSAGE}'
    admin: '{DISPLAYNAME}&f :&3 {MESSAGE}'
    helper: '{DISPLAYNAME}&f :&5 {MESSAGE}'
    diavip: '{DISPLAYNAME}&f :&3 {MESSAGE}'
    goldvip: '{DISPLAYNAME}&f :&e {MESSAGE}'
    silvervip: '{DISPLAYNAME}&f :&7 {MESSAGE}'
    builder: '{DISPLAYNAME}&f :&2 {MESSAGE}'
    eventmaster: '{DISPLAYNAME}&f :&b {MESSAGE}'
    zkusebni: '{DISPLAYNAME}&f :&b {MESSAGE}'
  # If you are using group formats make sure to remove the '#' to allow the setting to be read.

Re: VIP na světy a barevné psaní

Napsal: 10 úno 2014, 23:19
od Smexhy
Hoď sem ešte permissions.yml a zoznam pluginov popripade screen čo ti ukazuje keď niečo napíšeš...

Re: VIP na světy a barevné psaní

Napsal: 13 úno 2014, 15:50
od Batllefury
Když VIP něco píše, tak píše bíle.
VIP:
Spoiler: zobrazit

Kód: Vybrat vše

  silvervip:
    default: false
    prefix: '&7[&fSilver&7VIP]&f'
    inheritance:
    - hrac
    permissions:
    - essentials.back
    - essentials.chat.color
    - essentials.fly
    - essentials.hat
    - essentials.tptoggle
    - essentials.tpahere
    - essentials.feed
    - essentials.kits.silver
    - essentials.workbench
    - essentials.afk.auto
    - essentials.clearinventory
    - essentials.sethome.multiple.silvervip
    - essentials.msg.color
    - essentials.helpop
    - essentials.recipe
    - essentials.suicide


Hráč:
Spoiler: zobrazit

Kód: Vybrat vše

  XxXxXx:
    worlds:
      world:
        group:
        - silvervip
      world_nether:
        group:
        - silvervip
      world_the_end:
        group:
        - silvervip
  mr_master_kill:


pl:
Spoiler: zobrazit
Obrázek


Logicky to tak má stejně i Gold a Diamond VIP jek jiné pexy ;)

Zjistil jsem, že když je to VIP nastavené jen na určitý svět, tak EssentialsChat na to totálně nereáguje... Ktarý jiný plugin mám použít ??????

Re: VIP na světy a barevné psaní

Napsal: 13 úno 2014, 16:57
od Smexhy