Hello, I wondered if you would consider adding a new variable for command rewards: $rand().

Example use case: I have a reward command to go to a monument warp, but this is a static position and can be camped by players that know people may warp here.

I'd like to be able to set a few warps around the monument and the player will warp to a random one. 

E.g. I would configure 5 warps called monument_1, monument_2 etc and the reward command would be warp.playerto $player.id monument_$rand(5) and rand would return a value of 1,2,3,4 or 5 each time, allowing for dynamic warps easily.

Thank you for considering!