AutoPickup Skripti

  • Konuyu Başlatan Konuyu Başlatan MusaAtalay
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 1.796
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

MusaAtalay

Birisi mi Spawnlandı?
Katılım
20 Mayıs 2018
Mesajlar
5
Elmaslar
0
Puan
3.695
Yaş
26
Minecraft
TRMusaWinner
Beyler Herşey Kırınca Envantere Gelme Skripti İstiyom Lütfen Yardım Edin!
 
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
MaviGözlüKedi' tarafından yapılmıştır.


Ö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.
 
Kod:
on break:
    give event-block to player
 
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
MaviGözlüKedi' tarafından yapılmıştır.


Ö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.
Bİşey Dicem O Bloklara Lapis Lazilu VE End taşı Odun Kum Filan Ekleye Bilirmisin

Kod:
on break:
    give event-block to player
Olmadı.
 
Moderatör tarafından düzenlendi:
Kod:
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
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst