Bugfix and Patch:
- Fixed issue 'buy enchantment' on Minecraft version 1.21.4 (tested).
- Fixed error on non-damageable item (AutoRepair)
- Compacted rank icon on chat
Code:<JayMar921> [⛨ 5, 2, ⚡ 12] I focus on Mage classification <JayMar921> [◎ 200] Hi Everyone, I have not spent skill points yet
Note: There will be a huge refactor soon as I'm trying to get things back on track, Spigot API has been overhauled to a new requirement of Registering Custom Enchantments since Minecraft version 1.19 which will probably slow me down as I am not going to use NMS to maintain compatibility. As for this version, it will only work on Minecraft version 1.20.4+.
Soon to implement:
- Different MobType to shop (Aside from Villagers which is default)
- Fix tons of crashing issue related to enchantments
- Add a dummy entity for weapon damage testing
- Enchantment support to item/s 'MACE', 'WIND CHARGE', 'WOLF ARMOR', 'HORSE ARMOR'
[Support 1.20.4]
The Enchantment Implementation on Spigot v1.20.4_R1 has changed, moved the CustomEnchantment data to be stored on item's persistent data containers.
- Added Version Support to v1.20.4 [No backwards compatibility]
- CE3 v1.1.0 does not Support v1.19 and below, if you wish to use the plugin on those unsupported versions, try using CE3 v1.0.18
NOTE: This plugin was developed using the SpigotAPI, there might be issues if you'll use a different Server type.
[Changes]
[New Admin Command]
- Items with CustomEnchantments will no longer glow.
- Disenchant SHOP no longer accepts Vanilla Enchantments.
If there are any error messages shown in the console or a server crash caused by this plugin, feel free to DM me, I may not reply but I received your messages.
- /ce ___itemdata___ - check the itemdata of the item currently in main hand for enchantments, for OP players only [dev command]
Bug Fix/Modifications
- Fixed Shop Right Click Error [1.20]
- Plugin Optimization, updated to support 1.20.
New Enchantment
- Added Gooey Enchantment [Get a chance (3% * level) to launch the enemy 8 blocks above the ground]
New Admin Commands
If there are any issues with this update, you can dm me right ahead, I may not reply immediately but I will receive your message.
- /ce skills add [player] [amount] - increase a player level by amount
- /ce skills reset [player] - resets a player level back to 0
Minor Update [Feel free to dm me if there is any issues, I'll work on plugin issues for now]
- Optimized Custom Boundary Checker. Versions 1.0.17b and below rely on boundary blocks caching which cost a lot of memory, this update no longer cache boundary blocks but instead calculate if LocA is inside LocB and LocC directly.
- MobSpawning was set to 'false' when inside a protected boundary, allowed mob to spawn [Player|Villager|Animal Entity] (I might add an option to what specific mobs to spawn inside a protected boundary in the future)
- Added permission warning on players adding shops [no permission if not listed in PluginData/Authorization.yml]