Skip to content

Releases: lightPlugins/lightCore

⚡ LightCore | 1.0.1

25 May 17:11

Choose a tag to compare

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

⚡ LightCore | 1.0.0

30 Apr 15:17

Choose a tag to compare

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 proxy system
  • updated EconomyHandler
  • added LightMath
    • An api to convert string expressions like chance: "(%player_level% - 100) * 0.54" into readable and translated formular
  • 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 confirm on their server without database exceptions
    • Please, even this is now working. NEVER reload your server !
  • 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

21 Mar 08:14

Choose a tag to compare

  • added own complex multipage inventory api for future use cases
  • added AbstractCountTitle for titles

0.5.1

14 Mar 00:10

Choose a tag to compare

  • added String expression stack system for calculate String expressions

0.4.7

02 Mar 09:50

Choose a tag to compare

  • added no permission checks for TabCompleter
    • now only players with the right permissions should get the target tab completions

0.4.6

02 Mar 08:45

Choose a tag to compare

  • 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 useSSL option in core.yml.

0.4.5

22 Feb 09:06

Choose a tag to compare

  • fixed NoClassDefFoundError for bStats

0.4.4

26 Jan 00:02

Choose a tag to compare

  • added bstats metrics for LightCore-Bukkit & LightCore-Velocity

0.4.3

25 Jan 18:22

Choose a tag to compare

Full Changelog: 0.4.2...0.4.3

0.4.2

23 Jan 18:09

Choose a tag to compare

0.4.2 Pre-release
Pre-release

Full Changelog: 0.4.1...0.4.2