From 3697fae8a4b649a8ae3e3936377928bb5fc36044 Mon Sep 17 00:00:00 2001 From: Bradlee <69256931+StupidRepo@users.noreply.github.com> Date: Sun, 24 Mar 2024 20:12:10 +0000 Subject: [PATCH] ahh --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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