Skip to content
Success

denizen-v1_19 (Mar 5, 2023, 9:28:00 AM)

Started 2 yr 11 mo ago
Took 9.2 sec
Build Artifacts
denizen-v1_19-1.2.6-SNAPSHOT-remapped-obf.jar191.74 KiB view
denizen-v1_19-1.2.6-SNAPSHOT.jar193.44 KiB view
denizen-v1_19-1.2.6-SNAPSHOT.pom3.11 KiB view
Use new `sendEquipmentChange` for `resetEquipment`

`resetEquipment` was previsouly using NMS because you'd have to send every change individually if you used the API, but now that Spigot added a new `Player#sendEquipmentChange` that takes a map, it can be sent all at once using API.

Also removed the `default -> UnsupportedOperationException` from methods that were implemented on all supported versions.
(commit: 32cb5aa)
31237389+tal5 at