mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
38 lines
1.6 KiB
Markdown
38 lines
1.6 KiB
Markdown
# UnsafeEnchants+
|
|
|
|
**UnsafeEnchants+** is a fully configurable plugin for bukkit, spigot, and paper minecraft servers
|
|
allowing custom enchantment limits and customising combination restrictions.
|
|
|
|
**UnsafeEnchants+** is based on [UnsafeEnchants](https://github.com/DelilahEve/UnsafeEnchants). You can find it on
|
|
[GitHub](https://github.com/DelilahEve/UnsafeEnchants/releases/latest),
|
|
[Spigot](https://www.spigotmc.org/resources/unsafe-enchants.104708/) or
|
|
[CurseForge](https://www.curseforge.com/minecraft/bukkit-plugins/unsafe-enchants/files/all)
|
|
|
|
**UnsafeEnchants+** add the following to [UnsafeEnchants](https://github.com/DelilahEve/UnsafeEnchants):
|
|
- Make default configuration more vanilla like
|
|
- Fix a xp bug with enchanted book
|
|
- Custom enchantment restriction configuration
|
|
---
|
|
### Know issue:
|
|
- Sometimes, Anvil level price do not respect vanilla rules
|
|
- Anvil do not allow illegal enchant to combine.
|
|
Unlike vanilla which just get rid of illegal enchant and allow combining
|
|
---
|
|
|
|
### Download Locations:
|
|
|
|
Not yet uploaded. but fell free to compile it yourself.
|
|
|
|
### Permissions:
|
|
```yml
|
|
ue.unsafe: Allows use of custom restriction rules
|
|
ue.unsafe_all: bypass every enchantment restriction, including custom restriction
|
|
```
|
|
|
|
### Default Configuration:
|
|
|
|
Default configuration can be found on following links:
|
|
- [config.yml](https://github.com/alexcrea/UnsafeEnchantsPlus/blob/master/src/main/resources/config.yml)
|
|
- [enchant_conflict.yml](https://github.com/alexcrea/UnsafeEnchantsPlus/blob/master/src/main/resources/enchant_conflict.yml)
|
|
- [item_groups.yml](https://github.com/alexcrea/UnsafeEnchantsPlus/blob/master/src/main/resources/item_groups.yml)
|
|
|