- Added custom shop menu title support for Minecraft 1.13
- Improved update check performance impact (was barely noticeable, but all small improvements count)
- Add experimental workaround (needs to be enabled in config) to handle /reload automatically. Use at your own risk.
This will only work for reloads triggered by the reload command, not when triggered through a plugin.
To use the workaround, edit config.yml and add the new setting like in this snippet: (or delete it and start your server to generate a new one)
Code (Text):
...
plugin:
...
experimental:
# Don't require /ifs reload after reloading. This is a very hacky workaround, use at your own risk!
reloadHandling: true