
PluginManager+ 2.9.6
Effortlessly manage your plugins with PluginManager's intuitive interface.
2.6.1
Aug 19, 2023
v2.6.1 - Update
- Fix XMaterial not working because of outdated use of Google's guava
2.6.0
Aug 19, 2023
v2.6.0 - Update
- A lot of bug fixes removed
- Bunch of updates regarding the plugin optimization
- Plugins are now grouped in groups (plugins with the same name), you can now control multiple versions of the same plugin at once using our version controller service
2.5.6
Aug 17, 2023
v2.5.6 - Update
- Update placeholder text, to not return empty but rather that the certain placeholders are unknown
2.5.5
Aug 14, 2023
2.5.4
Aug 13, 2023
v2.5.4 - Update
- Better strategy for loading messages from messages.yml, which can be reloaded
2.5.3
Aug 12, 2023
v2.5.3 - Update
- Improve command wrappers, with this update, we can easily register and unregister commands
- Improve logic of plugin loaders
- Plugin now contains a version tag, after the name
2.5.2
Aug 12, 2023
v2.5.2 - Update
- Remove Actions from the manager (meaning there won't be any cooldowns between different actions)
- Consoles can now also execute each command, except the ones where the inventory is needed to open
2.5.1
Aug 11, 2023
v2.5.1 - Update
- Fixed command syncing to only be used for 1.13+ versions, otherwise they automatically update
2.4.9
Aug 11, 2023
v2.4.9 - Update
- Fix issue where commands were trying to be loaded before the plugin was actually enabled
2.4.8
Aug 10, 2023
v2.4.8 - Update
- Removed Console and Private logs as they are not needed
- Removed JodaTime dependency (which drastically decreased the plugin size -700kb)
- Implemented custom Time models for calculating boot time of plugins
- Added Plugin Explorer (coming soon)
2.4.7
Aug 9, 2023
v2.4.7 - Update
- Implemented FileWatcher for watching new plugins rather than using Bukkit Schedulers
2.4.5
Aug 4, 2023
v2.4.5 - Update
- Fix calling Player#updateCommands for 1.8 which causes NoSuchMethodError
- Fix unused Actions
2.4.4
Jul 26, 2023
v2.4.4 - Update
- Removed unused events: PluginEnableEvent, PluginDisableEvent, PluginReloadEvent
- Multiple fixes
2.4.2
Jun 18, 2023
v2.4.2 - Update
Fixed bug for 1.8 and 1.20 when loading due to SafeYAML updated to 2.0 version
2.4.0
Jun 5, 2023
v2.4.0 - Update
- Fixed some internal data
- Switched to use Gui library instead of IntelligentInventories