Skip to content
Success

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

Started 2 yr 9 mo ago
Took 4.1 sec
Build Artifacts
denizen-v1_18-1.2.7-SNAPSHOT-remapped-obf.jar183.82 KiB view
denizen-v1_18-1.2.7-SNAPSHOT.jar184.95 KiB view
denizen-v1_18-1.2.7-SNAPSHOT.pom3.11 KiB view
Port `walkTo` doubling entity speed fix to 1.18

See https://github.com/DenizenScript/Denizen/commit/5c037c13c9d94e092f45fa4970b4259d8776a85c
(commit: a0d9d33)
31237389+tal5 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