Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jul 29, 2024
1 parent c2e6ae0 commit b9fa156
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added

- Support for Minecraft v1.21.3.
- `Actor::getId` function to get an actor's unique id, persisting between server runs.
- `Actor::isDead` function to check if an actor is marked for removal post-death.
- `ActorTeleport` event that triggers when an entity teleports (e.g., Enderman, Wolf).
- `Mob::isGliding` function to check if a living entity is gliding.
- `isinstance` function can now be used to check if a `CommandSender` is a `Player` or `ConsoleCommandSender`.
- `Player::sendTitle` and `Player::resetTitle` functions for sending and resetting an on-screen title.
- `ActorTeleport` event that triggers when an entity teleports (e.g., Enderman, Wolf).
- `Player::transfer` function to transfer a player to another server.
- For Python plugins, package metadata can now be used as a fallback for plugin metadata.
- `Actor::getId` function to get an actor's unique id, persisting between server runs.
- `Actor::isDead` function to check if an actor is marked for removal post-death.
- `Player::getXuid` to get the Xbox User ID (XUID) of the player.
- Python: package metadata can now be used as a fallback for plugin metadata.
- Python: `isinstance` function can now be used to check if a `CommandSender` is a `Player` or `ConsoleCommandSender`.
- **Experimental** Scoreboard API.
- **Experimental** Form API.

Expand Down

0 comments on commit b9fa156

Please sign in to comment.