Yardım Minions ve ChestCommands Sorunu!!

AlptugSahan

Marangoz
Mesajlar
40
En iyi cevaplar
0
Beğeniler
6
Puanları
110
Ruh hali
ChestCommandsda bir market oluştudum ve burada minion almamızı sağlayan bir kısım da var.
Minions plugininde shopa girmek için /minion shop yazılıyor.
Ben Chest Commands da bu bölümün komutuna minion shop yazmama rağmen çalışmıyor.
Ayrıca oyuncular sohbete /minion shop yazınca da çalışmıyor sadece OP lar açabiliryor. Baktım fakat herhangi bir permini de bulamadım.
Bilgisi Olanlar Yardım Ederse Sevinirim.
126945


Ches Commands Config:
126946
 


Exkaar

YASAKLANDI
Mesajlar
613
En iyi cevaplar
35
Beğeniler
566
Puanları
1,905
Sanırım, chest commands ile başka bir eklentiden oluşturulan bir menüyü açma gibi bir komut yoktu, tam hatırlamıyorum. Aşağıdan minions eklentisinin permlerini görebilirsiniz. Hangi eklentiyi kullanıyorsunuz, minions eklentisi ücretli öyle bir komutta bulamadım.

General Permissions:
minions.player.* -
Gives them the permissions below
minions.player.rename - Allows them to rename their minion
minions.player.linkchest - Allows them to link a chest
minions.player.helpcommand
- Allows them access to /Minions (although not needed)
minions.player.store - Allow access to /Minions store

Skin Permissions
This will allow players to select skins in the skin GUI menu
minions.skins.* or
minions.skins.<NameOfSkin>

Minion Limit Permissions

Depending on what permission a user has, will depend on how many minions they can place. Minion place permissions are configured in the config.yml. By default, the permission
minions.place.default - will allow access to three minions, (Check the config.yml to create other permissions allowing for more/less minions)

Admin Permissions & Commands
minions.admin.break - Will allow a user to break any minion
minions.admin.viewminion - Allows any user to open any (loaded) minion menu
minions.admin.reload - /Minions Reload - Reloads the configuration file, although a restart is required for certain things.
minions.admin.givecommand - /Minions give <Player> <MinionType> <Amount> - Gives a specified player that minion (The Minion Type is Case sensitive)
minions.admin.storeother- /Minions storeother <Player> - Opens the store for another player
minions.admin.bypasslimit - Allows a user to place however many minions they want
 

AlptugSahan

Marangoz
Mesajlar
40
En iyi cevaplar
0
Beğeniler
6
Puanları
110
Ruh hali
Sanırım, chest commands ile başka bir eklentiden oluşturulan bir menüyü açma gibi bir komut yoktu, tam hatırlamıyorum. Aşağıdan minions eklentisinin permlerini görebilirsiniz. Hangi eklentiyi kullanıyorsunuz, minions eklentisi ücretli öyle bir komutta bulamadım.

General Permissions:
minions.player.* -
Gives them the permissions below
minions.player.rename - Allows them to rename their minion
minions.player.linkchest - Allows them to link a chest
minions.player.helpcommand
- Allows them access to /Minions (although not needed)
minions.player.store - Allow access to /Minions store

Skin Permissions
This will allow players to select skins in the skin GUI menu
minions.skins.* or
minions.skins.<NameOfSkin>

Minion Limit Permissions

Depending on what permission a user has, will depend on how many minions they can place. Minion place permissions are configured in the config.yml. By default, the permission
minions.place.default - will allow access to three minions, (Check the config.yml to create other permissions allowing for more/less minions)

Admin Permissions & Commands
minions.admin.break - Will allow a user to break any minion
minions.admin.viewminion - Allows any user to open any (loaded) minion menu
minions.admin.reload - /Minions Reload - Reloads the configuration file, although a restart is required for certain things.
minions.admin.givecommand - /Minions give <Player> <MinionType> <Amount> - Gives a specified player that minion (The Minion Type is Case sensitive)
minions.admin.storeother- /Minions storeother <Player> - Opens the store for another player
minions.admin.bypasslimit - Allows a user to place however many minions they want

free versiyonu da var pluginin o var bende verdiğiniz bu permleri denedim fakat olmadı. Skript ile yapılabilme şansı var mı bunun ? Chest Commands marketi gibi bir şey.
 

Exkaar

YASAKLANDI
Mesajlar
613
En iyi cevaplar
35
Beğeniler
566
Puanları
1,905
free versiyonu da var pluginin o var bende verdiğiniz bu permleri denedim fakat olmadı. Skript ile yapılabilme şansı var mı bunun ? Chest Commands marketi gibi bir şey.

Sanal market gibi bir şey mi? Ürünler komutla alınabiliyorsa yapılır ya da aşağıdaki skriptle direk bir menü açarsınız oradan minions shopa gönderebilirsiniz. Aşağıdaki skript TuSke eklentisi gerektirir.

JavaScript:
command /gui:
    trigger:
        open virtual chest with size 1 named "Örnek" to player
        make gui slot 0 of player with stone named "Minions Shop" with lore "&fAçmak için tıkla." to close then run player command "/minions shop"
 

AlptugSahan

Marangoz
Mesajlar
40
En iyi cevaplar
0
Beğeniler
6
Puanları
110
Ruh hali
Sanal market gibi bir şey mi? Ürünler komutla alınabiliyorsa yapılır ya da aşağıdaki skriptle direk bir menü açarsınız oradan minions shopa gönderebilirsiniz. Aşağıdaki skript TuSke eklentisi gerektirir.

JavaScript:
command /gui:
    trigger:
        open virtual chest with size 1 named "Örnek" to player
        make gui slot 0 of player with stone named "Minions Shop" with lore "&fAçmak için tıkla." to close then run player command "/minions shop"
ürünler /minion give (isim) (miktar) şeklinde oyunculara verilebiliryor. Nasıl yapmam gerek?
 

AlptugSahan

Marangoz
Mesajlar
40
En iyi cevaplar
0
Beğeniler
6
Puanları
110
Ruh hali
Sanal market gibi bir şey mi? Ürünler komutla alınabiliyorsa yapılır ya da aşağıdaki skriptle direk bir menü açarsınız oradan minions shopa gönderebilirsiniz. Aşağıdaki skript TuSke eklentisi gerektirir.

JavaScript:
command /gui:
    trigger:
        open virtual chest with size 1 named "Örnek" to player
        make gui slot 0 of player with stone named "Minions Shop" with lore "&fAçmak için tıkla." to close then run player command "/minions shop"

command /madenciadam:
trigger:
if balance of player is higher than 499999:
remove 500000 from player's balance
execute console command "minion give %player% 1"
send "&e[&6&lAnka&b&lCraft&e] &e500.000 karşılıgında madenci adam aldın."
set {demirr.%player%} to "1"
if balance of player is less than 500000:
send "&e[&6&lAnka&b&lCraft&e] &eYeteri kadar paran yok."

bu skripti yazdım çalışıyordu yedek alıp başka bir yere yazıp başka bir skript denedim şimdi bunu geri atınca çalışmıyor 1 tane eror var o da line 8 de yardımcı olabilir misin?
 

Sokullu

Ağaç Yumruklayıcı
Mesajlar
29
En iyi cevaplar
0
Beğeniler
13
Puanları
50
bunla uğraşacağına minion store den ayarlasana kardeş ne gerek var böyle boş şeylere.
 

Exkaar

YASAKLANDI
Mesajlar
613
En iyi cevaplar
35
Beğeniler
566
Puanları
1,905
command /madenciadam:
trigger:
if balance of player is higher than 499999:
remove 500000 from player's balance
execute console command "minion give %player% 1"
send "&e[&6&lAnka&b&lCraft&e] &e500.000 karşılıgında madenci adam aldın."
set {demirr.%player%} to "1"
if balance of player is less than 500000:
send "&e[&6&lAnka&b&lCraft&e] &eYeteri kadar paran yok."

bu skripti yazdım çalışıyordu yedek alıp başka bir yere yazıp başka bir skript denedim şimdi bunu geri atınca çalışmıyor 1 tane eror var o da line 8 de yardımcı olabilir misin?

Bunu kullanmana gerek yok direk menü hazırlayabilirsin. Örneğin aşağıda örnek hazırladım. Kendine göre düzenle.

JavaScript:
command /minional: #Menüyü açacak komut
    trigger:
        open virtual chest with size 1 named "MENÜ ADI" to player
        make gui slot 0 of player with stone named "Madenci Adam" with lore "&fAlmak için tıkla." to close then run player command "/minion give %player% 1" #Bu komut uygular.
 

HBSHasan

Marangoz
Mesajlar
56
En iyi cevaplar
0
Beğeniler
17
Puanları
200
ChestCommandsda bir market oluştudum ve burada minion almamızı sağlayan bir kısım da var.
Minions plugininde shopa girmek için /minion shop yazılıyor.
Ben Chest Commands da bu bölümün komutuna minion shop yazmama rağmen çalışmıyor.
Ayrıca oyuncular sohbete /minion shop yazınca da çalışmıyor sadece OP lar açabiliryor. Baktım fakat herhangi bir permini de bulamadım.
Bilgisi Olanlar Yardım Ederse Sevinirim.
Ekli dosyayı görüntüle 126945

Ches Commands Config:
Ekli dosyayı görüntüle 126946
Reis Yapabildiysen Banada Skripti Yazar Mısın Acill
 

Üst