diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e24a85 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# GiveMe +A client-side Fabric mod to give you any item you want (incl. Barriers, Command Blocks, etc.) with as much NBT data as you want (within the 256 character limit - you can install another mod to bypass that). +Requires you to be in Creative, but doesn't require OP or cheats to be enabled. Useful on Multiplayer servers with PlotSquared (or any other plot plugin) installed. + +## Usage +`/giveme [count (default: 1)]` + +To attach NBT data to the item, use the following syntax: +`/giveme {NBT data} [count (default: 1)]` (for example: `/giveme minecraft:stick{display:{Name:"custom name"}}`) \ No newline at end of file