energy-sync / BeaconWaypoints

Minecraft Spigot plugin that turns beacons into fast travel points
MIT License
6 stars 3 forks source link

Support 1.20.0 #17

Open DmitryASmith opened 1 year ago

DmitryASmith commented 1 year ago

By slightly modifying java classes, it turns out to run on 1.20.0, but there is a problem with the fact that spygot does not allow the player to smoothly fly up to the teleportation point. In the logs:

[00:38:23 WARN]: Player moved too quickly! 0.0.5.29790927237724.0.0 [00:38:24 WARN]: Player moved too quickly! 0.0.5.29790927237724.0.0 [00:38:25 WARN]: Player moved too quickly! 0.0.5.2979092723772965.0.0 [00:38:25 WARN]: Player moved too quickly! 0.0.5.2979092723772965.0.0

You can increase the value of moved-too-quickly-multiplier and get rid of it, but I think this is a crutch. I don’t understand yet where the bug comes from either in spygot or in the plugin. Thanks again for the plugin)

energy-sync commented 1 year ago

I had this same issue when updating the plugin to 1.20 last night. It seemed to be a bug with Paper, but they have patched it here, and it no longer gives that error for me. Are you also using paper? If so try updating to the latest build and see if it's fixed.

DmitryASmith commented 1 year ago

I had this same issue when updating the plugin to 1.20 last night. It seemed to be a bug with Paper, but they have patched it here, and it no longer gives that error for me. Are you also using paper? If so try updating to the latest build and see if it's fixed.

Indeed (version 18) lowered the multiplier, restarted the server and the problem disappeared. Shake your hand)

Yesterday there was still a problem, but I didn’t seem to check it for 17, although I updated it.