The physics speed modification doesn't use player_monoids, making it incompatible with other mods changing the speed. For some reason it runs every globalstep (if it's done to make sure that the speed doesn't get overwritten, player monoids covers that too). Also, the fly state detection is very simple (if you fall it thinks you're flying).
The mod description is fancier than the code, and the mod does only thing so one would expect it to do it well. If you only need to change your speed in a very simple server this could work, but so would a Chatgpt query nowadays basically, so thumbs down.
The physics speed modification doesn't use
player_monoids, making it incompatible with other mods changing the speed. For some reason it runs every globalstep (if it's done to make sure that the speed doesn't get overwritten, player monoids covers that too). Also, the fly state detection is very simple (if you fall it thinks you're flying).The mod description is fancier than the code, and the mod does only thing so one would expect it to do it well. If you only need to change your speed in a very simple server this could work, but so would a Chatgpt query nowadays basically, so thumbs down.