Batuhan_Efe
Ağaç Yumruklayıcı
- En iyi cevaplar
- 0
arkadaşlar merhaba desteğe ihityacım var ben cek plugini indirdim fakat komutunu türkçeleştiremedim lütfen yardım edin yardım eden arkadaşlara şimdiden teşekkürler
Banknote plugini ismi bu şekldecek plugini ne bilmiyorum ama mycommand kullanabilirsin
command /çekkomutu:
trigger:
execute player command "/türkçeçekkomutu"
okadar kolay değil işte ben denedim olmuyo şimdi yine denedim gene olmadıKod:command /çekkomutu: trigger: execute player command "/türkçeçekkomutu"
MyCommand plugini kullan o zaman.okadar kolay değil işte ben denedim olmuyo şimdi yine denedim gene olmadı![]()
on right click with paper:
if "%name of player's tool%" contains "&e&lÇek":
set {_n} to "%name of player's tool%"
replace all " &e&lÇek" with "" in {_n}
replace all "&6&l" with "" in {_n}
replace all "." with "" in {_n}
replace all " " with "" in {_n}
set {_n} to {_n} parsed as number
add {_n} to player's money
message "&bSkriptMarketi.com &8&l- &fBaşarıyla &e%{_n}%'lik &fçeki kullandın!"
command /cekal [<number>]:
trigger:
if player has permission "SkriptMarketi.cekal":
if arg-1 is set:
if arg-1 is greater than 999:
if arg-1 is greater than 1000:
message "&bSkriptMarketi.com &8&l- &cMaximum 1M lik çek oluşturabilirsin!"
stop
give 1 paper named "&6&l1.000.000 &e&lÇek" to player
message "&bSkriptMarketi.com &8&l- &aÇek oluşturuldu!"
else:
if arg-1 is greater than 0:
give 1 paper named "&6&l%arg-1%.000 &e&lÇek" to player
message "&bSkriptMarketi.com &8&l- &aÇek oluşturuldu!"
else:
message "&bSkriptMarketi.com &8&l- &cMinimum 1K lik çek oluşturabilirsin!"
stop
on command "türkçekomutu":
cancel event
execute player command "ingilizcekomutu"
on command "türkçekomutu ver":
cancel event
execute player command "ingilizcekomutu give"
command Çek [<text>] [<offlineplayer>]:
trigger:
arg-1 is "Al":
execute player command "Paper Drop"
arg-1 is "Hak":
arg-2 is set:
execute console command "Paper Give %player%"
else:
send "/Çek %arg-1% Oyuncu"