#BuilderADDONS v1.0 #Stworzone przez DonekSkarpeta #Projekt bedzie rozwijany command /builderaddons []: aliases: ba permission: ba.use permission message: &cNie masz odpowiednich permisji! trigger: if arg-1 is not set: open chest with 1 row named "&2&lBuilderAddons" to player format slot 0 of player with dandelion named "&6&nMale kwiaty" to run [make player execute command "builderaddons 1"] format slot 1 of player with tall grass named "&6&nTrawa" to run [make player execute command "builderaddons 2"] if arg-1 is "1": open chest with 1 row named "&2&lBuilderAddons" to player wait 2 ticks format slot 0 of player with dandelion named "&6&nDandelion" to run [make player execute command "builderaddons give1"] format slot 1 of player with red tulip named "&6&nRed Tulip" to run [make player execute command "builderaddons give2"] format slot 2 of player with poppy named "&6&nPoppy" to run [make player execute command "builderaddons give3"] format slot 3 of player with blue orchid named "&6&nBlue Orchid" to run [make player execute command "builderaddons give4"] format slot 4 of player with allium named "&6&nAllium" to run [make player execute command "builderaddons give5"] if arg-1 is "2": open chest with 1 row named "&2&lBuilderAddons" to player wait 2 ticks format slot 0 of player with tall grass named "&6&nTrawa" to run [make player execute command "builderaddons give6"] format slot 1 of player with fern named "&6&nPaprotka" to run [make player execute command "builderaddons give7"] format slot 2 of player with dead bush named "&6&nDead bush" to run [make player execute command "builderaddons give8"] if arg-1 is "give1": give yellow hardened clay of unbreaking 10 named "&6&nDandelion" to player if arg-1 is "give2": give red hardened clay of unbreaking 10 named "&6&nRed Tulip" to player if arg-1 is "give3": give red hardened clay of unbreaking 10 named "&6&nPoppy" to player if arg-1 is "give4": give blue hardened clay of unbreaking 10 named "&6&nBlue Orchid" to player if arg-1 is "give5": give pink hardened clay of unbreaking 10 named "&6&nAllium" to player if arg-1 is "give6": give green hardened clay of unbreaking 10 named "&6&nPaprotka" to player if arg-1 is "give7": give green hardened clay of unbreaking 10 named "&6&nTrawa" to player if arg-1 is "give8": give brown hardened clay of unbreaking 10 named "&6&nDead bush" to player on place: if player's tool is yellow hardened clay of unbreaking 10 named "&6&nDandelion": set event-block to dandelion if player's tool is red hardened clay of unbreaking 10 named "&6&nRed Tulip": set event-block to red tulip if player's tool is red hardened clay of unbreaking 10 named "&6&nPoppy": set event-block to poppy if player's tool is blue hardened clay of unbreaking 10 named "&6&nBlue Orchid": set event-block to blue orchid if player's tool is pink hardened clay of unbreaking 10 named "&6&nAllium": set event-block to allium if player's tool is green hardened clay of unbreaking 10 named "&6&nPaprotka": set event-block to fern if player's tool is green hardened clay of unbreaking 10 named "&6&nTrawa": set event-block to tall grass if player's tool is brown hardened clay of unbreaking 10 named "&6&nDead bush": set event-block to dead bush