mystelio
Altın Benim Yeni Sevgilim
Merhaba arkadaşlar bu skripti daha tasarruflu bir hale getirebilmek mümkün müdür?
Kod:
on break a cobblestone or stone:
if tool of player is any diamond pickaxe of efficiency 5:
if chance of 4%:
give a diamond to player
send "{@prefix} &eTaş kazarken &belmas &eçıktı!"
if chance of 2%:
give a emerald to player
send "{@prefix} &eTaş kazarken &azümrüt &eçıktı!"
if chance of 6%:
give a iron ingot to player
send "{@prefix} &eTaş kazarken &fdemir &eçıktı!"
if chance of 8%:
give a coal to player
send "{@prefix} &eTaş kazarken &9kömür &eçıktı!"
if tool of player is stone pickaxe:
if chance of 1%:
give a iron ingot to player
send "{@prefix} &eTaş kazarken &fdemir &eçıktı!"
if chance of 3%:
give a coal to player
send "{@prefix} &eTaş kazarken &9kömür &eçıktı!"
if tool of player is iron pickaxe:
if chance of 2%:
give a iron ingot to player
send "{@prefix} &eTaş kazarken &fdemir &eçıktı!"
if chance of 4%:
give a coal to player
send "{@prefix} &eTaş kazarken &9kömür &eçıktı!"
if tool of player is diamond pickaxe:
if chance of 0.5%:
give a diamond to player
send "{@prefix} &eTaş kazarken &belmas &eçıktı!"
if chance of 0.3%:
give a emerald to player
send "{@prefix} &eTaş kazarken &azümrüt &eçıktı!"
if chance of 3%:
give a iron ingot to player
send "{@prefix} &eTaş kazarken &fdemir &eçıktı!"
if chance of 5%:
give a coal to player
send "{@prefix} &eTaş kazarken &9kömür &eçıktı!"