Plugin Functions

Learn how to manipulate with base plugin

Looking for enabled extensions

Use this command to display all enabled and loaded extensions - /at pluginActions extensionList

You'll receive list, or this empty message!

Loading external extension

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

Plugin can't load anything else than .jar files with extension.yml!

Loading all external extensions in Extensions folder

Use this command to load and enable all downloaded extensions - /at pluginActions loadExtensions

You'll receive result and time in milliseconds!

Reloading enabled extension

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

You'll receive result and time in milliseconds!

Reloading all enabled extensions

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

Result example!

Unloading enabled extension

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

Result example!

Unloading all enabled extensions

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

Example result message!

Reloading full plugin

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

I've completely reloaded my resource!

Last updated