Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem] z PermissionsEx


zcw

Rekomendowane odpowiedzi

Pomocnik
Opublikowano

Witam

dodałem rangi tak jak w poradniku :treekttv

 

niestety mam jeszcze essentials - nie wiem czy to źle czy dobrze

 

gdy ma range Admina pisze:

[World] [Wlasciciel] login: tekst

 

kolor loginu jest czerwony a dałem ze ma być ranga czerwona - co z tym zrobić.

 

 

a mam tak napisane:

 

 

Wlasciciel:

default: false

permissions:

- '*'

prefix: '&3'

Opublikowano

Więc tak [world] to jest od Ichat lub HeroChat usun to i wgraj Essentials i PermissionsEx

Następnie w essentials schodzisz na EssentialsChat

Tam masz zapewne coś takiego:

 

 

 

 

format: '<{DISPLAYNAME}> {MESSAGE}'

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

Usuwasz tylko to &7, &r i &7 które zaznaczyłem na fioletowo :)

AA i może jeszcze na samym początku configu essentials zrób tak:

 

 

# A color code between 0-9 or a-f. Set to 'none' to disable.

ops-name-color: 'none'

Podmień cytat który podałem na ten co tym masz :)

Powinno pomóc :D

sgh.png
KLIK!! W napis wyżej by ocenić :D
Gdy do mnie piszesz na gg,skype i pw przedstaw się i dopiero opisz czego

ode mnie potrzebujesz :P

Opublikowano

nadal mam world ;/ i nie mam rang ktore napisalem w permissionsEx

przepraszam w takim bądź razie.. Hmm przywróć tak jak było no i

jak przywrócisz to kolor rangi będzie kolorem nicku a ranga będzie szara

Jeśli ustawisz 'none' tam w tym ops name.

a co do world to edytuj Group Menager :)

sgh.png
KLIK!! W napis wyżej by ocenić :D
Gdy do mnie piszesz na gg,skype i pw przedstaw się i dopiero opisz czego

ode mnie potrzebujesz :P

Pomocnik
Opublikowano

Tzn mam :

 

PermissionsEx/permissionsex.yml:

 

 

groups:
 Gracz:
   default: true
   permissions:
   - essentials.afk
   - essentials.help
  Moderator:
   default: false
   permissions:
   - '*'
   pregix: '&2'
  Administrator:
   default: false
   permissions:
   - '*' 
   pregix: '&4'
  VIP:
   default: false
   permissions:
   prefix: '&6'
  Wlasciciel:
   default: false
   permissions:
   - '*'
   prefix: '&3'
  Budowniczy:
   default: false
   permissions:
   prefix: '&a'
   Policjant:
   default: false
   permissions:
   prefix: '&1'

config:

permissions:
 backend: file
 backends:
   file:
  file: permissions.yml
 superperms: {}

 

 

Essentials/config.yml:

 

############################################################
# +------------------------------------------------------+ #
# |				   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: '[{GROUP}] {DISPLAYNAME}:&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.

 

A w groupmanager nie wiem co zmienić wiec nic nie ruszałem.

Opublikowano

Tzn mam :

 

PermissionsEx/permissionsex.yml:

 

 

groups:
Gracz:
default: true
permissions:
- essentials.afk
- essentials.help
Moderator:
default: false
permissions:
- '*'
pregix: '&2'
Administrator:
default: false
permissions:
- '*'
pregix: '&4'
VIP:
default: false
permissions:
prefix: '&6'
Wlasciciel:
default: false
permissions:
- '*'
prefix: '&3'
Budowniczy:
default: false
permissions:
prefix: '&a'
Policjant:
default: false
permissions:
prefix: '&1'

config:

permissions:
backend: file
backends:
file:
 file: permissions.yml
superperms: {}

 

 

Essentials/config.yml:

 

############################################################
# +------------------------------------------------------+ #
# |				 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: '[{GROUP}] {DISPLAYNAME}:&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.

 

A w groupmanager nie wiem co zmienić wiec nic nie ruszałem.

Nie wiem czy te grupy działają bo mają bardzo mało uprawnień.. Looknij na mój profil i tam jest Potrzebuję uprawnień zamiescilem

skonfigurowane w poscie :) Weź je :) A w essentials :

 

############################################################

# +------------------------------------------------------+ #

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

 

#format: '{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.

 

A co do GroupMenager to usuń i wgraj ChatMenager Powinno działać

sgh.png
KLIK!! W napis wyżej by ocenić :D
Gdy do mnie piszesz na gg,skype i pw przedstaw się i dopiero opisz czego

ode mnie potrzebujesz :P

Pomocnik
Opublikowano

Dobra world znikło

 

teraz jak pisze w konsole:

/pex user MOJLOGIN group Wlascicel

wyskakuje:

2013-01-15 11:47:07 [iNFO] Unknown command. Type "help" for help.

lub:

2013-01-15 11:46:54 [iNFO] Error in command syntax. Check command help.

 

dodam ze skopiowałem to co mi dałeśwyżej

i dodam ze każda "ranga" wyżej napisana ma przypisane komendy tylko nie chce ich wam tu dac ;D;p

Opublikowano

Dobra world znikło

 

teraz jak pisze w konsole:

/pex user MOJLOGIN group Wlascicel

wyskakuje:

2013-01-15 11:47:07 [iNFO] Unknown command. Type "help" for help.

lub:

2013-01-15 11:46:54 [iNFO] Error in command syntax. Check command help.

 

dodam ze skopiowałem to co mi dałeśwyżej

i dodam ze każda "ranga" wyżej napisana ma przypisane komendy tylko nie chce ich wam tu dac ;D;p

 

W consoli nie piszę się ze "/" :D

sgh.png
KLIK!! W napis wyżej by ocenić :D
Gdy do mnie piszesz na gg,skype i pw przedstaw się i dopiero opisz czego

ode mnie potrzebujesz :P

Opublikowano

No bez / to jeen z tych bledow wywala

 

Z kontaktuj się ze mną na skype nie bd spamic na forum ;D

bartosz1146

sgh.png
KLIK!! W napis wyżej by ocenić :D
Gdy do mnie piszesz na gg,skype i pw przedstaw się i dopiero opisz czego

ode mnie potrzebujesz :P

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...