EfeByc21
skript falan
- Katılım
- 10 Ağustos 2017
- Mesajlar
- 460
- Elmaslar
- 159
- Puan
- 9.270
- Yaş
- 25
- Konum
- İzmir
- Minecraft
- EfeByc
- https://www.facebook.com/efeboyaci21
Discord:
Efe#0754
Hazır Çiftlik
Öncelikle çok basit bir skript olduğunu biliyorum ancak bana sunuculara eklenebilir ve hoş geldi.
Geliştirilebilir hatta çok iyi şeyler yapılabilir, gerisi size kalmış.
Bloğu koyduğunuzda direkt bu şekilde çiftlik oluşur:
Tuske gereklidir.
Öncelikle çok basit bir skript olduğunu biliyorum ancak bana sunuculara eklenebilir ve hoş geldi.
Geliştirilebilir hatta çok iyi şeyler yapılabilir, gerisi size kalmış.
Bloğu koyduğunuzda direkt bu şekilde çiftlik oluşur:
Kod:
on load:
add diamond,diamond,diamond,diamond,dirt,diamond,diamond,diamond and diamond to {_esyastacks::*}
set {_esya} to farmland named "&e&lHazır Çiftlik"
create new custom shapeless recipe with return {_esya} using ingredients {_esyastacks::*}
on place:
event-block is farmland:
player's tool is farmland named "&e&lHazır Çiftlik":
remove 1 farmland named "&e&lHazır Çiftlik" from player's inventory
set event-block to water
set block at location 1 meters east event-block to farmland
set block at location 1 meters west event-block to farmland
set block at location 1 meters north event-block to farmland
set block at location 1 meters south event-block to farmland
set block at location 1 meters northwest event-block to farmland
set block at location 1 meters northeast event-block to farmland
set block at location 1 meters southwest event-block to farmland
set block at location 1 meters southeast event-block to farmland
Tuske gereklidir.