Skip to content
Success

#1792 (May 9, 2023, 3:52:07 AM)

Started 2 yr 9 mo ago
Took 5.7 sec
Build Artifacts
denizen-v1_19-1.2.7-SNAPSHOT-remapped-obf.jar190.95 KiB view
denizen-v1_19-1.2.7-SNAPSHOT.jar192.74 KiB view
denizen-v1_19-1.2.7-SNAPSHOT.pom3.11 KiB view
Handle bundle packet cancellations for 1.19 (#2456)

(commit: 92b5aa5)
noreply at
update for spigot 1.19.4 changes
(commit: 1f3fe06)
git_commits at
Improve attached entities with relative offsets, track attached entity head rotation (#2467)

(commit: fc19095)
noreply at
`Glow` command rewrite (#2466)

* WIP rewrite, add helper for `glow` and `invisible`

* `perPlayerMap` -> `packetOverrides`

* Prefix isn't required for enum args (`state:`)

* Update meta

* Remove `state:` tab-complete

* `applyByteFlag` -> `applyEntityDataFlag`, imports

* Slight cleanup/opti

* Optimize `setForPlayers` modification checking

* Minor code cleanup

* Use `Predicate` instead of `Function<X, Boolean>`

* Fix `isGlowing` (only need the bukkit method)

* Move `EntityMetadataCommandHelper` to `utilities`

* Move `GlowCommand` to `entity` package + group

* Lowercase `state` argument default value

* Fix `invisible` command syntax meta
(commit: 8976f3f)
noreply at