Add-on Roundup
What are add-ons?
Add-ons are .jar
files used to extend the capabilities of the main plugin. We offer free add-on creation to provide support for plugins you want displayed in the multiplier menu.
Loading an add-on
For an add-on to be loaded, the .jar
file must be placed in the plugins\IMultipliers\addons
folder followed by the execution of the plugin's reload command or a server restart. You can verify if an add-on has been loaded by running the command /multiadmin addons
.
Creating an add-on
Creating an add-on is fairly simple. A more in-depth explanation will be provided in the Developer API chapter.
No Comments