Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
Creators
Details
Changelog
This is a small update making some improvements to the code, while also fixing a few minor things.
Improvements
- Created a
BukkitCore<F>class to extend theJavaPluginclass and implement thePluginCore<F>interface respectively. This allowed me to simply provide the class instance for cases where either a JavaPlugin or a PluginCore instance was needed. - Made
AdvancedServerListhave a Type parameter (So it becameAdvancedServerList<F>This was made to get rid ofPluginCore<?>usage, which I wasn't a big fan of. - Unregister PlaceholderAPI expansion when plugin is disabling itself. This should allow support for using
/reload(Although I do not recommend using that).
Fixes
- PlaceholderAPI expansion not being set as Persistent. It should now no longer be unregistered when using
/papi reload - JoinEvent class not being registered as a Event listener
Files
Metadata
Release channel
ReleaseVersion number
3.0.1Loaders
Game versions
1.19–1.19.4Downloads
54Publication date
April 26, 2023 at 9:28 PMPublisher
Andre601
Owner

