mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
41 lines
1.9 KiB
Markdown
41 lines
1.9 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:
|
|
There are some situations that may not look like vanilla. For example: wrong price with default config. If you find one that was bothering you, you can report the issue here or on GitHub.
|
|
I strongly recommend having a reproducible situation or log with debug flag on.
|
|
|
|
---
|
|
|
|
### 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 restrictions
|
|
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)
|
|
|