Skip to content
Success

#1793 (Jun 4, 2023, 8:21:46 PM)

Started 2 yr 8 mo ago
Took 3 sec
Build Artifacts
denizen-paper-1.2.7-SNAPSHOT.jar116.97 KiB view
denizen-paper-1.2.7-SNAPSHOT.pom1.49 KiB view
display entity support (#2469)

* `billboard` -> `EntityPivot`

* `brightness_*` -> `EntityBrightness`

* `EntityPivot` - minor fixes

* `glow_color` -> `EntityGlowColor`

* `width`/`height` -> `EntityCullingWidth/Height`

* `interpolation_delay` > `EntityInterpolationDelay`

* `EntityInterpolationDuration`

* `shadow_radius` -> `EntityShadowRadius`

* `shadow_strength` -> `EntityShadowStrength`

* `transformation_scale` -> `EntityScale`

* `transformation_translation` > `EntityTranslation`

* Better `DisplayEntityData` transformation handling

* `view_range` -> `EntityViewRange`

* `item_transform` -> `EntityDisplay`

* `text_alignment` -> `EntityDisplay`

* `text_line_width` -> `EntityLineWidth`

* `text` -> `EntityText`

* `text_opacity` -> `EntityOpacity`

* `EntityDefaultBackground`

* `text_is_see_through` -> `EntitySeeThrough`

* `text_is_shadowed` -> `EntityTextShadowed`

* Cleanup `EntityDisplayEntityData`

* Fix `EntityGlowColor` typo

* `interpolation_delay` -> `interpolation_start`

* `interpolation_duration` meta fix

* Properly handle signed->unsigned in `EntityOpacity`

* Improve `EntityViewRange` meta

* `EntityCullingWidth/Height` > `EntityWidth/Height`

* Document what values can be interpolated

* Minor `PropertyRegistry` ordering fix

* Minor meta fix

* `DisplayEntityData` - comment out background color

* Meta fixes

* `PaperAPITools#getText` (Spigot): `null` -> `""`

* Minor meta fixes & code cleanup

* `synonyms` and typo fix

* Add interpolation language doc

* Reference interpolation lang in mechs

* Document `opacity` edge-case

* Copypasta fix

* `EntityLeft/RightRotation`

* `left/right_rotation` -> `primary/secondary`

* Revert "`left/right_rotation` -> `primary/secondary`"

This reverts commit bcaafa57fdaa76252903b56d4ac21ae1d9d1b7ce.

* Document `left/right_rotation`
(commit: 3bbe017)
noreply at
Add Spigot's TNT Priming Event (#2470)

* Add Spigot TNTPrimeEvent for 1.19+

* Update meta

* Update function name

* Backwards compatibility contexts + new one

* Update context switches

* Update meta
(commit: 558814b)
noreply at
Implements the PrePlayerAttackEntityEvent (#2473)

* PrePlayerAttackEntityEvent

Implements the PrePlayerAttackEntityEvent, which fires when the player tries to attack an entity.

* Updated both files

* REMOVES THE STRAY NEW LINE

* Update PrePlayerAttackEntityScriptEvent.java

Removed useless import, updated event line & updated matcher accordingly,  moved context for tags into triggers, and fixed formatting issue.

* Update PrePlayerAttackEntityScriptEvent.java

* Modified event line

* Modified player link meta
(commit: a0b06e6)
noreply at
minor tweaks to that PR
(commit: 768b65a)
git_commits at
`TeleportCommand`: new Paper teleport flags (#2475)

* `TeleportCommand`: impl new Paper teleport flags

* Account for older versions

* Imports

* Imports x2

* Add deprecation date

* Add meta note

* Imports x3

* Fix oversight removing `EntityTag#teleport` usage

* Re-add `relative`
(commit: ba6a77b)
noreply at
clean up meta from that pr
(commit: 6e0772b)
git_commits at
Poms: remove unneeded parent-tracking to make things easier for downstream consumers
(commit: 899af09)
git_commits at