Reward Actions
Action types of rewards
actions:
- '[console] give %player% diamond 1' # console will execute the give command for 1 diamond
- '[console] give %player% iron_ingot %exampleRandom%' # console will execute the give command for random amount of iron ingots
- '[console] give %player% gold_ingot 3' # console will execute give command for 3 gold ingots
- '[console] say %player% claimed his %type% reward!' # console will execute say command with speciefied message
- '[actionbar] &aSuccessfully claimed!' # '&aSuccessfully claimed' message will be shown in player's action bar
- '[title] &aClaimed' # '&aClaimed' message will be print in a title for the player
- '[subtitle] &aReward %type%' # '&aReward %type%' message will be print in a subtitle for the player
- '[sound] BLOCK_CHEST_OPEN' # The sound of the chest opening will be played for the player
- '[bossbar] &aClaimed %type% reward' # Stated text will appear in boss bar for the claimer
- '[firework] colors:{FF0000;00FF00;0000FF},type:BALL_LARGE,power:2' # Launches firework with stated colors, type & power above the playerLast updated