merhaba bana bir bloklevel menüsü lazım oyuncular -/bloklevel yazdığında sanal menü açılcak
Sünger=150
end stone=300
prizmarin=500
kırmızı kumtaşı= 750
elmas cevheri = 1000
olacak
ChestCommands üzerinden yapabilirsiniz TŞK
Bu işe eğer gerçekten başlamak istiyorsan, kendi ayaklarım üzerinde dururum diyorsan, bunu kendin de yapabilirsin inanıyorum.
Bunu kullanmanı öneririm;
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.
Tek yapman gereken biraz uğraşmak.
command /bloklevel:
trigger:
send "&c> &7Sünger: &e150 Level"
send "&c> &7End Taşı: &e300 Level"
send "&c> &7Prizmarin: &e500 Level"
send "&c> &7Kırmızı Kum Taşı: &e750 Level"
send "&c> &7Elmas Cevheri: &e1000 Level"
stop
merhaba bana bir bloklevel menüsü lazım oyuncular -/bloklevel yazdığında sanal menü açılcak
Sünger=150
end stone=300
prizmarin=500
kırmızı kumtaşı= 750
elmas cevheri = 1000
olacak
ChestCommands üzerinden yapabilirsiniz TŞK
on command "blokbilgi":
cancel event
BlokBilgi(player)
function BlokBilgi(p : player):
open virtual chest with size 3 named " &d&lBlok Bilgi" to {_p}
make gui slot integers between 0 and 26 of {_p} with black stained glass pane to nothing
make gui slot 13 of {_p} with diamond ore named "&8> &e&nBlok Level Bilgi" with lore "|| &8> &dElmas Cevheri &8> &c1.000 || &8> &dKırmızı Kum Taşı &8> &c750 || &8> &dPrizmarin &8> &c500 || &8> &dEnd Taşı &8> &c300|| &8> &dSünger &8> &c150" to nothing
tşk deniycemZamanında sunucum varken skript olarak menü tasarlamışım içinden bir parça veriyorum sana göre düzenledim
PHP:on command "blokbilgi": cancel event BlokBilgi(player) function BlokBilgi(p : player): open virtual chest with size 3 named " &d&lBlok Bilgi" to {_p} make gui slot integers between 0 and 26 of {_p} with black stained glass pane to nothing make gui slot 13 of {_p} with diamond ore named "&8> &e&nBlok Level Bilgi" with lore "|| &8> &dElmas Cevheri &8> &c1.000 || &8> &dKırmızı Kum Taşı &8> &c750 || &8> &dPrizmarin &8> &c500 || &8> &dEnd Taşı &8> &c300|| &8> &dSünger &8> &c150" to nothing