Chance System
In chance system, you can give each command a certain chance. If total chance is less than 100, we are filling it with empty. For example:
Command #
Chance
1
20%
2
15%
3
25%
Total chances are 60%. AetherPotions will fill remaining 40% with empty command. When drawing some command form the probability list, there is a chance that nothing gets executed, because it hits the 40% empty instead of actual commands.
With this feature you can do random commands when consuming the potion. Do you want to give player a diamond with 5% chance? You can do that!
Last updated