ImInfiniTy
Şimdi bir Hardcore server olacaktı..
- Katılım
- 18 Şubat 2015
- Mesajlar
- 327
- Elmaslar
- 90
- Puan
- 13.710
- Yaş
- 25
IYusuf_SelmanI#3770
options:
prefix: &6Sunucum &c>
zumrutbilgi: &7&l[----------&eZumrut Bilgi----------&7&l]
essentials: true
iconomy: false
kaczumrutolunca: 64
satispara: 64
on first join:
if {oto.zumrut.sat.%player%} is set:
if player has {@kaczumrutolunca} emerald:
remove {@kaczumrutolunca} emerald from player
send " {@prefix} &aLapis'ler otomatik olarak satıldı!"
if {@essentials} is true:
execute console command "/eco give %player% {@satispara}"
stop
if {@iconomy} is true:
execute console command "/money give %player% {@satispara}"
stop
on join:
if {oto.zumrut.sat.%player%} is set:
if player has {@kaczumrutolunca} emerald:
remove {@kaczumrutolunca} emerald from player
send " {@prefix} &aLapis'ler otomatik olarak satıldı!"
if {@essentials} is true:
execute console command "/eco give %player% {@satispara}"
stop
if {@iconomy} is true:
execute console command "/money give %player% {@satispara}"
stop
command /zumrutsat [<text>]:
trigger:
if arg 1 is "aç":
set {otomatik.lapis.satma.%player%} to true
send " {@prefix} &aOtozümrüt satma açıldı!"
if arg 1 is "kapat":
delete {otomatik.lapis.satma.%player%}
send " {@prefix} &aOtozümrüt satma kapatıldı!"
if arg 1 is not set:
send " "
send " {@zumrutbilgi}" to player
send " &bOtomatik zümrüt satmayı açmak için /zumrutsat" to player
send " &7> " to player
send " "
on command /zumrutbilgi:
send " {@zumrutbilgi}" to player
send " &bOtomatik zümrüt satmayı açmak için /zumrutsat" to player
send " &7> " to player
Hocam emekleriniz için çok teşekkür ederim ama bana otomatik olanı gerekmiyor. Bildiğimiz /sell hand işlemi gibi olacak. Zümrütün ismi de "&4Para" olsun mesela.Bu bunun otomatik hali[DOUBLEPOST=1502493365,1502493298][/DOUBLEPOST]İnşallah sorun çıkmaz denemedim şuan deniyiceğimKod:options: prefix: &6Sunucum &c> zumrutbilgi: &7&l[----------&eZumrut Bilgi----------&7&l] essentials: true iconomy: false kaczumrutolunca: 64 satispara: 64 on first join: if {oto.zumrut.sat.%player%} is set: if player has {@kaczumrutolunca} emerald: remove {@kaczumrutolunca} emerald from player send " {@prefix} &aLapis'ler otomatik olarak satıldı!" if {@essentials} is true: execute console command "/eco give %player% {@satispara}" stop if {@iconomy} is true: execute console command "/money give %player% {@satispara}" stop on join: if {oto.zumrut.sat.%player%} is set: if player has {@kaczumrutolunca} emerald: remove {@kaczumrutolunca} emerald from player send " {@prefix} &aLapis'ler otomatik olarak satıldı!" if {@essentials} is true: execute console command "/eco give %player% {@satispara}" stop if {@iconomy} is true: execute console command "/money give %player% {@satispara}" stop command /zumrutsat [<text>]: trigger: if arg 1 is "aç": set {otomatik.lapis.satma.%player%} to true send " {@prefix} &aOtozümrüt satma açıldı!" if arg 1 is "kapat": delete {otomatik.lapis.satma.%player%} send " {@prefix} &aOtozümrüt satma kapatıldı!" if arg 1 is not set: send " " send " {@zumrutbilgi}" to player send " &bOtomatik zümrüt satmayı açmak için /zumrutsat" to player send " &7> " to player send " " on command /zumrutbilgi: send " {@zumrutbilgi}" to player send " &bOtomatik zümrüt satmayı açmak için /zumrutsat" to player send " &7> " to player
bu zümrütü nereden buluyorlar bişi kazıncamı çıkıyorHocam emekleriniz için çok teşekkür ederim ama bana otomatik olanı gerekmiyor. Bildiğimiz /sell hand işlemi gibi olacak. Zümrütün ismi de "&4Para" olsun mesela.
Belki taş kırınca %2 ihtimalle çıkabilir bilmiyorum. Genel olarak eventlerde kullanmayı planlıyorum. Sunucuda Jobs plugini yok. Jobs harici para kazanmanın bir yolunu yapıyorum diyebiliriz.[DOUBLEPOST=1502494202,1502494041][/DOUBLEPOST]bu zümrütü nereden buluyorlar bişi kazıncamı çıkıyor
Servere bi giriyorsun etrafta "pro 1 milyon elmas setler" uçuşuyor falan fdklhjfdOh mis mis sunucuyu tahmin ediyorum şuan buram buram emek kokucak :D
on break of stone:
if chance of 2%:
give 1 emerald named "&4OzelZumrut" to player
send "&61 Adet OzelZumrut &6buldun !" to player
command /sat <text>:
usage: &cKullanim: &7/sat zumrut
trigger:
if arg-1 is "zumrut":
if player has 16 emerald named "&4Para":
remove 16 emerald named "&4Para" from player
execute console command "/eco give %player% 16"
send "&aSunucu &8> &bEnvanterinde ki &c16 OzelZumrut &b16 TL'ya Satildi" to player
else:
send "&aSunucu &8> &bYeteri Kadar OzelZumrut yok ! 16 adet OzelZumrut gerekli" to player
Çok teşekkür ediyorum hocam elinize sağlık. ^^inşallah bunu istersin miktarını yazınca satmıyor 16 tanesini satıyor.
Kod:on break of stone: if chance of 2%: give 1 emerald named "&4OzelZumrut" to player send "&61 Adet OzelZumrut &6buldun !" to player command /sat <text>: usage: &cKullanim: &7/sat zumrut trigger: if arg-1 is "zumrut": if player has 16 emerald named "&4Para": remove 16 emerald named "&4Para" from player execute console command "/eco give %player% 16" send "&aSunucu &8> &bEnvanterinde ki &c16 OzelZumrut &b16 TL'ya Satildi" to player else: send "&aSunucu &8> &bYeteri Kadar OzelZumrut yok ! 16 adet OzelZumrut gerekli" to player
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!