You are viewing an older version of the site. Click here to view
the latest version of this page. (This may be a dead link, if so, try the root page of the docs
here.)
remove_item_enchant
Removes an enchantment from an item. The type may be a valid enchantment, or an array of enchantment names. It can also be null, and all enchantments will be removed. If an enchantment is specified, and the item is not enchanted with that, it is simply ignored.
Vital Info
Name | remove_item_enchant |
---|---|
Returns | void |
Usages | [player], slot, type |
Throws | ms.lang.CastException com.commandhelper.EnchantmentException com.commandhelper.PlayerOfflineException |
Since | 3.3.3 |
Restricted | Yes |
Optimizations | None |
Usages
remove_item_enchant([player], slot, type)
Examples
Sorry, there are no examples for this function! :(Find a bug in this page? Edit this page yourself, then submit a pull request. (Note this page is automatically generated from the documentation in the source code.)