Client Data Command

Client Data Command

Mod

Add client-sided Data command

Client Utility

734 downloads
4 followers
Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Client Data Command

Fabric Client or Server MIT License release
Hits Modrinth GitHub

Add client-sided Data command. View NBT easier without permission.

Requirements

Commands

Client-Data

client-data
    ... get <TARGET> [<path>] [<scale>]
    ... merge <TARGET> <nbt>
    ... modify <TARGET> <targetPath> <MODIFICATION>
        ... from <SOURCE> [<sourcePath>]
        ... string <SOURCE> [<sourcePath>] [<start>] [<end>]
        ... value <value>
    ... remove <TARGET> <path>
  • <TARGET> = (block <targetPos> | entity <target>)
  • <MODIFICATION> = (append|insert <index>|merge|prepend|set)
  • <SOURCE> = (block <sourcePos> | entity <source>)

About this command, please visit Commands/data page of Minecraft Wiki.

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

Project members

NoEul

Member

Details

Licensed MIT
Published 2 months ago
Updated 2 months ago