v0.4.1
This release focuses on supporting game version v1.20.80, which adds several new features.
Additionally, we add a few useful functions to Player
and Server
.
Game version: v1.20.80
Added
- Commands executed by players are now logged to the console.
- Message of
/say
command will be logged to the console. PlayerCommandEvent
is called when a player attempts to execute a command.Server::broadcastMessage
for broadcasting messages to all players.BroadcastMessageEvent
is called when a message is broadcast by the server.
Changed
- Support for Minecraft v1.20.80 - Armored Paws (Bedrock)
Fixed
- Player permissions are recalculated when the op status is changed.
- Incorrect UUID for Players corrected.