Releases: jakobkmar/KSpigot
Releases · jakobkmar/KSpigot
1.21.10
1.21.0
1.20.4
1.20.3
1.20.2
- updated to Minecraft 1.20.2 by @DarkVanityOfLight
- now using Kotlin 1.9.21 and up-to-date kotlinx dependencies
1.20.1
1.19.2
1.19.1
1.19.0
1.19 Support
- added
values(),allColors()andallDecorations()to KColors (Thanks to @mooziii) - more Entity extensions (Thanks to @mooziii)
- added
Location.toSimpleBlockString()(Thanks to @MiraculixxT)
Full Changelog: v1.18.2...v1.19.0
1.18.2
This release is focused on bringing compatibility for Minecraft 1.18.2 and further enforce the Paper first policy:
- nearly everything that used Bungee ChatColors is replaced with TextColor and TextDecoration
- where possible, Strings were replaced with Components
- the LiteralTextBuilder was adapted to Components
- Component extensions requested in #36
- fixed Chunk.allBlocks height (thanks to @Krxwallo)
- ArmorStand locking extensions (thanks to @mooziii)
Some mentions on Components and TranslatableComponents:
- When you add a Component that has newLines in it to a lore, only the content before the linebreak will be shown (Maybe there'll be a paper method in the future to split the Components to fix this)
- You'll have to render TranslatableComponents before using them in ItemStacks (displayname, lore)