Added - Added the possibiltity to execute a command when a player drops below their reward level.
Example:
Code (YAML):
Rewards: # When the player's point balance is equal to or greater than the specified amount of points, player's balance will be reset and the player will be able to get all rewards again. ResetAt: 2000
# When enabled, commands starting with an exclamation mark(= !) will be executed when # a player drops below the reward level. ExecuteOnLevelDrop: false
# Commands to execute when reaching a specific amount of points. Don't include the /. # Format: # {points}: # - eco give %player% 200 # - !eco take %player% 200 # Message: "{message here}" Rewards:
200:
Commands: # Executes when reaching reward level -
"eco give %player% 50" # Executes when dropping below reward level -
"!eco take %player% 50" Message: "You are just getting started %player%..."