TIMEOUTS + PROBABILITIES!
You can now add lists to probabilities and also timeout players for spending too much time inside the afk arena (great for bots)
Timeouts: timeout: times: 0 # put 0 to not use this feature commands: - "msg {player} you have been teleported back to spawn!" # - "tp {player} -2217 94 -490"
New probabilities: probability_commands: first_prob: commands: - "msg {player} first_prob" - "msg {player} 50%" chance: 50.0 second_prob: commands: - "msg {player} second_prob" - "msg {player} 35%" chance: 35.0 third_prob: commands: - "msg {player} third_prob" - "msg {player} 15%" chance: 15.0
New features:
- Ability to now use the loading screen in actionbar and bossbar!
- Text for a player when he enters/leaves a region
- Faster player checking, I've implemented a much better player finding algorithm based on chunks, 5x more efficient than the other one
- Reward Synchronization, true/false (by def false) players will now all be handled their timers by a global timer
- In random commands you can now put more commands to be executed at once
- Each command...
And a l