Skip to content

v0.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 16:25
· 1532 commits to main since this release
9059e72

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

Minecraft - Version

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.