Skocz do zawartości
  • 0

Problem z PermissionsEx - Prefixy nie działają


Pytanie

Tworzyłem rangi w PEx'ie i ,gdy testowałem rangi to prefixy nie działały tylko wyświetlał się sam nick.

PermissionsEx (folder permissions)

Spoiler

groups:
  Gracz:
    default: true
    prefix: '&8Gracz&7'
    permissions:
    - modifyworld.*
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.afk
    - essentials.auto.afk
    - iconomy.money
    - essentials.helpop
    - essentials.kit
    - essentials.kits.tools
    - essentials.warp
    - essentials.spawn
    - essentials.warp.list
    - essentials.help
    - essentials.sethome
    - essentials.home
  Vip:
    default: false
    prefix: '&e&lV&6&lI&e&lP&e'
    permissions:
    - modifyworld.*
    - essentials.msg
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.afk
    - essentials.auto.afk
    - iconomy.money
    - essentials.helpop
    - essentials.kit
    - essentials.kits.tools
    - essentials.hat
    - essentials.heal
    - essentials.warp
    - essentials.spawn
    - essentials.warp.list
    - essentials.help
    - essentials.sethome
    - essentials.home
  ChatMod:
    default: false
    prefix: '&a&lChatMod&b'
    permissions:
    - modifyworld.*
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.afk
    - essentials.auto.afk
    - iconomy.money
    - essentials.helpop
    - essentials.kit
    - essentials.kits.tools
    - essentials.kick
    - essentials.list
    - essentials.whois
    - essentials.gamemode
    - essentials.gm
    - essentials.warp
    - essentials.setwarp
    - essentials.spawn
    - maxbans.mute
    - maxbans.tempmute
    - maxbans.kick
    - maxbans.warn
    - maxbans.unwarn
    - maxbans.unmute
  Helper:
    default: false
    prefix: '&9&lHelper&b'
    permissions:
    - modifyworld.*
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.afk
    - essentials.auto.afk
    - iconomy.money
    - essentials.helpop
    - essentials.kit
    - essentials.kits.tools
    - essentials.kick
    - essentials.list
    - essentials.motd
    - essentials.whois
    - essentials.gamemode
    - essentials.gm
    - essentials.more
    - essentials.warp
    - essentials.setwarp
    - essentials.delwarp
    - essentials.spawn
    - maxbans.mute
    - maxbans.tempmute
    - maxbans.kick
    - maxbans.warn
    - maxbans.unwarn
    - maxbans.unmute
    - maxbans.unban
    - maxbans.tempban
    - maxbans.dupeip
    - maxbans.checkip
    - maxbans.clearwarnings
    - maxbans.checkban
  Moderator:
    default: false
    prefix: '&2&lModerator&a'
    permissions:
    - modifyworld.*
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.afk
    - essentials.auto.afk
    - iconomy.money
    - essentials.helpop
    - essentials.kit
    - essentials.kits.tools
    - essentials.kick
    - essentials.list
    - essentials.motd
    - essentials.whois
    - essentials.gamemode
    - essentials.gm
    - essentials.more
    - essentials.warp
    - essentials.setwarp
    - essentials.delwarp
    - essentials.spawn
    - maxbans.mute
    - maxbans.tempmute
    - maxbans.kick
    - maxbans.warn
    - maxbans.unwarn
    - maxbans.unmute
    - maxbans.unban
    - maxbans.tempban
    - maxbans.dupeip
    - maxbans.checkip
    - maxbans.clearwarnings
    - maxbans.checkban
    - maxbans.ban
    - maxbans.ipban
    - maxbans.tempipban
    - maxbans.uuid
    - maxbans.togglechat
    - maxbans.history
    - maxbans.rangeban
    - maxbans.temprangeban
    - maxbans.unrangeban
  Admin:
    default: false
    prefix: '&c&lAdmin&a'
    permissions:
    - '*'
  HeadAdmin:
    default: false
    prefix: '&4&lHead&c&lAdmin&a'
    permissions:
    - '*'
  Root:
    default: false
    prefix: '&4&lROOT&c'
    permissions:
    - '*'
schema-version: 1
users:
  c8c616a3-fd33-37e3-ba34-5e7b2991c9b0:
    group:
    - Vip
    options:
      name: Koxiq

EssentialsChat (folder config)

Spoiler

############################################################
# +------------------------------------------------------+ #
# |                   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: '<{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}'

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

jeśli będzie coś jeszcze potrzebnego to dodam :V

Edytowane przez Koxiq
Odnośnik do komentarza
https://skript.pl/temat/30594-problem-z-permissionsex-prefixy-nie-dzia%C5%82aj%C4%85/
Udostępnij na innych stronach

1 odpowiedź na to pytanie

Rekomendowane odpowiedzi

  • 0

Ty chcesz prefixy? To może najpierw usuń ,,#'' z essentialschat te przed default i admin. I zmień nazwe default na Gracz jak już zmieniłeś w pexie.  W pexie mozesz zostawić w graczu te default: true, w reszcie możesz usunąć bo to nielogiczne by było. Wygląd rang się robi w essentialsie jak już. A w pexie możesz poprostu dać po prefix: '' i tyle wystarczy. 

Odnośnik do komentarza
https://skript.pl/temat/30594-problem-z-permissionsex-prefixy-nie-dzia%C5%82aj%C4%85/#findComment-201176
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...