Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jr1811/nemuelch-hide-body-parts
Hide Minecraft player body parts using NBT data.
https://github.com/jr1811/nemuelch-hide-body-parts
Last synced: about 2 months ago
JSON representation
Hide Minecraft player body parts using NBT data.
- Host: GitHub
- URL: https://github.com/jr1811/nemuelch-hide-body-parts
- Owner: JR1811
- Created: 2023-05-22T12:46:09.000Z (over 1 year ago)
- Default Branch: 1.20.5-1.20.6
- Last Pushed: 2024-06-11T23:19:29.000Z (6 months ago)
- Last Synced: 2024-06-12T03:16:50.985Z (6 months ago)
- Language: Java
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hide Body Parts
Utility mod for Fabric Minecraft.
## Usage
Use the custom NBT data to hide bodyparts from the players.
### Custom NBT data
Use the `hidebodyparts.missing_part` NBT Key to hide body parts. The entry contains the hidden part and a player name. This can be used to leave data on who took the part away.
Currently availble Bodyparts:
| Body Part | name |
|---|---|
| HEAD | "head" |
| BODY | "body" |
| RIGHT ARM | "r_arm" |
| LEFT ARM | "l_arm" |
| RIGHT LEG | "r_leg" |
| LEFT LEG | "l_leg" |### Commands
Toggle body parts: `/hide bodyPart changeEntry bodyPartName target`
Reset all body parts to visible: `/hide bodyPart removeAllEntries target`