AmazingTitles Core 2.0
  • ๐Ÿ’กWelcome
  • ๐Ÿ“œPlugin Details
  • ๐ŸงFunctions
    • Plugin Functions
    • Sending Animations
    • Sending Notifications
    • Sending Interactive Messages
    • HEX & Gradient colors
  • ๐ŸงจAnimations
    • NONE
    • PULSING
    • RAINBOW
    • SPLIT
    • WAVES
    • WORDS_SPLIT
    • BOUNCE
    • FADE_IN
    • FADE_IN_WRITER
    • FLASHING
    • FLASHING_SYMBOL_WRAP
    • FROM_BOTH_SIDES
    • FROM_RIGHT
    • FROM_LEFT
  • ๐Ÿ”Integrations
    • CMI Integration
  • ๐ŸŽƒExtensions
    • In Development ...
  • Plugin's API
    • Creating AmazingExtension
    • Creating Custom Animations
    • Creating Custom SubCommand
    • Other API stuff
Powered by GitBook
On this page
  • Looking for enabled extensions
  • Loading external extension
  • Loading all external extensions in Extensions folder
  • Reloading enabled extension
  • Reloading all enabled extensions
  • Unloading enabled extension
  • Unloading all enabled extensions
  • Reloading full plugin
  1. Functions

Plugin Functions

Learn how to manipulate with base plugin

PreviousPlugin DetailsNextSending Animations

Last updated 1 year ago

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!

๐Ÿง
You'll receive list, or this empty message!
Plugin can't load anything else than .jar files with extension.yml!
You'll receive result and time in milliseconds!
You'll receive result and time in milliseconds!
Result example!
Result example!
Example result message!
I've completely reloaded my resource!