prefix pex

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
DafalesCZ
Příspěvky: 52
Registrován: 18 led 2014, 16:56
Reputation: 0

prefix pex

#1 Příspěvekod DafalesCZ » 27 pro 2014, 18:22

93.91.250.122:27406
Ahoj, nějak se mi nezobrazují preffixy co nastavím v permex. Nevíte čím to je? Nemůže se to krýt třeba s essentials?

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: prefix pex

#2 Příspěvekod DenOwq » 27 pro 2014, 18:23

Musíš mít na serveru nějaký plugin na chat, doporučuji essentialschat.
Muhahha.

DafalesCZ
Příspěvky: 52
Registrován: 18 led 2014, 16:56
Reputation: 0

Re: prefix pex

#3 Příspěvekod DafalesCZ » 27 pro 2014, 19:04

Nějak se mi to nedaří nastavit. Mám tam jak se má ukazovat hráč, ale beze změn. Nastavuji to v obojím?
Essentials

Kód: Vybrat vše

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

  #fformat: '[FACTION] {DISPLAYNAME}: {MESSAGE}'
  format: '[FACTION] &7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'

  group-formats:
    hrac: '&9<&r{DISPLAYNAME}&9>&r {MESSAGE}'
    vip: '&r{DISPLAYNAME}&7:&r {MESSAGE}'
    vip+: '&r{DISPLAYNAME}&7:&r {MESSAGE}'

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

pex:

Kód: Vybrat vše

groups:
  hrac:
    default: true
    build: true
    prefix: '&e[&ao&e] '
    worlds:
      world:
        permissions:
        - essentials.rules
        - modifyworld.*
        - essentials.tpaccept

Uživatelský avatar
Frank_ACE
Příspěvky: 548
Registrován: 08 dub 2014, 21:10
Reputation: 0

Re: prefix pex

#4 Příspěvekod Frank_ACE » 27 pro 2014, 19:14

Nema to byt nahodou takhle???

Kód: Vybrat vše

groups:
  hrac:
    default: true
    build: true
    options:
      prefix: '&e[&ao&e] '

DafalesCZ
Příspěvky: 52
Registrován: 18 led 2014, 16:56
Reputation: 0

Re: prefix pex

#5 Příspěvekod DafalesCZ » 27 pro 2014, 19:47

Nějak se mi to pořád nedaří. Můžete mi prosím poslat nějaký příklad jak ty permise mají vypadat?

Whitehouse
Příspěvky: 41
Registrován: 05 dub 2014, 20:10
Reputation: 0
Bydliště: Doma..

Re: prefix pex

#6 Příspěvekod Whitehouse » 28 pro 2014, 11:31

Vždyť v essentials nemáš vůbec nastavené chat formáty, nastav si je pro jednotlivé skupiny.
.

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: prefix pex

#7 Příspěvekod DenOwq » 28 pro 2014, 13:13

Ostatní skupiny které nejsou nastavené používají globalní format.
Muhahha.

DafalesCZ
Příspěvky: 52
Registrován: 18 led 2014, 16:56
Reputation: 0

Re: prefix pex

#8 Příspěvekod DafalesCZ » 28 pro 2014, 14:37

Omlouvám se, ale nějak tomu nerozumím. Můžete mi prosím vysvětlit kde měním co? Co v pex a co essentials.
Ještě jsem trošku upravil ty soubory, ale mate mě to, že to nedělá vůbec žádné změny ve hře.
essentials

Kód: Vybrat vše

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: '[FACTION] {DISPLAYNAME}: {MESSAGE}'
  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'

  group-formats:
    hrac: '&9<&r{DISPLAYNAME}&9>&r {MESSAGE}'
    vip: '&r{DISPLAYNAME}&7:&r {MESSAGE}'
    vip+: '&r{DISPLAYNAME}&7:&r {MESSAGE}'

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

pex:

Kód: Vybrat vše

groups:
  hrac:
    default: true
    build: true
    prefix: '&a [Hrac] &a'
    permissions:
    - essentials.warp.list
    - essentials.signs.use.buy
    - essentials.buy
    - essentials.warp
    - esentials.kit
    - essentials.tpa
    - essentials.sethome
    - essentials.home
    - essentials.delhome
    - essentials.balance
    - essentials.rules
    - essentials.afk
    - modifyworld.*
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.msg
    - essentials.kit
    - essentials.spawn
    - essentials.pay
    - essentials.help
    - essentials.build.*
  vip:
    build: true
    prefix: '&6[&aVIP&6]&2'
    inheritance:
    - hrac
    permissions:
    - essentials.weather
    - essentials.joinfullserver
    - essentials.back.ondeath
    - essentials.spawner.[mob]
    - essentials.nick.color
    - essentials.spawner
    - essentials.signs.color
    - essentials.chat.color
    - essentials.speed
    - essentials.hat
    - essentials.repair
    - essentials.kick
    - essentials.fly
    - citizens.npc.create
    - essentials.kit
    - essentials.heal
    - essentials.warp
    - essentials.warp.list
    - essentials.back
    - essentials.time.set
    - essentials.tp
    - essentials.tpa
    - essentials.day
    - essentials.time
    - essentials.setwarp
  VIP+:
    prefix: '&b[&3Extra&dVIP&b]&c '
    suffix: '&c'
    inheritance:
    - hrac
    permissions:
    - essentials.list
    - modifyworld.*
    - essentials.spawn
    - essentials.warp
    - essentials.warp.*
    - essentials.pay
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tpa
    - essentials.msg
    - essentials.kit.*
    - essentials.kits.tools
    - essentials.kit.dtools
    - essentials.warp.list
    - essentials.afk
    - essentials.sethome
    - essentials.home
    - essentials.delhome
    - essentials.balance
    - essentials.back
    - essentials.help
    - essentials.repair
    - essentials.weather
    - essentials.tp
    - essentials.heal
    - essentials.god
    - essentials.fly
    - essentials.hat
    - essentials.helpop
    - essentials.chat.color
    - essentials.jump
    - essentials.top
    - essentials.feed
    - essentials.sethome.multiple.staff
    - essentials.gamemode
    - essentials.vipslots
    - essentials.head
  majitel:
    build: true
    prefix: '&4&l[&a&l&kii&3&lM&6&la&3&lj&6&li&3<&6&le&3&ll&4&l&a&l&kii&4&l]&1&n&l'
    permissions:
    - '*'
schema-version: 1

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: prefix pex

#9 Příspěvekod DenOwq » 28 pro 2014, 14:41

Dodej list všech pluginu i přídavných volitelných pluginu (např. Essentials Build.)
Muhahha.

DafalesCZ
Příspěvky: 52
Registrován: 18 led 2014, 16:56
Reputation: 0

Re: prefix pex

#10 Příspěvekod DafalesCZ » 28 pro 2014, 15:01

Untitled-2.jpg
Untitled-2.jpg (210.57 KiB) Zobrazeno 5623 x


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 22 hostů