Skip to content
Success

#1789 (Apr 3, 2023, 9:30:48 AM)

Started 2 yr 10 mo ago
Took 5.7 sec
Build Artifacts
denizen-paper-1.2.7-SNAPSHOT.jar114.86 KiB view
denizen-paper-1.2.7-SNAPSHOT.pom1.21 KiB view
MC 1.19.4, Denizen 1.2.7 - Part 1, version numbers
(commit: 22091bd)
git_commits at
1.19.4 part 2: v1_19_R3
(commit: 74ba4c2)
git_commits at
bump Paper and Citizens build targets
(commit: 459f0b8)
git_commits at
Paper-only event `player tracks|untracks <entity>` (#2444)

* Add paper-only event `player tracks|untracks <entity>`

* Explain when an entity is tracked or untracked.

* Meta + code improvements

Thanks Mergu, Aya, Icecapade, and Wahrheit!

* Remove `<context.location>` and change order of `runInCheck`

Thanks Mergu for the suggestions!

* Change event handler names
(commit: 7b382dc)
noreply at
swap Disarmed to be a sub-value of Mode
(commit: 96567a8)
git_commits at
Paper-only event `skeleton horse trap` and `EntityTrapped` properties for `SkeletonHorse`s (#2446)

* `EntityTrapped` property for SkeletonHorses

* Paper only event `skeleton horse trap`

Also use updated `instanceof` syntax for `EntityTrapped`

* Update NMS Version

Property does not work in 1.17.1

* Move `trap_time` to its own property: `EntityTrapTime`

* Update `getPropertyString()` and remove redundant checks

Also cast the trap time to a long, because `getTrapTime()` returns the time in ticks, not seconds, so the times would be WAAAYYY off haha.
(commit: 5ea2989)
noreply at
fix Paper tools exploding pre-1.19

Java is silly
(commit: 5aef6ea)
git_commits at
missed private -> public in paper code
(commit: c28dede)
git_commits at
fix 'receives message' event for 1.19 (Paper broke it)
(commit: 3a74f61)
git_commits at
determination meta format change
(commit: 40bd3de)
git_commits at
`opentrades`: support advanced text in title
(commit: 5b74c7a)
31237389+tal5 at