command /gsand []: trigger: give sponge named "&5SandFarmer" to player command /gboy []: trigger: give sand named "&4BoyFarmer" to player on place of sand: if player's tool's name is "&4BoyFarmer": set block to obsidian set {_a} to location of block loop 300 times: set {_a} to location of block under {_a} if block at {_a} is air: set block at {_a} to obsidian wait 0.1 second else: stop on place of sponge: if player's tool's name is "&5SandFarmer": set block to sand set {_a} to location of block loop 300 times: set {_a} to location of block under {_a} if block at {_a} is air: set block at {_a} to sand wait 0 second else: stop command /farmery []: trigger: send "&4------------------(*)------------------" send "&2Aby przywołać &5SandFarmer &2wpisz /gsand" send "&2Aby przywołać &4BoyFarmer &2wpisz /gboy" send "&4------------------(*)------------------"