Skip to content
Success

Changes

Summary

  1. Support `body` equipment slot (#2736) (commit: 4e6c6f7) (details)
Commit 4e6c6f73511fcef78589730ec45cc93b729a3536 by noreply
Support `body` equipment slot (#2736)

* EntityBodyArmor property, `body` argument in `equip` command

* 1.20+ clarified

* slight condition change

* slight correction

* slight fix

* moved body_armor exclusively under `equip` command and as part of `EntityTag.equipment` and `EntityTag.equipment_map`

* added `body_armor` tag to go along with previous `horse_armor`

* deprecated EntityTag.equipment, other minor changes

* removed EntityTag.body_armor

* deprecation file

* minor changes

* deprecation message fix

* -_-

* slight clarification
(commit: 4e6c6f7)
The file was modifiedplugin/src/main/java/com/denizenscript/denizen/utilities/BukkitImplDeprecations.java
The file was modifiedplugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java
The file was modifiedplugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/EquipCommand.java
The file was modifiedplugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityEquipment.java