iTaKka
Creeper Evimi Patlattı
Bu skripte hologram görünmesini ekleyebilir misiniz?
Bide kırdığımız zaman hologram gitmeme bugu olmuyacak ve wg li yerlere ve başkalarının adasına koyulmayacak
Sunucuya restart atınca hologram silinme sorunu olabiliyor.
Bu sorunların hepsinin çözümünü yapabilen var mı ?
Bide kırdığımız zaman hologram gitmeme bugu olmuyacak ve wg li yerlere ve başkalarının adasına koyulmayacak
Sunucuya restart atınca hologram silinme sorunu olabiliyor.
Bu sorunların hepsinin çözümünü yapabilen var mı ?
Kod:
on place:
loop {s::spawners::*}:
if {s::block::%loop-value%} is event-block:
if "%name of player's held item%" is "%{s::name::%loop-value%}%":
set {rsp::spawners::%event-block's location%} to event-block's location
set {rsp::type::%event-block's location%} to "%loop-value%"
set {_msg} to "%{isl::place}%"
replace all "{SPAWNER}" with "%{s::name::%loop-value%}%" in {_msg}
message "%{isl::prefix}% %{_msg}%"
stop
on break:
loop {s::spawners::*}:
if {s::block::%loop-value%} is event-block:
if {rsp::type::%event-block's location%} is set:
if player has enough space for 1 of block named "%{s::name::%{rsp::type::%event-block's location%}%}%":
cancel event
give 1 of {s::block::%{rsp::type::%event-block's location%}%} named "%{s::name::%{rsp::type::%event-block's location%}%}%" to player
set block to air
set {_msg} to "%{isl::break}%"
replace all "{SPAWNER}" with "%{s::name::%{rsp::type::%event-block's location%}%}%" in {_msg}
message "%{isl::prefix}% %{_msg}%"
delete {rsp::type::%event-block's location%}
delete {rsp::spawners::%event-block's location%}
else:
message "%{isl::prefix}% You don't have enough space in your inventory"
cancel event