İstek Shulker kilit!

RedaonX_

Sudan Çıkmış
En iyi cevaplar
0
Bir oyuncu yere shulker koyduğu zaman o shulkerı sadece koyan kişi açabilecek yani sahibi kim koyduysa o olucak! ve sahibi kimse o kırabilecek!

Yaparsanız çok sevinirim şimdiden teşekkür ederim!
 
Son düzenleme:

samwise

Sudan Çıkmış
En iyi cevaplar
0
Kod:
variable "sahip" as player
on place of shulker:
    set {sahip} to player
    set {_shulker.sahip} of event-block to "{sahip}"
    set data of event-block to "{_shulker.sahip}"
    set data of event-block to "{_shulker.sahip}"

on rightclick of shulker:
    if player's name is not "{_shulker.sahip}"
        cancel event
        send "Bu shulker sadece %{_shulker.sahip}% tarafından açılabilir!" to player

on break of shulker:
    if player's name is not "{_shulker.sahip}":
        cancel event
        send "Bu shulker sadece %{_shulker.sahip}% tarafından kırılabilir!" to player
 

Alp3r3ns

Yeni Doğmuş
En iyi cevaplar
0
Bu skript çalışmıyor ve bu skriptin çalışması için hangi plugine ihtiyacımız var ?
 
Üst