options: blok: hay_block prefix: &8[&6Serwer&8] command /platworma: trigger: add 1 of chest named "&cPlatforma" to player's inventory add 1 of stick named "&cMagiczny patyk &6( ͡° ͜ʖ ͡°)" to player's inventory on place of chest: if player's tool's name is "&cPlatforma": send "{@prefix} &cStan na skrzynce i wcisnij &6PPM &lPatykiem" on rightclick on chest: if player's tool's name is "&cMagiczny patyk &6( ͡° ͜ʖ ͡°)": execute player command "setblock ~ ~-1 ~ {@hay_block}" execute player command "setblock ~1 ~-1 ~ {@hay_block}" execute player command "setblock ~2 ~-1 ~ {@hay_block}" execute player command "setblock ~3 ~-1 ~ {@hay_block}" execute player command "setblock ~ ~-1 ~1 {@hay_block}" execute player command "setblock ~ ~-1 ~2 {@hay_block}" execute player command "setblock ~ ~-1 ~3 {@hay_block}" execute player command "setblock ~1 ~-1 ~1 {@hay_block}" execute player command "setblock ~2 ~-1 ~2 {@hay_block}" execute player command "setblock ~3 ~-1 ~3 {@hay_block}" execute player command "setblock ~1 ~-1 ~2 {@hay_block}" execute player command "setblock ~1 ~-1 ~3 {@hay_block}" execute player command "setblock ~2 ~-1 ~1 {@hay_block}" execute player command "setblock ~2 ~-1 ~3 {@hay_block}" execute player command "setblock ~3 ~-1 ~2 {@hay_block}" execute player command "setblock ~3 ~-1 ~1 {@hay_block}" send "{@prefix} &cUtworzono platforme!" stop