Skip to content

Releases: Sayan-Development/StickyNote

1.8.9

25 Jan 09:10
Compare
Choose a tag to compare

Gradle

  • feat(loader): make library relocation optional (will not ignore dependency cache)

Loader

  • fix(loader/velocity): stickynote lib directory path on velocity
  • fix(loader): executor shutdown after 30 seconds even if the libraries are not fully loaded/downloaded
  • fix(proxy/velocity): fix some classpath for loader classes

Adventure

  • feat(bukkit): add options to AdventureUtils and removeStartingItalic option
  • feat(bukkit): add legacy component serializer utilities to AdventureUtils

Messaging

  • chore(core): change onSubscriber return type from CompletableDeferred to Deferred
  • feat(core): add RedisPublisher and RedisSubscriber
  • chore(loader): add jedis to stickynote loader

Configuration

  • feat(core): add our custom fork of configurate with comment support in yaml files
  • fix(core): enum serialization and deserialization
  • chore(core): remove load and reload methods from Config.kt as they are not required anymore
  • feat(core): add Config#update method instead of reload

NMS

  • better 1.8 and 1.21.4 support