minecraft orman haritasına rastgele yerlere tabela düşmesi help

EmoGuler

Sudan Çıkmış
Mesajlar
6
En iyi cevaplar
0
Beğeniler
0
Puanları
10
arkadaşlar şimdi orman dünyasında rastgele bir yere bir tabela koyulcak onun altınada fener koyulcak ışık verecek şekilde tabelaya tıklayınca da oyuncuya 1 adet elmas vercek ve sonra da fener ile tabela silincek onu nasıl yapabiliriz? (not: schematic olabilir mi???? ben tam yapamadımda çünkü) bir de düşme yerlerini ayarlayabilelim fakat rastgele düşsün
 


SolidSteed

Fake Nether Yerlisi
Mesajlar
268
En iyi cevaplar
6
Beğeniler
111
Puanları
560
Ruh hali
bunu skriptle yapabileceğini sanmıyorum dünya oluşturucularına ihtiyacın var böyle bi dünya oluşturucusu da hiç duymadım
 

Kaan_klm0

Sudan Çıkmış
Mesajlar
9
En iyi cevaplar
0
Beğeniler
0
Puanları
20
arkadaşlar şimdi orman dünyasında rastgele bir yere bir tabela koyulcak onun altınada fener koyulcak ışık verecek şekilde tabelaya tıklayınca da oyuncuya 1 adet elmas vercek ve sonra da fener ile tabela silincek onu nasıl yapabiliriz? (not: schematic olabilir mi???? ben tam yapamadımda çünkü) bir de düşme yerlerini ayarlayabilelim fakat rastgele düşsün
on load:
clear {chestitemsiyi::}
add 1 bow to {chestitemsiyi::}
add 1 diamond sword to {chestitemsiyi::}
add 1 diamond helmet of fire protection 1 to {chestitemsiyi::}
add 10 arrow to {chestitemsiyi::}
add 1 ender pearl to {chestitemsiyi::}
clear {chestitemskötü::}
add 1 bow to {chestitemskötü::}
add 1 wood sword to {chestitemskötü::}
add 1 leather helmet of fire protection 1 to {chestitemskötü::}
add 3 arrow to {chestitemskötü::}
add 1 iron ingot to {chestitemskötü::}
on rightclick with Firework Star:
name of player's tool is "&cAirDrop":
set {_loc} to location of player
set {_loc5} to location of player
set {_loc4} to location 2 meters up player
set {_loc3} to location 3 meters up player
set {_loc2} to location 4 meters up player
set {_loc1} to location 5 meters up player
send "&aDrop Gelicek"
remove Firework Star named "&cAirDrop" from player's inventory
wait 2 second
strike lightning at {_loc1}
push the player upwards
push the player upwards at speed 0.01
create a safe explosion of force 5 at {_loc}
set block at {_loc1} to chest
wait 0.3 seconds
set block at {_loc1} to air
set block at {_loc2} to chest
wait 0.3 seconds
set block at {_loc2} to air
set block at {_loc3} to chest
wait 0.3 seconds
set block at {_loc3} to air
set block at {_loc4} to chest
wait 0.3 seconds
set block at {_loc4} to air
set block at {_loc5} to chest
chance of 50%:
add {chestitemsiyi::} to inventory of block at {_loc5}
wait 5 second
set block at {_loc5} to air
chance of 50%:
add {chestitemskötü::} to inventory of block at {_loc5}
wait 5 second
set block at {_loc5} to air
Bak bu airdrop skrpiti icinden cikacak itemleri ayarlayip kulanirsin.
 

Üst