clientgive
A simple clientside utility for spawning in any item within Creative mode.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
clientgive
clientgive
A simple clientside utility for spawning in any item within Creative mode.
Installation
1. Download and run the Fabric installer. - Click the "vanilla" button, leave the other settings as they are, and click "download installer". - Note: this step may vary if you aren't using the vanilla launcher or an old version of Minecraft. 2. Download the Fabric API and move it to the mods folder (`.minecraft/mods`). 3. Download clientgive from the releases page and move it to the mods folder (`.minecraft/mods`).
Usage
- Without any arguments ``` /clientgive minecraft:stick ``` - This doesn't stack items, if there are no empty slots in the hotbar it will return an error.
- With a specified amount ``` /clientgive minecraft:stick 16 ``` - Limited to between 1 and 64.
- With NBT data ``` /clientgive minecraft:stick{Enchantments:[{id:"minecraft:sharpness", lvl:10s}]} ```
- With the SlotID ``` /clientgive minecraft:stick 1 36 ``` - This can bypass the empty slot restriction. - Note: this uses the slot system in line with `CreativeInventoryActionC2SPacket`, many slots have different IDs than normal.
More Info
More info can be found on our README.