MrBeaner
Bir Kömür Göründü Kaptanım!
- Katılım
- 13 Ocak 2022
- Mesajlar
- 164
- Elmaslar
- 26
- Puan
- 1.170
- Yaş
- 19
- Minecraft
- ProxyBot
Discord:
?????ᴼᶠᶠᶦᶜᶦᵃˡ#8073
KOMUTLAR
/bitcoin
/bitcoin al
/bitcoin sat
/bitcoin bilgi
/bitcoin maliyet
GÖRSELLER
/bitcoin
/bitcoin al
/bitcoin sat
/bitcoin bilgi
/bitcoin maliyet
GÖRSELLER
JavaScript:
variables:
{bitcoin.%player%} = 0
command /bitcoin [<text>]:
trigger:
if arg-1 isn't set:
send "&e---------------&cBITCOIN&e---------------"
send ""
send "&a/bitcoin al"
send "&a/bitcoin sat"
send "&a/bitcoin bilgi"
send "&a/bitcoin maliyet"
send ""
send "&e---------------&cBITCOIN&e---------------"
if arg-1 is "al":
if player's balance is bigger than 9999:
add 1 to {bitcoin.%player%}
send "&aAlış İşlemi Başarılı"
remove 10000 from player's balance
else:
send "&cBitcoin Almak İçin Paran Yetersiz"
if arg-1 is "sat":
if {bitcoin.%player%} is greater than or equal to 1:
add 8000 to player's balance
remove 1 from {bitcoin.%player%}
send "&7Bitcoin başarıyla satıldı! Kalan Bitcoin = &c%{bitcoin.%player%}%"
else:
send "&7Hiç bitcoine sahip değilsin!"
if arg-1 is "bilgi":
send "&cBilgiler:"
send "&bBitcoin Sayın = &c%{bitcoin.%player%}%"
if arg-1 is "maliyet":
send "&7Satış: &a8000 TL"
send "&7Alış: &a10000 TL"
send "&7Durum: &7Durmuş"
Son düzenleme: