- Versions
- 1.16
- 1.17
- 1.18
- 1.19
- 1.20
- 1.20.6
- 1.21
AnvilEnhanced Premium
Premium version of my plugin AnvilEnhanced. Before buying, i invite you to test the free version.
With AnvilEnhanced Premium you can enchant your items with enchantments higher than the vanilla limit and put color in item name.
----------
(Hex color supported.) Premium only
----------
Thanks to Ender_Griefeur99 for his help with hex colors and many other things.
Example
In the menu you can change every option of the config.yml file like enable/disable, change value or add/remove/modify ranks. You also can change every level for every enchant plus the maximum level for the Too expensive module for every rank! Premium only
Ranks and enchantments levels
You need to have Vault installed and any permission plugin compatible with Vault like LuckPerms. List of compatible plugins here.
You can change the limit for each enchantment in defautl.yml.
If you have a rank system, each rank has its own config file and you can configure the maximum enchantment levels for each rank individually.
----------
The first time you start the server after installing AnvilEnhanced, the plugin will create a file for each rank in the config.yml. If you want to add/change ranks, use the GUI menu. Files will be created automatically.
Premium only
----------
Config.yml example
Code (YAML):
groups:
- owner # Highest rank
- admin # 2nd
- vip # 3rd
- default # Lowest rank
Formula and levels cost
Enchant/repair cost is calculated with the original Minecraft formula.
If you want to understand the formula, check here: Anvil Mecanics
It's also now possible to bypass the 40 levels limit (Too expensive) by enabling the module in the config.yml. The limit is set at the bottom of the .yml file for each rank
Code (YAML):
too-expensive-enabled: true
Big thanks to @Jikoo for letting me use the code from his plugin AnvilUnlocker
You need to have ProtocolLib installed.
The player can see the cost of the enchantment when the cost is over the limit set in the config file.
You have 2 ways of doing it: Sending a message to the player, with a BossBar (Premium only) or both!
Code (YAML):
#########################################################
# Choose how you will display the level cost to enchant #
# when the level is higher than the maximum defined in #
# the config file. By default, sendmessage is false and #
# bossbar is true. #
#########################################################
sendmessage: false
bossbar: true
Item rename and color
You can disable/enable (enable by default) the ability for a user to rename items with the anvil.
You can rename your item with color.
Check this website for the Formatting codes
you can use both old color and hex color format.
Permissions
Premium version of my plugin AnvilEnhanced. Before buying, i invite you to test the free version.
With AnvilEnhanced Premium you can enchant your items with enchantments higher than the vanilla limit and put color in item name.
----------
(Hex color supported.) Premium only
----------
Thanks to Ender_Griefeur99 for his help with hex colors and many other things.
Example
- You reward a player with an enchanted book with sharpness X. Now with AnvilEnhanced you can use the anvil to apply the enchantment to an item.
- You can merge 2 identical items or books and the level of the enchantment can now be higher the vanilla limit. Like 2 swords with sharpness V will give you a sword with sharpness VI
In the menu you can change every option of the config.yml file like enable/disable, change value or add/remove/modify ranks. You also can change every level for every enchant plus the maximum level for the Too expensive module for every rank! Premium only
Ranks and enchantments levels
You need to have Vault installed and any permission plugin compatible with Vault like LuckPerms. List of compatible plugins here.
You can change the limit for each enchantment in defautl.yml.
If you have a rank system, each rank has its own config file and you can configure the maximum enchantment levels for each rank individually.
----------
The first time you start the server after installing AnvilEnhanced, the plugin will create a file for each rank in the config.yml. If you want to add/change ranks, use the GUI menu. Files will be created automatically.
Premium only
----------
Config.yml example
Code (YAML):
groups:
- owner # Highest rank
- admin # 2nd
- vip # 3rd
- default # Lowest rank
Formula and levels cost
Enchant/repair cost is calculated with the original Minecraft formula.
If you want to understand the formula, check here: Anvil Mecanics
It's also now possible to bypass the 40 levels limit (Too expensive) by enabling the module in the config.yml. The limit is set at the bottom of the .yml file for each rank
Code (YAML):
too-expensive-enabled: true
Big thanks to @Jikoo for letting me use the code from his plugin AnvilUnlocker
You need to have ProtocolLib installed.
The player can see the cost of the enchantment when the cost is over the limit set in the config file.
You have 2 ways of doing it: Sending a message to the player, with a BossBar (Premium only) or both!
Code (YAML):
#########################################################
# Choose how you will display the level cost to enchant #
# when the level is higher than the maximum defined in #
# the config file. By default, sendmessage is false and #
# bossbar is true. #
#########################################################
sendmessage: false
bossbar: true
Item rename and color
You can disable/enable (enable by default) the ability for a user to rename items with the anvil.
You can rename your item with color.
Check this website for the Formatting codes
you can use both old color and hex color format.
Permissions
- anvilenhanced.*
All permissions. - anvilenhanced.admin.config
to open the GUI config menu. - anvilenhanced.admin.reload
to reload the config. - anvilenhanced.admin.givebook
to give yourself an enchanted book. Premium only - anvilenhanced.enchant.bypassmaxlimit
to bypass the MAX_LEVEL limit when combining or using books. - anvilenhanced.enchant.bypassuselimit
to bypass the MAX_LEVEL limit when using books only. - anvilenhanced.rename
to rename an item. - anvilenhanced.color
to rename item in color. - anvilenhanced.enchant.*
All enchant permissions. - anvilenhanced.enchant.books
To combine 2 books. - anvilenhanced.enchant.items
To combine 2 items. - anvilenhanced.enchant.item-book
To enchant an item with a book and/or increase enchantment level with 2 identical enchentments of the same level. - anvilenhanced.enchant.use-books
To enchant an item with a book.
- /aeconfig
to open the GUI config menu. Premium only - /aereload
to reload the config. - /aegivebook
to give yourself an enchanted book with the enchantment and level of your choice. Premium only