Описание
# Client Data Command
[](https://fabricmc.net)
[](#)
[](https://github.com/No-Eul/ClientDataCommand/blob/main/LICENSE.txt)
[](https://github.com/No-Eul/ClientDataCommand/releases/latest)
[](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fmodrinth.com%2Fmod%2Fclient-data-command)
[](https://modrinth.com/mod/client-data-command)
[](https://github.com/No-Eul/ClientDataCommand/releases)
[](https://www.buymeacoffee.com/NoEul)
Add client-sided Data command. View NBT easier without permission.
## Requirements
* [Minecraft](https://www.minecraft.net)
* [Fabric Loader](https://fabricmc.net)
* [Fabric API](https://modrinth.com/mod/fabric-api)
## Commands
### Client-Data
```
client-data
... get [] []
... merge
... modify
... from []
... string [] [] []
... value
... remove
```
* `` = `(block | entity )`
* `` = `(append|insert |merge|prepend|set)`
* `` = `(block | entity )`
About this command, please visit [Commands/data page of Minecraft Wiki](https://minecraft.wiki/w/Commands/data).
Storage data is not supported and there are no plans about.
### Datac
`datac (get|merge|modify|remove) ...`
Shorthand version of Client-Data command.
## Known Issues
## Notes
* The mod file name indicates the mod name, loader and version:
* `(mod name)-(mod loader)-(mod version)+mc(built minecraft version).jar`
* For example: `FabricModTemplate-fabric-1.0+mc1.21.jar`