reyemxela / warpsigns

https://modrinth.com/mod/warpsigns
MIT License
1 stars 1 forks source link

Console spam #3

Open iloominaty opened 1 year ago

iloominaty commented 1 year ago

Would it be possible to make the mod not spam the console with "X Moved too quickly! [XYZ]" every time someone uses a warp sign?

reyemxela commented 1 year ago

Hmm. So that message isn't specifically from warpsigns itself, that's a normal vanilla minecraft check. Whenever the server can't keep up with a player moving that fast, it complains with that error.

It looks like I could potentially override that anti-cheat check from within the mod, but it would remove it overall, not just for the warpsigns mod itself.

iloominaty commented 1 year ago

Is there not a native way to do teleportation without triggering the movement check?

reyemxela commented 1 year ago

I already am doing native teleportation, as far as I know. I honestly had never gotten the "moved too quickly" message myself, at least that I had seen.