Change Log:![]()
- Complete recode of the chance, cooldown, condition, sound and particle system and storing
This may not seem like much but trust me, this will decrease any server lag and fix the issues of enchants 'not being smooth'. This took me 2 hours of coding since I had to rework a lot of the plugin (I just wanted to make this clear since as a update itself it doesn't look like much)- Added perms so you can limit the amount of slots for a certain rank
eliteenchantments.slots//5 - Limit it to 5 slots- Changed how the potion effect system works
If you have a infinite potion effect and a potion effect higher adds for x seconds, it now re-adds the infinite potion effect back when the timer runs out- Added new messages with the rank slot limit
- General performance boosts
Change Log:![]()
- Added ALL Gkits from CosmicPvP
Update to the latest version of Gkits addon to add all the new kits
https://www.spigotmc.org/resources/gkits-eliteenchantments-addon-create-your-own-gkits-leveled-gkits-all-cosmic-kits.77407/- Added /ee giverandombook command
- Added default value to /ee givebook (it will automatically give a random percent book)
- Added option to disable factions support (Mechanics.factions)
- Added message for when an item cannot be applied to another item
- Fixed some issues backend
Change Log:![]()
- Added HEALTH effect, Increase the base health of a player (this will allow health boost potion to be added without any issues) HEALTH:[AMOUNT]
- Added chance for holy whitescroll activation (add chance: [amount] in items.yml under holy-whitescroll)
- Fixed an issue with enchantments that require other enchants not applying if slots are full
- Fixed issues with smelt effect
- Fixed transmog scroll issue with enchant count
- Fixed issue with web panel saving effects as a string
"I just flipped the switch, flip flip"
The Web Panel has had a huge revamp, it now looks much nicer visually and also have a very cool dark and light mode with a button to toggle
![]()
Change Log:
- Added /alchemist open
- Added /tinkerer open
- Added options for particle effects; speed and amount
particle: "PARTICLE:SPEED:AMOUNT"- Changed how applying books work so now you can apply heroic enchants even if slot is full
- Changed how applying books work so now blacklist comes before require
- Changed particle effect system
Change Log:
- Changed Boot to Boots in the enchantment target
- Added new boolean check-called isEnchantsLoaded, you can use this for your plugins using my plugin
This is used for Gkits so please update this and then update that as well- Added some general performance changes, before some enchants were causing a tiny bit of lag so just slashed that completely
- Added ability to randomize the % of the blackscroll not matter what percent you gave it (add the code below to your items.yml)
Code:Blackscroll: material: "GRAY_DYE" name: "&f&lBlack Scroll" lore: - '&7Removes a random enchantment' - '&7from an item and converts' - '&7it into a &f%percent%%&7 success book' - '&fPlace onto item to extract' use-random-chance: false # This will use a random chance no matter what # the blackscroll percent is
Change Log:
- Added ability to add commands to /enchanter
Add the following to your config.yml
command: "give {PLAYER} diamond"- Added a lot of customisable messages to the lang.yml
HOLY_WHITESCROLL_ERROR
ITEM_NAMETAG_ACTIVATION
ITEM_NAMETAG_INVALID
ITEM_NAMETAG_SUCCESS
ITEM_NAMETAG_CANCELLED
ITEM_NAMETAG_BLACKLISTED
ERROR_CANNOT_APPLY
ERROR_NULL- Fixed the enchanter disabling (accidentally set it so true = false lmao)
Change Log:
Config.yml changes:
- Added blacklisted words list to item nametag naming (yml changes below)
- Added ability to enable/disable enchanter (yml changes below)
- Added event priority to book message
- Added error message to Web Panel invalid data error
- Added messages for the following;
Enchantment Apply
Enchantment Failed Apply
Enchantment Saved by Whitescroll- Added ability to make alchemist cost 0 for the transaction (set max cost to 0)
Code:Enchanter: enabled: true
Items.yml changes:
Code:Item-Nametag: material: "NAME_TAG" name: "&6&lItem Nametag &7(Right Click)" lore: - '&7Rename and customize your equipment' blacklisted-words: - 'fuck' - 'shit' - 'nigga' messages: activation: - '' - '&6&lItemtag Usage' - '&61. &7Hold the ITEM you''d like to rename' - '&62. &7Send the new name as a chat message with & color codes' - '&63. &7Confirm the preview of the new name that is displayed' - '' invalid: - '&cHold the ITEM you''d like to rename.' - '&7Type ''&ccancel&7'' &7to unqueue this operation' success: - '&a&l(!) &aYou have successfully renamed your item to ''{NAME}&a''!' cancel: - '&c&l(!) &cYou have successfully cancelled renaming your item!' blacklisted-message: - '&c&l(!) &cYou cannot contain blacklisted words!'
