God Netherite Sword Command — OP Netherite Sword with All Enchantments
One-copy command that gives you a Netherite Sword with every relevant max-level enchantment stacked. Java 26.2 flat component syntax — paste directly into chat.
God Netherite Sword command (Java)
Java
/give @p minecraft:netherite_sword[enchantments={sharpness:5,fire_aspect:2,looting:3,knockback:2,sweeping_edge:3,unbreaking:3,mending:1}] 1Bedrock: Bedrock lacks sweeping_edge. Give the sword then enchant each one separately with /enchant while holding it.
Enchantment breakdown
| Enchantment | Level | What it does |
|---|---|---|
| sharpness | 5 | Maximum melee damage boost (+3 damage) |
| fire_aspect | 2 | Sets targets on fire for 4 seconds |
| looting | 3 | Up to +3 bonus drops from mobs |
| knockback | 2 | Pushes enemies back on hit |
| sweeping_edge | 3 | Maximum sweep damage (Java only) |
| unbreaking | 3 | 75% chance to not consume durability |
| mending | 1 | Repairs using XP orbs |
Frequently asked questions
- Can I get this god Netherite Sword without commands?
- Not exactly — some of the enchantment combinations in this loadout (like Mending + Infinity on a bow, or Density + Breach on a mace) cannot be combined at an anvil in survival mode. The /give command bypasses anvil restrictions entirely. The other enchantments can be obtained legitimately through enchanting tables and combining at the anvil.
- Does this command work on multiplayer servers?
- Only if you have OP permissions (operator status) or cheats are enabled on the server. On most public servers, commands are restricted. It works in singleplayer with cheats enabled, and on private servers where you are an operator.
- What Minecraft version does this command work on?
- This command uses the flat data-component syntax introduced in Java Edition 1.21.5 (26.2). For older versions (1.20.4 and earlier), enchantments used the format: [minecraft:enchantments={levels:{sharpness:5,...}}].