1.1.11: Adjusted dependency handling
- Update README.md
- Remove
api-version
fromplugin.yml
- Adjust
AnnoyingFile#load()
- Now checks
#canBeEmpty()
- Now checks
- Added
required
option toAnnoyingDependency
- Adjusted how dependencies are handled
- Remove commands from map on unload
- Use a more graceful command unregister
- Adjusted Javadocs
- Added new Javadocs and modified existing ones
- Renamed
AnnoyingPlugin#reload()
toAnnoyingPlugin#reloadPlugin()
- 1.1.11: Adjusted messages and dependencies
- Moved
AnnoyingUtility#getString(AnnoyingPlugin, String)
toAnnoyingPlugin
(nowAnnoyingUtility#getMessagesString(String)
) - Renamed
AnnoyingPlugin#unloadPlugin()
toAnnoyingPlugin#disablePlugin()
- If required dependencies are missing it'll tell the user ALL of the missing required dependencies
- Added
/test disable
command toTestPlugin
that will disable/unregister the/test
command - Modified
TestPlugin
msgs.yml
- Moved
Full Changelog: 1.1.10...1.1.11