Yazar ve Destek Ekibi Alımları Aktif!
Merhaba Ziyaretçi!, Forumumuzun yazar ve destek ekibine katılmak ister misiniz? Yetkili market, yetkili sistemi ve başvuru formu gibi birçok bilgiye ulaşmak için buraya tıklayın.
Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
on quit:
size of players <= 1:
broadcast "Sunucuda kimse kalmadıgı için kapanıyor"
execute console command "/save-all"
wait 5 second
execute console command "/stop"
ne yazik ki, "now" expressionu size tam zaman dilimini verir, bunu formatted ile sadece saat ve dakika olarak çekebilirisiniz.
options:
event-zamani: 16:00
event-komutu: eventyap
every minutes:
now formatted as "HH:mm" = "{@event-zamani}":
execute console command "/{@event-komutu}"
placeholder api indirmeniz lazım daha sonra skript-placeholder indirip, placeholder "vault_eco_balance" from {_p} olarak cekebilirisiniz. veya zaten addonlarınız varsa `%arg-1's balance%` gibisinden expressionlar kullanablirisiniz.
o halde
command test [<player>]:
trigger:
set {_p} to arg 1 otherwise player
set {_statistic} to "PLAYER_KILLS" statistic value of {_p} # Bu site üzerinden tüm statisticlere bakabilirsin https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Statistic.html
send "%{_p}%...
ptions:
spawner-break: 5 minutes
on place of spawner:
event-player isn't op
set {spawner::%location of event-block%} to now
on break of spawner:
if {spawner::%location of event-block%} is set:
if difference between {spawner::%location of event-block%} and now <= {@spawner-break}:
cancel...
options:
spawner-break: 5 minutes
on place of spawner:
name of event-item = "&bElmas Spawner":
set {spawner::%location of event-block%} to now
on break of spawner:
if {spawner::%location of event-block%} is set:
if (difference between {spawner::%location of event-block%} and now) <=...
on teleport:
if event-player's world "orman":
if {orman::%event-player%} is not set:
set {orman::%event-player%} to event-location
send "&e%event-player% &7Işınlandığınız için artık konumunuz &c%event-location% &7olarak değiştirildi." to event-player
else:
teleport event-player to...
import:
org.bukkit.Statistic
on damage of player:
attacker is an player:
set {_p} to victim
set {_x} to floor(mod(round({_p}.getStatistic(Statistic.PLAY_ONE_TICK) / 20), 86400) / 3600)
if {_x} <= 12:
cancel the event
send "%{_p}% yeni bir oyuncu ona saldıramazsın!"...
command /aranan:
trigger:
open virtual chest inventory named "&8Aranan:" to player
set {_slot} to 10
loop players:
set {_player} to loop-player
metadata tag "araniyor" of {_player} is set:
format gui slot {_slot} of player with (skull of {_player}) named "&b%{_player}%" with...
command /aranan:
trigger:
open virtual chest inventory named "&8Aranan:" to player
set {_slot} to 10
loop players:
set {_player} to loop-player
metadata tag "araniyor" of {_player} is set:
format gui slot {_slot} of player with (skull of {_player}) named "&b%{_player}%" with...
command /altın:
trigger:
give player 1 of egg named "&eAltın Golem"
on right-click with egg:
if display name of event-item is "&eAltın Golem":
cancel the event
remove 1 of event-item from inventory of player
spawn 1 of iron golem at block above clicked...