MusaAtalay
Birisi mi Spawnlandı?
- Katılım
- 20 Mayıs 2018
- Mesajlar
- 5
- Elmaslar
- 0
- Puan
- 3.695
- Yaş
- 26
- Minecraft
- TRMusaWinner
kingOf0!#4055
options:
bloklar: diamond ore, stone, banner, door or any log
on break of {@bloklar}:
if gamemode of the player is not creative:
if id of block below event-block is id of event-block:
set {_block} to block below event-block
else if id of block east event-block is id of event-block:
set {_block} to block east event-block
else if id of block west event-block is id of event-block:
set {_block} to block west event-block
else if id of block north event-block is id of event-block:
set {_block} to block north event-block
else if id of block south event-block is id of event-block:
set {_block} to block south event-block
else:
set {_block} to event-block
wait a tick
if block below {_block} is an hopper:
wait a tick
else if hopper minecarts in radius 1 of block below {_block} is set:
wait a tick
loop dropped items and experience orbs in radius 0.6 of {_block}:
if loop-entity exists:
if loop-entity is an experience orb:
the player.giveExp(loop-entity.getExperience());
else if loop-entity is a dropped item:
set {_item} to loop-entity.getItemStack()
if the player has space for {_item}:
give {_item} to the player
else:
drop {_item} at the player
delete the loop-entity
Bİşey Dicem O Bloklara Lapis Lazilu VE End taşı Odun Kum Filan Ekleye BilirmisinMaviGözlüKedi' tarafından yapılmıştır.Kod:options: bloklar: diamond ore, stone, banner, door or any log on break of {@bloklar}: if gamemode of the player is not creative: if id of block below event-block is id of event-block: set {_block} to block below event-block else if id of block east event-block is id of event-block: set {_block} to block east event-block else if id of block west event-block is id of event-block: set {_block} to block west event-block else if id of block north event-block is id of event-block: set {_block} to block north event-block else if id of block south event-block is id of event-block: set {_block} to block south event-block else: set {_block} to event-block wait a tick if block below {_block} is an hopper: wait a tick else if hopper minecarts in radius 1 of block below {_block} is set: wait a tick loop dropped items and experience orbs in radius 0.6 of {_block}: if loop-entity exists: if loop-entity is an experience orb: the player.giveExp(loop-entity.getExperience()); else if loop-entity is a dropped item: set {_item} to loop-entity.getItemStack() if the player has space for {_item}: give {_item} to the player else: drop {_item} at the player delete the loop-entity
Özellikler:
- Huni korumalı
- 2 li blokları (yatak, kapı, uzun ot gibi) destekler.
- Kırılan bloğun yanında bulunan bütün eşyalar ve tecrübe küreleri oyuncuya verilir. Bir sandık kırılsa içinden çıkan eşyalar dahil.
- Yaratıcılık modunda çalışmaz.
- Oyuncu eşyaları alamayacak durumdaysa eşyalar oyuncunun yanına düşer.
Olmadı.Kod:on break: give event-block to player
kingOf0!#4055
on break:
if gamemode of the player is not creative:
if id of block below event-block is id of event-block:
set {_block} to block below event-block
else if id of block east event-block is id of event-block:
set {_block} to block east event-block
else if id of block west event-block is id of event-block:
set {_block} to block west event-block
else if id of block north event-block is id of event-block:
set {_block} to block north event-block
else if id of block south event-block is id of event-block:
set {_block} to block south event-block
else:
set {_block} to event-block
wait a tick
if block below {_block} is an hopper:
wait a tick
else if hopper minecarts in radius 1 of block below {_block} is set:
wait a tick
loop dropped items and experience orbs in radius 0.6 of {_block}:
if loop-entity exists:
if loop-entity is an experience orb:
the player.giveExp(loop-entity.getExperience());
else if loop-entity is a dropped item:
set {_item} to loop-entity.getItemStack()
if the player has space for {_item}:
give {_item} to the player
else:
drop {_item} at the player
delete the loop-entity
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!