![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.9
∞ number of custom enchants with polymorphics! Enchant levels beyond 255!!
Page 1
23.11.9
21 days ago
fixed handling of Grindstone
23.11.8
Jul 25, 2025
includes 1.21.8 (spigot/paper) support.
23.11.6
May 29, 2025
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
May 28, 2025
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.34
Mar 1, 2025
updated the itemsadder support.
23.10.33
Feb 16, 2025
updated the handling of custom block/items.
Page 1