Compatibility
Minecraft: Java Edition
1.18–1.18.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
clientgive
A simple clientside utility for spawning in any item within Creative mode.
Installation
- 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.
- Download the Fabric API
and move it to the mods folder (
.minecraft/mods
). - 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.