Summery
This update brings a new built-in argument implementation to the developer API and a minor change to the randomability keyword. The new argument implementation is a
var-arg. To server owners not using the developer API, this simply allows developers and myself to add functions to the plugin that have an unlimited amount of arguments that
you can control. This change has been reflected in the new change to the randomability keyword. Now, when using the aforementioned keyword,
you should not use semi-colons to separate each ability, instead, you should use commas just as you would for any other arguments, this change has been reflected in the documentation. The old method of using semi-colons is currently still supported to not break any of your abilities however
this functionality is hereby deprecated and will be removed in the next few updates so I highly suggest going into your ability configuration files and changing them immediately so when this functionality is removed, your abilities do not break.