Name | fake_equipment |
Object | PlayerTag |
Input | EntityTag(|ElementTag|ItemTag) |
Description | Shows the player fake equipment on the specified living entity, which has no real non-visual effects.
Input is in the form Entity|Slot|Item, where the slot can be one of the following: HAND, OFF_HAND, BOOTS, LEGS, CHEST, HEAD Optionally, exclude the slot and item to stop showing the fake equipment, if any, on the specified entity. For example: - adjust <player> fake_equipment:<[some_entity]>|chest|diamond_chestplate - adjust <player> fake_equipment:<player>|head|jack_o_lantern Consider instead using fakeequip. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L3571 |