PermissionsEx - Otázka

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
mannyvee
Příspěvky: 1081
Věk: 26
Registrován: 28 bře 2015, 13:49
Reputation: 0

PermissionsEx - Otázka

#1 Příspěvekod mannyvee » 09 kvě 2015, 01:47

Ip: 93.91.250.101:27528

Ahoj, když se nějaký hráč připojí na server poprvé a napíše něco do chatu, tak tam má " <'Jméno'>: " místo &9'Jméno':..
Nevím, kde je chyba, zkoušel jsem to přenastavit, vyzkoušel i v YAML řádkování, ale furt nic. Pokud napíšu /pex user NICK group set Hrac, tak práva se mu přidělí, ale pokud ne, tak je nemá. Nevíte, kde může být chyba? default: true tam nastavené mám. :/
Permissions:
Spoiler: zobrazit

Kód: Vybrat vše

groups:
  Hrac:
    default: true
    prefix: '&9'
    permissions:
    - essentials.mail.read
    - essentials.mail.send
    - essentials.mail.clear
    - essentials.signs.use.warp
    - essentials.signs.use.free
    - residence.create
    - essentials.rules
    - essentials.list
    - essentials.motd
    - killermoney.getcash
    - report.report
    - fd.*
    - stargate.free.use
    - smiley.chat
    - clearchat.local
    - reporter.assign
    - reporter.complete
    - essentials.kit
    - iConomy.payment
    - essentials.pay
    - lwc.use
    - lwc.create
    - essentials.iconomy
    - essentials.tpa
    - essentials.tpaccept
    - essentials.msg
    - essentials.warp
    - essentials.warp.list
    - essentials.help
    - essentials.tpdeny
    - essentials.tpadeny
    - essentials.home
    - residence.create
    - killermoney.getcash
    - iConomy.payment
    - essentials.sethome
    - essentials.spawn

Uživatelský avatar
Egoless
Příspěvky: 124
Registrován: 27 dub 2015, 21:07
Reputation: 0

Re: PermissionsEx - Otázka

#2 Příspěvekod Egoless » 09 kvě 2015, 08:28

Máš essentials chat

Uživatelský avatar
Bisyss
Příspěvky: 760
Věk: 10
Registrován: 07 lis 2014, 15:54
Reputation: 1
Bydliště: http://netsword.cz/
Kontaktovat uživatele:

Re: PermissionsEx - Otázka

#3 Příspěvekod Bisyss » 09 kvě 2015, 09:05

Ach jo ......
Takový "všználek" jako ty udělá takovou to chybu .... :D

Chyba byla zde:

Kód: Vybrat vše

  Hrac:
    default: true
    prefix: '&9'

a máš to mít takhle

Kód: Vybrat vše

  Hrac:
    options:
      default: true
      prefix: '&9'



Zde to máš opravené

Kód: Vybrat vše

groups:
  Hrac:
    options:
      default: true
      prefix: '&9'
    permissions:
    - essentials.mail.read
    - essentials.mail.send
    - essentials.mail.clear
    - essentials.signs.use.warp
    - essentials.signs.use.free
    - residence.create
    - essentials.rules
    - essentials.list
    - essentials.motd
    - killermoney.getcash
    - report.report
    - fd.*
    - stargate.free.use
    - smiley.chat
    - clearchat.local
    - reporter.assign
    - reporter.complete
    - essentials.kit
    - iConomy.payment
    - essentials.pay
    - lwc.use
    - lwc.create
    - essentials.iconomy
    - essentials.tpa
    - essentials.tpaccept
    - essentials.msg
    - essentials.warp
    - essentials.warp.list
    - essentials.help
    - essentials.tpdeny
    - essentials.tpadeny
    - essentials.home
    - residence.create
    - killermoney.getcash
    - iConomy.payment
    - essentials.sethome
    - essentials.spawn
Konec .....


Zpět na „Minecraft, Tekkit“

Kdo je online

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