- En iyi cevaplar
- 0
Kod:
command /nakliyat:
trigger:
execute console command "/tp %player% <Koordinat>"
{nakliyat.%player%} is not set
set {nakliyat.%player%} to false
on command "/nakliyat":
wait 1 ticks
set {nakliyat.%player%} to true
wait 10 minutes
set {nakliyat.%player%} to false
on command "/nakliyat":
{nakliyat.%player%} is true
cancel event
send "&cBirdahaki nakliyat için 10 dakika bekle." to player
command /nakliyat1:
trigger:
execute console command "/give %player% diamond 1 0 name:&8&lNakliyat1"
execute console command "/tp %player% <Koordinat>"
send "&c&lNakliyat Bitti Paranızı Almak İçin Elması Elinize Alıp Sağ Tıklayın"
command /nakliyat2:
trigger:
execute console command "/tp %player% <Koordinat>"
{konustu2.%player%} is not set
set {konustu2.%player%} to false
on command "/nakliyat2":
wait 1 ticks
set {nakliyat2.%player%} to true
wait 10 minutes
set {nakliyat2.%player%} to false
on command "/nakliyat2":
{nakliyat2.%player%} is true
cancel event
send "&cBirdahaki nakliyat için 10 dakika bekle." to player
command /nakliyat3:
trigger:
execute console command "/give %player% emerald 1 0 name:&8&lNakliyat2"
execute console command "/tp %player% <Koordinat>"
send "&c&lNakliyat Bitti Paranızı Almak İçin Zümrütü Elinize Alıp Sağ Tıklayın"
command /nakliyat3:
trigger:
execute console command "/tp %player% <Koordinat>"
{nakliyat3.%player%} is not set
set {nakliyat3.%player%} to false
on command "/nakliyat3":
wait 1 ticks
set {nakliyat3.%player%} to true
wait 10 minutes
set {nakliyat3.%player%} to false
on command "/nakliyat3":
{nakliyat3.%player%} is true
cancel event
send "&cBirdahaki nakliyat için 10 dakika bekle." to player
command /nakliyat4:
trigger:
execute console command "/give %player% iron_ingot 1 0 name:&8&lNakliyat3"
execute console command "/tp %player% <Koordinat>
send "&c&lNakliyat Bitti Paranızı Almak İçin Demiri Elinize Alıp Sağ Tıklayın"
on rightclick with emerald:
name of player's tool is "&8&lNakliyat2":
if player has 1 emerald in his inventory:
execute console command "/eco give %player% 400.5"
remove 1 emerald from the player
on rightclick with diamond:
name of player's tool is "&8&lNakliyat1":
if player has 1 diamond in his inventory:
execute console command "/eco give %player% 540.5"
remove 1 diamond from the player
on rightclick with iron ingot:
name of player's tool is "&8&lNakliyat3":
if player has 1 iron ingot in his inventory:
execute console command "/eco give %player% 340.5"
remove 1 iron ingot from the player
CommandSigns Önerilir.
İlk Skriptlerimden Biri Hata Olabilir.