-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57165d6
commit 3697fae
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}}`) |