Plugin Functions
Learn how to manipulate with base plugin
Every command in this module begins with /at pluginActions
All system messages are handled! If you're using version below 1.16, plugin will automatically send you prepared legacy message with the same text!
Looking for enabled extensions
Use this command to display all enabled and loaded extensions - /at pluginActions extensionList

Loading external extension
Use this command to load and enable downloaded extension - /at pluginActions loadExtension <Extension file name>

Loading all external extensions in Extensions folder
Use this command to load and enable all downloaded extensions - /at pluginActions loadExtensions

Reloading enabled extension
Use this command to reload enabled extension - /at pluginActions reloadExtension <Extension name>

Reloading all enabled extensions
Use this command to reload all enabled extensions - /at pluginActions reloadExtensions

Unloading enabled extension
Use this command to unload enabled extension - /at pluginActions reloadExtension <Extension name>

Unloading all enabled extensions
Use this command to unload all enabled extensions - /at pluginActions unloadExtensions

Reloading full plugin
Use this command to reload all extensions, animations and main plugin - /at pluginActions reload

Before asking question, try to use CTRL+F5. This wiki is constantly updated!
Last updated