- Fixed a bug where skQuery was still needed for a few lines of code
- Fixed a bug where spawn point of world expression was erroring
- Significantly improved chunk unloading performance (it had ability to add notable extra lag to even non-FastWorldReset worlds due to a mistake of mine)
- Removed some unnecessary code
1.13 - 1.16.2 support is coming soon. I am working on it, but before it I'll make a feature update next. 1.13+ support will drop chunk-based reset due to it not working anymore, but it'll be kept in the 1.12.2 version of the script. luckily in 1.13+ world based reset becomes faster, so this won't be as bad. 1.12.2 and 1.13 will be two separate .sk files downloaded in a .zip
also I found that some servers do not come with apache commons io library by default, on which FastWorldReset depends, usually some plugin uses it and adds it by itself, but if you do not have many plugins, you may run into errors related to FileUtils
in that case, just download it from
https://commons.apache.org/proper/commons-io/download_io.cgi and put the jar file in plugins/skript-reflect folder
(this is not needed for most servers, I didn't notice this dependency myself until I tested it on a pretty clean 3 plugins server)