1
0
Commit Graph

11 Commits

Author SHA1 Message Date
e5a9c1b04d
Ignore Mojang's names & skins
Being able to control people's names and skins is loads of fun!
2023-05-31 20:45:46 -07:00
ca09970fda
Bump to 1.19.4 2023-05-30 17:22:34 -07:00
de8df562de
Bump to 1.19 2022-06-11 21:00:41 -07:00
d7c1f5297a
Bring back /fly command
The persistentFlight option just kicks in flight whenever a player joins
the server mid-air. Servers with this will have the /fly command enabled
anyway, so it doesn't hurt.
2022-01-29 19:06:54 -08:00
8c51919e4e
Partial upgrade to 1.18.1 2022-01-29 17:18:37 -08:00
cbea81f9ce
Add persistent flight
When a player disconnects while flying in survival mode, they will
plummet to their deaths while reconnecting. These changes prevent that.
If a player is currently flying, their flight will not be disabled
unless the setGameMode method is called in the ServerPlayerEntity, which
is how the GameMode is usually set. Since the GameMode is initially set
using the interaction manager instead, players should be safe. :-)
2020-10-28 00:24:51 +00:00
89798e76f1
1.16.3 2020-10-21 19:55:03 +00:00
e452490317
Rename "server" package to "util" 2020-08-17 01:22:31 +00:00
3cbc868b51
Use the World registry instead of dimension IDs
In 1.16, they got rid of dimension IDs and started using a registry. I
personally love this decision, but I need to update the mod for it.
2020-06-24 20:09:28 +00:00
6c8b3433fe
Update dependencies 2020-06-15 23:05:49 +00:00
7b66818b79
Spawn players at the configured location 2020-06-15 23:05:39 +00:00