Ctesia
Fırında Isıttığım İlk Taş
- Katılım
- 23 Nisan 2021
- Mesajlar
- 92
- Elmaslar
- 3
- Puan
- 945
- Minecraft
- at0mdeniz
Discord:
at0mdeniz#7069
skript istemiştim ve bu şekilde bir skript verilmişti herşey doğru düzgündü fakat şansı %100 yapmama rağmen mobcoin vermiyorvariables:
{mobcoin::%player%} = 0
on death:
if victim is monster:
if attacker is player:
chance of 100%:
add 1 to {mobcoin::%attacker%}
command /netherbiletial:
trigger:
if {mobcoin::%player%} >= 100:
give a paper named "&aNether Giriş Bileti" to player
message "&aBaşarıyla bir nether bileti aldın."
else:
message "&cYeteri kadar mobcoin'in yok. Biraz canavar öldür."
on rightclick with paper:
if tool's name is "&aNether Giriş Bileti":
teleport player to {nether}
command /netherbelirle:
permission: op
trigger:
set {nether} to player's location
message "&eNether spawn noktası başarıyla ayarlandı."
on portal:
cancel event
send "&eNether'a gidebilmek için bilet alman lazım." to player
on command:
if world is "nether dünya adı":
if command is not "spawn":
cancel event
send "&eKullanabileceğin komutlar: &f[&a/spawn]"