Releases: lightPlugins/lightCore
Releases · lightPlugins/lightCore
⚡ LightCore | 1.0.1
LightCore 1.0.1 adds new features and the support for Paper 1.21.5 + minor bugfixes.
Whats changed
⚡ Changes
- Splitted LightCore for Velocity into a seperate .jar file (attached below)
🐛 Fixes
- added PaperMC´s latest userdev for 1.21.5
- added a check, if world guard is enabled before registering LightCore flags
- updated Project to Gradle 8.14
- Fixed a problem, where Events was triggered asynchronus.
- This fix is for
java.lang.IllegalStateException: TitleSendEvent may only be triggered synchronously.error in LightCoins
- This fix is for
⚡ LightCore | 1.0.0
LightCore 1.0.0 adds new features and the support for 1.21.5 + minor bugfixes.
Whats changed
✨ Features
- added 1.21.5 support
- added own complex inventory api
- In the future, all Light Series plugins will make use of this API.
- added own complex level api
- added own droptable api
- added new Title Queue system
- All titles sent to the player will no longer be overwritten. Instead, each title is placed in a queue per player and processed one after the other.
- This feature will automatically be included in all future Light Series plugins.
- added WorldGuard in the hook manager
- added MMOItems in the hook manager
- added MythicMobs in the hook manager
- added NexoMC in the hook manager
🐛 Fixes
- improved error handling
- In Future Light Series plugins will print detailed readable error messages for end users
- reworked the velocity proxy messaging system
- added new
send title throw proxysystem - updated EconomyHandler
- added LightMath
- An api to convert string expressions like
chance: "(%player_level% - 100) * 0.54"into readable and translated formular
- An api to convert string expressions like
- improved LightTimers
- A lambda focused scheduler system
- relocate some classes to more logical packages
- improved sql shutdown function
- Now the end user is able to use
/reload confirmon their server without database exceptions - Please, even this is now working. NEVER reload your server !
- Now the end user is able to use
- added new way to show TextDisplay´s as Holograms
- improved the update notifier on new plugin versions
- updated paper userdev build to 1.21.5
0.5.2
- added own complex multipage inventory api for future use cases
- added AbstractCountTitle for titles
0.5.1
- added String expression stack system for calculate String expressions
0.4.7
- added no permission checks for TabCompleter
- now only players with the right permissions should get the target tab completions
0.4.6
- Added VersionChecker for all current and upcoming Light plugins.
- On server start, a notification appears in the console if an update is available for any plugin.
- The check runs every 2 hours.
- Fixed the Redis connection
- Fixed an issue where the host was hardcoded instead of being read from
core.yml. - Added password support for the Redis server connection.
- Added
useSSLoption incore.yml.
- Fixed an issue where the host was hardcoded instead of being read from
0.4.5
- fixed NoClassDefFoundError for bStats
0.4.4
- added bstats metrics for LightCore-Bukkit & LightCore-Velocity
0.4.3
Full Changelog: 0.4.2...0.4.3
0.4.2
Full Changelog: 0.4.1...0.4.2