PryPurity / WorldBorder

Bukkit plugin for maintaining borders for your worlds to limit their sizes, as well as generating missing chunks or trimming excess chunks.
https://www.spigotmc.org/resources/worldborder-1-15.80466/
BSD 2-Clause "Simplified" License
57 stars 15 forks source link

`wb <world> fill 10` not reading the `10` value #15

Closed ffpp2003 closed 4 years ago

ffpp2003 commented 4 years ago

Describe the bug: When inputing the command wb <world> fill 10 the world fill task will start (after confirmation) but with an unlimited chunk rate (or at least, in my case, with my current setup, 51 chunks per time), causing massive lag and/or eventual server crash cause of the unresponsivness of the server, triggering the watchdog and killing the server. Server Version: Paper-184 -- Minecraft 1.16.2 Plugin Version: 2.0.9 Plugins: WorldBorder nLogin TAB

ffpp2003 commented 4 years ago

I've discovered that the given value is multiplied by 5. If I input 10, then it will process up to 50 chunks per second. If I input 5, it will process up to 25 chunks per second. It's werid...

ffpp2003 commented 4 years ago

Umm, now i figured out that the mesages are given every 5 seconds, so its very ovius that the given value will be multiplied by 5, so there is no bug to be fixed...