ultimateasa
Ağaç Yumruklayıcı
- En iyi cevaplar
- 0
Benim bir serverim var o serverda ölünce hiçbir yere tıklamadan otomatik /sk load yapmasını istiyorum yine burda okudum denedim ama sadece op larda oluyor lütfen yardım!!!
console command yazmışsın o zaman / olmamalı bi oyle deniyecegimon death:
victim is player
execute console command "/sk load"
tarzında bir şey olması gerek.
boşuna victim is player eklemişsin.on death:
victim is player
execute console command "/sk load"
tarzında bir şey olması gerek.
on death of player:
[TAB]execute console command "sk load"
Bug olabilir.boşuna victim is player eklemişsin.
Çalışır ama yani fazladan satırPHP:on death of player: [TAB]execute console command "sk load"![]()
on respawn:
run player command "/sk load" as op
herkes respawn a basınca sk load olabilirmi şimdi sadece oplara değilBug olabilir.
SkQuery veya WildSkript idi sanırsamPHP:on respawn: run player command "/sk load" as op
yeniden doğan herkese yapar bunuherkes respawn a basınca sk load olabilirmi şimdi sadece oplara değil
baya arastırdım ama bulamadım skript ile değilde starterkit dosyasının içindeki config i editledim:yeniden doğan herkese yapar bunu
Edit: Bu soru çok soruldu biraz forumu araştırın.
# config.yml
# - This configuration file is responsible for configuring the plugin.
# - Any values _not set_ in this file will be set to the configuration default.
# - Any _invalid_ values will be reset to the configuration default.
# - To rebuild this file stop your server, delete it and then restart.
# values:
# - logging:
# -- This value specifies the LOG_LEVEL that the plugin should operate in. A value of ALL will also log SQL transactions made by the plugin.
# -- Valid values: OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL.
# -- Default: INFO
# - automatic-updates.branch:
# -- This value specifies which branch to check when checking for updates.
# -- Valid values: STABLE (latest release), DEVELOPMENT (latest snapshot release).
# -- Default: STABLE
# - automatic-updates.method:
# -- This value specifies the operating method of the automatic updater. Not all updaters support all values but they all support OFF.
# -- Valid values: UPDATE (update automatically), NOTIFY (notify adminstrators that an update is available), OFF (disable update checking).
# -- Default: NOTIFY
# - send-anonymous-statistics:
# -- This value specifies if the plugin will send anonynomous staticial information to mcstats.org.
# -- Valid values: true or false
# -- Default: true
# - provide-lit-on-death:
# -- This value specifies if we should give a kit to someone every time they respawn
# -- Valid values: true or false
# -- Default: true
logging: INFO
send-anonymous-statistics: true
provide-kit-on-death: true
automatic-updates:
method: NOTIFY
branch: STABLE
kit:
backpack:
==: InventoryKit
'0':
==: org.bukkit.inventory.ItemStack
type: IRON_SWORD
'1':
==: org.bukkit.inventory.ItemStack
type: FLINT_AND_STEEL
damage: 62
'2':
==: org.bukkit.inventory.ItemStack
type: FISHING_ROD
'3':
==: org.bukkit.inventory.ItemStack
type: BOW
'8':
==: org.bukkit.inventory.ItemStack
type: ARROW
amount: 64
'9':
==: org.bukkit.inventory.ItemStack
type: ARROW
armour:
==: ArmourKit
'0':
==: org.bukkit.inventory.ItemStack
type: IRON_BOOTS
'1':
==: org.bukkit.inventory.ItemStack
type: IRON_LEGGINGS
'2':
==: org.bukkit.inventory.ItemStack
type: IRON_CHESTPLATE
'3':
==: org.bukkit.inventory.ItemStack
type: IRON_HELMET
Neden bug olsun ki?Bug olabilir.
SkQuery veya WildSkript idi sanırsamPHP:on respawn: run player command "/sk load" as op
çünkü adam öldüğü anda sk load attırıyorsun. respawnda belki yok olabilir itemler diye düşündüm.Neden bug olsun ki?
Doğru söylüyorsun. Ama yazdığın komut için fazladan addon kulanmışsın. Şu şekilde yapsan sadece skript ile çalışır.çünkü adam öldüğü anda sk load attırıyorsun. respawnda belki yok olabilir itemler diye düşündüm.
wait ile çözülebilir bu oluşursa tabii
on respawn:
execute console command "sk load"