Skip to content

Bump org.allaymc.allay:api from 0.28.0 to 0.29.0#91

Merged
OakLoaf merged 1 commit into
mainfrom
dependabot/gradle/org.allaymc.allay-api-0.29.0
Jul 22, 2026
Merged

Bump org.allaymc.allay:api from 0.28.0 to 0.29.0#91
OakLoaf merged 1 commit into
mainfrom
dependabot/gradle/org.allaymc.allay-api-0.29.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps org.allaymc.allay:api from 0.28.0 to 0.29.0.

Release notes

Sourced from org.allaymc.allay:api's releases.

0.14.0 (API 0.29.0)

Compare with 0.13.0

For Minecraft: Bedrock Edition 1.21.90(NetEase) - 1.26.30

Added

  • (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.
  • (API) Added player ability persistence to PlayerData.
  • (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.
  • (API) Added PlayerSwingArmEvent, PlayerControlModeUpdateEvent, and the EventHandler.ignoreCancelled option for finer control over player input and event handling.
  • (API) Extended LoginData with the joined server address and current/default input modes, and added InputMode.from(int) for client input-mode lookup.
  • (API) Added GoatHornInstrument and goat horn instrument accessors, alongside full goat horn use behavior.
  • Implemented bubble columns from soul sand and magma blocks, including entity movement and water-state handling.
  • Added support for MCBE 1.26.30 (protocol v1001), including the new cinnabar and sulfur blocks/items and sulfur cube entity.
  • Added dashboard console command completion backed by the command tree, including command names, aliases, enum values, and online player targets.
  • Added clickable http:// and https:// links in dashboard console logs.

Changed

  • (API) GameMode now exposes its default PlayerAbility set, and player flight checks now use player abilities instead of the removed legacy fly permissions.
  • (API) FurnaceRecipe ingredients now use ItemDescriptor and support item tags and recipe priorities across furnace-like recipes.
  • Changed RakNet send-cookie handling to use a fixed cookie internally.
  • Dashboard console commands may now be entered with a leading /, matching terminal console behavior.

Fixed

  • Fixed item-in-hand inventory desync after hand/container updates (#879).
  • Fixed inventory synchronization after cancelled item drop actions.
  • Fixed swing sound effect playback position so it is relative to the player.

0.13.0 (API 0.28.0)

Compare with 0.12.0

For Minecraft: Bedrock Edition 1.21.90(NetEase) - 1.26.20

Added

  • (API) Added DDUI support for Bedrock 1.26.10+ (protocol v944+), including DDUI, DDUIViewer, DDUIScreenSession, CustomFormScreen, MessageBoxScreen, Observable, Property, and the custom-form element set (Label, Header, Spacer, Divider, TextField, Toggle, Slider, Dropdown, Button, CloseButton).
  • (API) Added custom dimension support via DimensionType, DimensionTypes, and Registries.DIMENSIONS, allowing plugins to register custom dimension types with persistent numeric ids.
  • (API) Added ItemTags.FIREPROOF for items that should remain fireproof when dropped as item entities.
  • Added dimension-ids.yml in the server working directory to persist custom dimension identifier-to-id mappings for custom dimensions.
  • Added support for changing the height of vanilla dimensions.
  • Implemented bone meal interaction on grass blocks, allowing grass, flowers, and tall grass to generate from grass blocks.
  • Added support for NetEase 1.21.90.
  • Added support for MCBE 1.26.20.
  • Updated feature version to 1.26.10

Changed

... (truncated)

Changelog

Sourced from org.allaymc.allay:api's changelog.

0.14.0 (API 0.29.0) - Unreleased

Compare with 0.13.0

Added

  • (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.
  • (API) Added player ability persistence to PlayerData.
  • (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.
  • (API) Added PlayerSwingArmEvent, PlayerControlModeUpdateEvent, and the EventHandler.ignoreCancelled option for finer control over player input and event handling.
  • (API) Extended LoginData with the joined server address and current/default input modes, and added InputMode.from(int) for client input-mode lookup.
  • (API) Added GoatHornInstrument and goat horn instrument accessors, alongside full goat horn use behavior.
  • Implemented bubble columns from soul sand and magma blocks, including entity movement and water-state handling.
  • Added support for MCBE 1.26.30 (protocol v1001), including the new cinnabar and sulfur blocks/items and sulfur cube entity.
  • Added dashboard console command completion backed by the command tree, including command names, aliases, enum values, and online player targets.
  • Added clickable http:// and https:// links in dashboard console logs.

Changed

  • (API) GameMode now exposes its default PlayerAbility set, and player flight checks now use player abilities instead of the removed legacy fly permissions.
  • (API) FurnaceRecipe ingredients now use ItemDescriptor and support item tags and recipe priorities across furnace-like recipes.
  • Changed RakNet send-cookie handling to use a fixed cookie internally.
  • Dashboard console commands may now be entered with a leading /, matching terminal console behavior.

Fixed

  • Fixed item-in-hand inventory desync after hand/container updates (#879).
  • Fixed inventory synchronization after cancelled item drop actions.
  • Fixed swing sound effect playback position so it is relative to the player.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.allaymc.allay:api](https://github.com/AllayMC/Allay) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/AllayMC/Allay/releases)
- [Changelog](https://github.com/AllayMC/Allay/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AllayMC/Allay/commits)

---
updated-dependencies:
- dependency-name: org.allaymc.allay:api
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 22, 2026
@OakLoaf
OakLoaf merged commit be5762a into main Jul 22, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/org.allaymc.allay-api-0.29.0 branch July 22, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant