Skip to content

Commit

Permalink
ahh
Browse files Browse the repository at this point in the history
  • Loading branch information
StupidRepo committed Mar 24, 2024
1 parent 57165d6 commit 3697fae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <item> [count (default: 1)]`

To attach NBT data to the item, use the following syntax:
`/giveme <item>{NBT data} [count (default: 1)]` (for example: `/giveme minecraft:stick{display:{Name:"custom name"}}`)

0 comments on commit 3697fae

Please sign in to comment.