mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
41 lines
1.8 KiB
Markdown
41 lines
1.8 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:
|
|
|
|
the plugin can be downloaded on the
|
|
[Spigot site](https://www.spigotmc.org/resources/unsafe-enchants.114884/)
|
|
or [on GitHub](https://github.com/alexcrea/UnsafeEnchantsPlus/releases/latest)
|
|
|
|
### Permissions:
|
|
```yml
|
|
ue.unsafe: Allows use of custom restriction rules
|
|
ue.bypass.fuse: Bypass every enchantment restriction check. including custom restriction
|
|
ue.bypass.level: Bypass max level check. including custom max level
|
|
```
|
|
|
|
### 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)
|
|
|