![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.6
∞ number of custom enchants with polymorphics! Enchant levels beyond 255!!
Page 1
23.11.6
16 days ago
added a sanity check for CompoundTag being actually CompoundTag
It's been found that some plugin (or NBT library) inject a custom StringTag as a CompoundTag type.
This update should safely reject this mislabeling.
23.11.5
18 days ago
updated the handling of display friendly name for older versions of 1.20.x.
23.11.0
May 10, 2025
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.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
Page 1