-Addedminimum_time_for_rewards option, to give rewards only depending on the duration of the game.
-Added%random% variable to
winners_command_rewards. You can use a formula to include the final points of the player.
#You can use the %random% variable to generate a random number, using the final points of the player, just follow this format:
%random_min-max%
min and max values could be a formula. You can use the 'points' variable in this formula.
winners_command_rewards:
- "msg %player% &aHere, take a reward!"
- "eco give %player% %random_5*points-10*points%"