variables: {strollowany.%player%} = 0 command /troll [] []: trigger: if player has permission: "troll": if arg 1 is not set: send "&cPoprawne użycie komendy: /troll pomoc" if arg 1 is "pomoc": send "&7----------------------------" send "&c/troll start &7- zaczyna trollowanie" send "&c/troll stop &7 - kończy trollowanie" send "&c/troll nagroda (gracz) &7- daje nagrode graczowi" send "&7----------------------------" if arg 1 is "start": send "&7----------------------------" send "&e&lTrollowanie czas zacząć!" send "&7----------------------------" wait 1 seconds give 1 wooden axe to players if arg 1 is "stop": execute console command "time set 0" send "&7----------------------------" send "&c&lTrollowanie zakończone!" send "&cUdało ci się strollować &e{strollowany.%player%} graczy!" send "&7----------------------------" if arg 1 is "nagroda": add 1 to {strollowany.%player%} send "&7----------------------------" send "&eDales nagrode graczowi %arg 2%" send "&7----------------------------"