YusufAyhanYTT
Somon Balığı Selam Vermeye Geldi
- Katılım
- 29 Mayıs 2018
- Mesajlar
- 17
- Elmaslar
- 4
- Puan
- 0
- Yaş
- 47
- Minecraft
- YusufErdoganKK
options:
p: &4MC&7-&4TR &a->
on break:
if {otosat::%player%} is true:
if player has 64 diamond:
remove 64 diamond from player's inventory
send "{@p} &b64 Tane elmas 10.000 TL'ye Satıldı!"
add 10000 to player's balance
if player has 64 emerald:
remove 64 emerald from player's inventory
send "{@p} &b64 Tane zümrüt 15.000 TL'ye Satıldı!"
add 15000 to player's balance
if player has 64 iron ingot:
remove 64 iron ingot from player's inventory
send "{@p} &b64 Tane demir 5.000 TL'ye Satıldı!"
add 5000 to player's balance
if player has 64 gold ingot:
remove 64 gold ingot from player's inventory
send "{@p} &b64 Tane altın 7.500 TL'ye Satıldı!"
add 7500 to player's balance
command /otosat [<text>]:
trigger:
if arg 1 is "ac" or "aç":
set {otosat::%player%} to true
send "{@p} &bOtosat Açıldı!"
stop
if arg 1 is "kapa" or "kapat":
set {otosat::%player%} to false
send "{@p} &bOtosat Kapandı!"
stop
send "{@p} &cKullanım /otosat aç/kapat"
ErenTN#2902
on pickup cactus:
if {otosatis.%player%} is true:
if player has 64 cactus:
remove 64 cactus from player's inventory
add 60000000 to player's money
on pickup Diamond Block:
if {otosatis.%player%} is true:
if player has 64 Diamond Block:
remove 64 Diamond Block from player's inventory
add 30000000 to player's money
on pickup Emerald Block:
if {otosatis.%player%} is true:
if player has 64 Emerald Block:
remove 64 Emerald Block from player's inventory
add 30000000 to player's money
on pickup Gold Block:
if {otosatis.%player%} is true:
if player has 64 Gold Block:
remove 64 Gold Block from player's inventory
add 20000000 to player's money
on pickup Iron Block:
if {otosatis.%player%} is true:
if player has 64 Iron Block:
remove 64 Iron Block from player's inventory
add 20000000 to player's money
on pickup End Stone:
if {otosatis.%player%} is true:
if player has 64 End Stone:
remove 64 End Stone from player's inventory
add 50000000 to player's money
command /otosatac:
trigger:
set {otosatis.%player%} to true
send "&3SkyBlock &6>> &aOtoSatış Başarıyla açıldı."
command /otosatkapa:
trigger:
set {otosatis.%player%} to false
send "&3SkyBlock &6>> &4OtoSatış Başarıyla kapatıldı."
on join:
set {otosat.demir::%player%} to "Pasif"
set {otosat.demirblok::%player%} to "Pasif"
set {otosat.altın::%player%} to "Pasif"
set {otosat.altınblok::%player%} to "Pasif"
set {otosat.zümrüt::%player%} to "Pasif"
set {otosat.zümrütblok::%player%} to "Pasif"
set {otosat.elmas::%player%} to "Pasif"
set {otosat.elmasblok::%player%} to "Pasif"
options:
msg_aktif: &3Detroit Network &8» &eOtomatik Satış Durumu: &aAktif
msg_pasif: &3Detroit Network &8» &eOtomatik Satış Durumu: &cPasif
demir_fiyat: 333330
demir_adet: 640
demir_blok_adet: 64
demir_blok_fiyat: 300000
altın_fiyat: 555550
altın_adet: 640
altın_blok_adet: 64
altın_blok_fiyat: 500000
zümrüt_adet: 640
zümrüt_fiyat: 666660
zümrüt_blok_adet: 64
zümrüt_blok_fiyat: 600000
elmas_adet: 640
elmas_fiyat: 777770
elmas_blok_adet: 64
elmas_blok_fiyat: 700000
on pick up:
if event-item is iron ingot:
if {otosat.demir::%player%} is "Aktif":
if player has {@demir_adet} iron ingot:
execute console command "eco give %player% {@demir_fiyat}"
remove {@demir_adet} iron ingot from player's inventory
if event-item is iron block:
if {otosat.demirblok::%player%} is "Aktif":
if player has {@demir_blok_adet} iron block:
execute console command "eco give %player% {@demir_blok_fiyat}"
remove {@demir_blok_adet} iron block from player's inventory
if event-item is gold ingot:
if {otosat.altın::%player%} is "Aktif":
if player has {@altın_adet} gold ingot:
execute console command "eco give %player% {@altın_fiyat}"
remove {@altın_adet} gold ingot from player's inventory
if event-item is gold block:
if {otosat.altınblok::%player%} is "Aktif":
if player has {@altın_blok_adet} gold block:
execute console command "eco give %player% {@altın_blok_fiyat}"
remove {@altın_blok_adet} gold block from player's inventory
if event-item is emerald:
if {otosat.zümrüt::%player%} is "Aktif":
if player has {@zümrüt_adet} emerald:
execute console command "eco give %player% {@zümrüt_fiyat}"
remove {@zümrüt_adet} emerald from player's inventory
if event-item is emerald block:
if {otosat.zümrütblok::%player%} is "Aktif":
if player has {@zümrüt_blok_adet} emerald block:
execute console command "eco give %player% {@zümrüt_blok_fiyat}"
remove {@zümrüt_blok_adet} emerald block from player's inventory
if event-item is diamond:
if {otosat.elmas::%player%} is "Aktif":
if player has {@elmas_adet} diamond:
execute console command "eco give %player% {@elmas_fiyat}"
remove {@elmas_adet} diamond from player's inventory
if event-item is diamond block:
if {otosat.elmasblok::%player%} is "Aktif":
if player has {@elmas_blok_adet} diamond block:
execute console command "eco give %player% {@elmas_blok_fiyat}"
remove {@elmas_blok_adet} diamond block from player's inventory
command /otosat <text> [<text>]:
executable by: player
trigger:
if arg 1 is "liste" or "list" or "durum":
send "&a============== &E&oOTOSAT &a======================"
send " "
if {otosat.demir::%player%} is "Aktif":
send "✭ &fDemir&8: &a%{otosat.demir::%player%}%"
else:
send "✭ &fDemir&8: &c%{otosat.demir::%player%}%"
send " "
if {otosat.demirblok::%player%} is "Aktif":
send "✭ &fDemir Blok&8: &a%{otosat.demirblok::%player%}%"
else:
send "✭ &fDemir Blok&8: &c%{otosat.demirblok::%player%}%"
send " "
if {otosat.altın:%player%} is "Aktif":
send "✭ &6Altın&8: &a%{otosat.altın::%player%}%"
else:
send "✭ &6Altın&8: &c%{otosat.altın::%player%}%"
send " "
if {otosat.altınblok::%player%} is "Aktif":
send "✭ &6Altın Blok&8: &a%{otosat.altınblok::%player%}%"
else:
send "✭ &6Altın Blok&8: &c%{otosat.altınblok::%player%}%"
send " "
if {otosat.zümrüt::%player%} is "Aktif":
send "✭ &aZümrüt&8: &a%{otosat.zümrüt::%player%}%"
else:
send "✭ &aZümrüt&8: &c%{otosat.zümrüt::%player%}%"
send " "
if {otosat.zümrüt::%player%} is "Aktif":
send "✭ &aZümrüt Blok&8: &a%{otosat.zümrütblok::%player%}%"
else:
send "✭ &aZümrüt Blok&8: &c%{otosat.zümrütblok::%player%}%"
send " "
if {otosat.elmas::%player%} is "Aktif":
send "✭ &bElmas&8: &a%{otosat.elmas::%player%}%"
else:
send "✭ &bElmas&8: &c%{otosat.elmas::%player%}%"
send " "
if {otosat.elmasblok::%player%} is "Aktif":
send "✭ &bElmas Blok&8: &a%{otosat.elmasblok::%player%}%"
else:
send "✭ &bElmas Blok&8: &c%{otosat.elmasblok::%player%}%"
send " "
send "&a=========================================="
if arg 1 is "demir" or "demır" or "iron" or "ıron":
if arg 2 is "aç" or "aktif" or "ac":
set {otosat.demir::%player%} to "Aktif"
if arg 2 is "kapat" or "pasif":
set {otosat.demir::%player%} to "Pasif"
else:
if {otosat.demir::%player%} is "Aktif":
send "{@msg_aktif}"
else:
send "{@msg_pasif}"
if arg 1 is "demirblok" or "demırblok" or "ironblock" or "ıronblock":
if arg 2 is "aç" or "aktif" or "ac":
set {otosat.demirblok::%player%} to "Aktif"
if arg 2 is "kapat" or "pasif":
set {otosat.demirblok::%player%} to "Pasif"
else:
if {otosat.demirblok::%player%} is "Aktif":
send "{@msg_aktif}"
else:
send "{@msg_pasif}"
if arg 1 is "altın" or "altin" or "gold":
if arg 2 is "aç" or "aktif" or "ac":
set {otosat.altın::%player%} to "Aktif"
if arg 2 is "kapat" or "pasif":
set {otosat.altın::%player%} to "Pasif"
else:
if {otosat.altın::%player%} is "Aktif":
send "{@msg_aktif}"
else:
send "{@msg_pasif}"
if arg 1 is "altınblok" or "altinblok" or "goldblok" or "goldblock":
if arg 2 is "aç" or "aktif" or "ac":
set {otosat.altınblok::%player%} to "Aktif"
if arg 2 is "kapat" or "pasif":
set {otosat.altınblok::%player%} to "Pasif"
else:
if {otosat.altınblok::%player%} is "Aktif":
send "{@msg_aktif}"
else:
send "{@msg_pasif}"
if arg 1 is "zümrüt" or "zumrut" or "emerald":
if arg 2 is "aç" or "aktif" or "ac":
set {otosat.zümrüt::%player%} to "Aktif"
if arg 2 is "kapat" or "pasif":
set {otosat.zümrüt::%player%} to "Pasif"
else:
if {otosat.zümrüt::%player%} is "Aktif":
send "{@msg_aktif}"
else:
send "{@msg_pasif}"
if arg 1 is "zümrütblok" or "zumrutblok" or "emeraldblock" or "emeraldblok":
if arg 2 is "aç" or "aktif" or "ac":
set {otosat.zümrütblok::%player%} to "Aktif"
if arg 2 is "kapat" or "pasif":
set {otosat.zümrütblok::%player%} to "Pasif"
else:
if {otosat.zümrütblok::%player%} is "Aktif":
send "{@msg_aktif}"
else:
send "{@msg_pasif}"
if arg 1 is "elmas" or "diamond":
if arg 2 is "aç" or "aktif" or "ac":
set {otosat.elmas::%player%} to "Aktif"
if arg 2 is "kapat" or "pasif":
set {otosat.elmas::%player%} to "Pasif"
else:
if {otosat.elmas::%player%} is "Aktif":
send "{@msg_aktif}"
else:
send "{@msg_pasif}"
if arg 1 is "elmasblok" or "elmasblock" or "diamondblok" or "diamondblock":
if arg 2 is "aç" or "aktif" or "ac":
set {otosat.elmasblok::%player%} to "Aktif"
if arg 2 is "kapat" or "pasif":
set {otosat.elmasblok::%player%} to "Pasif"
else:
if {otosat.elmasblok::%player%} is "Aktif":
send "{@msg_aktif}"
else:
send "{@msg_pasif}"
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!