You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,27 @@ Each release is associated with a specific API version, and any changes to API w
8
8
9
9
Unless otherwise specified, any version comparison below is the comparison of the server version, not the API version.
10
10
11
-
# 0.13.1 (API 0.29.0) - Unreleased
11
+
# 0.14.0 (API 0.29.0) - Unreleased
12
12
13
13
<small>[Compare with 0.13.0](https://github.com/AllayMC/Allay/compare/0.13.0...HEAD)</small>
14
14
15
15
### Added
16
16
17
17
- (API) Added player abilities API, including `PlayerAbility`, ability getters/setters on `Player`, ability state helpers such as `canFly()`, `canPlaceBlocks()`, `isNoClip()`, `isImmutableWorld()`, and `isAlwaysFlying()`, plus `PlayerAbilitiesUpdateEvent` and cancellable `PlayerAbilitiesUpdateRequestEvent`.
18
18
- (API) Added player ability persistence to `PlayerData`.
19
+
- (API) Added player phantom mode through `EntityPlayerBaseComponent.setPhantom()` and `isPhantom()`, allowing players to be hidden from viewers and excluded from world interaction while still interacting with the world themselves.
20
+
- (API) Added `PlayerSwingArmEvent`, `PlayerControlModeUpdateEvent`, and the `EventHandler.ignoreCancelled` option for finer control over player input and event handling.
21
+
- (API) Extended `LoginData` with the joined server address and current/default input modes, and added `InputMode.from(int)` for client input-mode lookup.
22
+
- (API) Added `GoatHornInstrument` and goat horn instrument accessors, alongside full goat horn use behavior.
23
+
- Implemented bubble columns from soul sand and magma blocks, including entity movement and water-state handling.
24
+
- Added support for MCBE 1.26.30 (protocol v1001), including the new cinnabar and sulfur blocks/items and sulfur cube entity.
19
25
- Added dashboard console command completion backed by the command tree, including command names, aliases, enum values, and online player targets.
20
26
- Added clickable `http://` and `https://` links in dashboard console logs.
21
27
22
28
### Changed
23
29
24
30
- (API) `GameMode` now exposes its default `PlayerAbility` set, and player flight checks now use player abilities instead of the removed legacy fly permissions.
31
+
- (API) `FurnaceRecipe` ingredients now use `ItemDescriptor` and support item tags and recipe priorities across furnace-like recipes.
25
32
- Changed RakNet send-cookie handling to use a fixed cookie internally.
26
33
- Dashboard console commands may now be entered with a leading `/`, matching terminal console behavior.
0 commit comments