wersję serwera : 1.15.2
silnik serwera : PaperSpigot
wersję Skripta : chyba 2.4
listę dodatków do Skripta wraz z wersjami : nic nie mam
błędy przy przeładowaniu skryptu : Can't understand this condition/ effect : register new shaped recipe for diamond ore named "&9BoyFarmer" using obsidian, obsidian, obsidian, obsidian, golden apple, obsidian, obsidian, obsidian, obsidian
kod :
on script load:
register new shaped recipe for diamond ore named "&9BoyFarmer" using obsidian, obsidian, obsidian, obsidian, golden apple, obsidian, obsidian, obsidian, obsidian
register new shaped recipe for gold ore named "&6SandFarmer" using sand, sand, sand, sand, golden apple, sand, sand, sand, sand
register new shaped recipe for iron ore named "&eFosaFarmer" using stone, stone, stone, stone, golden apple, stone, stone, stone, stone
on place:
if event-block is diamond ore:
if name of player's tool is "&9BoyFarmer":
loop blocks under event-block:
if loop-block is bedrock:
stop
set loop-block to obsidian
if event-block is gold ore:
if name of player's tool is "&6SandFarmer":
loop blocks under event-block:
if loop-block is bedrock:
stop
set loop-block to sand
if event-block is iron ore:
if name of player's tool is "&eFosaFarmer":
loop blocks under event-block:
if loop-block is bedrock:
stop
set loop-block to air