officialmoonbyte / AnarchyUtils

Fix exploits and makes it easier to run a Minecraft Anarchy Server.
GNU General Public License v3.0
0 stars 1 forks source link

Speedlimit does not work in other dimensions #8

Open alex-ritter opened 3 weeks ago

alex-ritter commented 3 weeks ago

A while ago, we have implemented this plugin into Anarchy Utils in order to reduce our external dependency on other plugins. This reduces the attack surface of 4b8t and prevents a backdoor from occuring.

https://www.spigotmc.org/resources/speedlimit.72343/

For some reason, our implementation of the speed limit plugin does not work or has been reported to not work for a while now. If I remember correctly, it only works in the overworld it does not work in the nether or end.

Honestly, we shouldn't even have a check in the first place to disable what dimensions, we should just have the speed limit enabled if it's enabled in the configuration and configure the speed of the speed limit. Everything else should be the same.