![TokenEnchant [1.7.10 - 1.21.x] icon](https://images.polymart.org/product/155/thumbnail.png?t=1713565741&v=3)
TokenEnchant [1.7.10 - 1.21.x] 23.11.1
∞ number of custom enchants with polymorphics! Enchant levels beyond 255!!
Page 1
23.11.1
5 days ago
updated the handling of an enchanted book.
23.11.0
13 days ago
Updated the command framework allowing the aliasing of sub-command.
As of this version, you can add one alias to a sub-command, and also you can disable a sub-command by assigning "nop" (no-operation) string as its alias:
The following example will disable the original "withdraw" command and assign an alias "withdraw" to the cheque command. A user can use both "cheque" and "withdraw" to carry out the "cheque" command.
withdraw:
msg: "/te withdraw <amount> [drop] : withdraws the specified amount of tokens from your account."
permission: "tokenenchant.withdraw"
alias: "nop"
cheque:
msg: "/te cheque <amount> [to-player] : withdraws the specified amount of tokens from your account and issue a check."
permission: "tokenenchant.cheque"
alias: "withdraw"
23.10.40
Apr 19, 2025
updated the handling of enabled regions.
23.10.39
Apr 19, 2025
minor refactoring around region handling.
23.10.38
Apr 13, 2025
includes 1.21.5 (spigot and paper) support.
23.10.37
Mar 30, 2025
updated the lore handling for enabling/disabling enchants.
23.10.36
Mar 30, 2025
updated to support disabling of enchants on an item
Since 1.21, the underlying Minecraft implemented more strict data encoding. This update will allow "toggle" command to work enabling/disabling enchantments on an item.
23.10.35
Mar 28, 2025
includes 1.21.5 (spigot) support.
23.10.34
Mar 1, 2025
updated the itemsadder support.
23.10.33
Feb 16, 2025
updated the handling of custom block/items.
23.10.31
Feb 7, 2025
updated the handling of pre-registered ItemGlow enchantment (aka Null enchantment).
23.10.30
Feb 4, 2025
updated the enchantment registration process for 1.21.1
23.10.29
Jan 26, 2025
improved the player checking method.
Page 1