Releases: Nowaha/NLib
Releases · Nowaha/NLib
v1.1.0 - Fix index out of bounds & Nexus deployment
- Deployment is now done to Nexus
- Fixed a potential index out of bounds error
- Bumped to Spigot 1.20.4
Full Changelog: v1.0.8...v1.1.0
1.0.7 - ConfigurableClass & Formatting fix
Formatting in the lore now allows you to define things that will appear for every line, instead of them being lost like before.
i.e. replacing "&7%replaceMe%"
with "hello", "world"
now becomes:
- &7hello
- &7world
1.0.6 - ConfigurableClass prefix fix
The prefix kept adding infinite dots. I also made it so that if the prefix is empty it will allow you to just use the root of the file.
v1.0.5 - TimeUtils
I added a utility that can easily convert a time difference between two dates into a human readable string.
Examples of outputs:
- 0s
- 1m, 0s
- 1m, 59s
- 1h, 0m, 0s
- 1h, 59m, 59s
- 1d, 0h, 0m, 0s
- 1d, 23h, 59m, 59s
Full Changelog: v1.0.4...v1.0.5