TokenEnchant [1.7.10 - 1.21.x] icon

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 5 hours 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 3 days ago
updated the handling of display friendly name for older versions of 1.20.x.
23.11.4 4 days ago
reupload
23.11.3 4 days ago
re-upload
23.11.2 5 days ago
minor update.
  • occurrence_params: option is introduced.
  • '_raw' suffix is introduced for PAPI expansion, placeholder with '_raw' suffice will return a floating point number as is.
23.11.1 13 days ago
updated the handling of an enchanted book.
23.11.0 20 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
You might also like...