/give — Give Items
minecraft — Console Commands
Give any item to a player with optional NBT data and count.
Syntax
/give <player> <item> [count]
Example
/give @p minecraft:diamond_sword 1
💡 Notes
@p = nearest player, @a = all, @r = random, @s = self. Add NBT for enchanted items.
👍 Pros
- Instant items
- Custom enchanted gear
- Server administration
👎 Cons
- Too many items causes lag
- Makes survival too easy