Now you can change the probability of outcomes, from 0 to the number you want (100 doesn't mean 100%). This probability can be set in the file outcomes_probability.yml. The "content" section in this file is only to know the event which you change the probability (you can change that section if you want).
A new wand has been added: the Potion Wand. It can throw potions depending on probabilities that can be set in the config.yml file. Each effect probability must be like this: - <effect-name>;<effect-time>;<amplifier>;<probability> being:
<effect-name>: the name of the effect
<effect-time>: the time (in seconds) of the effect
<amplifier>: the amplifier of the effect
<probability>: the probability of the effect (This probability doesn't depend on outcomes probability)
Its important that you add the ";" between one section an the next (there are 3 ";" in total) to allow the plugin load the effects correctly.