.enchant | |
---|---|
Type | Command |
Category | none |
In-game description | “Enchants an item with everything, except for silk touch and curses.” |
Default keybind | none |
Source code | net/wurstclient/commands/EnchantCmd.java |
.enchant is a chat command that enchants the item in the player's hand with every enchantment except for Silk Touch and cursed enchantments. Most enchantments are applied at level 127, but Quick Charge is applied at level 5 to prevent it from breaking crossbows.
.enchant can only be used in Creative Mode, since it is not possible to modify NBT data in Survival Mode.
To enchant an item, simply type .enchant
into the chat box while holding the item.
If the item has been enchanted successfully, there will be a chat message saying:
[Wurst] Item enchanted.
1)
If the item could not be enchanted, the chat will display either:
[Wurst] [ERROR] There is no item in your hand.
2)
if the main hand slot is empty, or:
[Wurst] [ERROR] Creative mode only.
3)
if you are not in Creative Mode.
Main article: Command Syntax
.enchant
Enchants the item in the player's main hand.Version | Changes |
---|---|
Wurst 1.1 | Added .enchant . |
Wurst 2.15 | Added a primary action “Enchant Held Item” to the .enchant page in Navigator. |
Wurst 7.0pre1 | Temporarily removed .enchant . |
Wurst 7.0pre13 | Re-added .enchant (without the all option). (Thanks to MaxCoding3!) |