GroupManager Hatası

burak2328

Ağaç Yumruklayıcı
Mesajlar
24
En iyi cevaplar
0
Beğeniler
0
Puanları
0
Arkadaşlar GroupManager kodladım fakat manload hatası veriyor yanlış olan neresidir ?

# Group inheritance
#
# Any inherited groups prefixed with a g: are global groups
# and are inherited from the GlobalGroups.yml.
#
# Groups without the g: prefix are groups local to this world
# and are defined in the this groups.yml file.
#
# Local group inheritances define your promotion tree when using 'manpromote/mandemote'


groups:
Oyuncu:
oyuncu: true
permissions:
- essentials.help
info:
build: false
prefix: '&2|| Oyuncu ||'
Builder:
oyuncu: false
permissions:
- essentials.break
- essentials.fly
inheritance:
- Oyuncu
info:
build: true
prefix: '&1 || Builder ||'
Moderator:
oyuncu: false
permissions:
- essentials.gamemode
- essentials.fly
- essentials.break
inheritance:
- Builder
info:
builder:true
prefix: '&8 || Moderatör ||'
Admin:
oyuncu:false
permissions:
- essentials.help
- essentials.gamemode
- essentials.fly
inheritance:
- Moderator
info:
builder:true
prefix: '&4 || Admin ||'
Kurucu:
oyuncu:false
permissions:
- '*'
info:
builder:true
prefix: '&3 || Kurucu ||'
 


TelluxMatic

Altın Madencisi
Mesajlar
368
En iyi cevaplar
0
Beğeniler
175
Puanları
340
Oyuncu:
oyuncu: true
permissions
- essentials.help
info:
build: false
prefix: '&2|| Oyuncu ||'

Hata burada.Hersey türkçe olamaz!
1-Oyuncuya bu yetkiler verilmez.Daha fazlası verilir.
2- oyuncu:True değil default:True olacak.
3- Build:false değil true olacak.
4- Hala hata alıyorsan uzmanlardan yardım al.
5- Boşluklara dikkat et.Tek bir hata tüm yetkileri çökeltir.
 
Son düzenleme:

PoiNeeT

"İstikbal Göklerdedir..."
Mesajlar
474
En iyi cevaplar
2
Beğeniler
232
Puanları
1,080
Kod:
Oyuncu:
    default: true
    permissions:
    - essentials.*
    inheritance: []
    info:
      prefix: 'Oyuncu'
      build: true
      suffix: '&1'

Bu şekilde grupları oluşturursan sorun çözülür büyük ihtimal.
 

EgeN7

Demir Madencisi
Mesajlar
294
En iyi cevaplar
0
Beğeniler
126
Puanları
830
Konu doğru yere taşınmıştır.
 

Üst