mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
renamed the plugin
This commit is contained in:
parent
944e4b025c
commit
c366b45e16
12 changed files with 125 additions and 100 deletions
54
README.md
54
README.md
|
|
@ -1,40 +1,48 @@
|
|||
# UnsafeEnchants+
|
||||
# Custom Anvil
|
||||
|
||||
**UnsafeEnchants+** is a fully configurable plugin for bukkit, spigot, and paper minecraft servers
|
||||
allowing custom enchantment limits and customising combination restrictions.
|
||||
**Custom Anvil** is a plugin to allow admin to customise evey aspect of the anvil's mechanics.
|
||||
It is expected to work on 1.18 to 1.20.4 minecraft servers running spigot or paper.
|
||||
|
||||
**UnsafeEnchants+** is based on [UnsafeEnchants](https://github.com/DelilahEve/UnsafeEnchants). You can find it on
|
||||
**Custom Anvil** was previously named **Unsafe Enchants+**.
|
||||
It was renamed because it now affects every anvil aspect and not only unsafe enchants
|
||||
|
||||
**Custom Anvil** is based on [Unsafe Enchants](https://github.com/DelilahEve/UnsafeEnchants) by DelilahEve. 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 is non known issue, if you find one please report the issue.
|
||||
|
||||
---
|
||||
|
||||
### Download Locations:
|
||||
|
||||
the plugin can be downloaded on the
|
||||
[Spigot site](https://www.spigotmc.org/resources/unsafe-enchants.114884/)
|
||||
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)
|
||||
|
||||
---
|
||||
**Custom Anvil** have the following features:
|
||||
- Vanilla like default configuration
|
||||
- Custom enchantment level limit
|
||||
- Custom enchant restrictions (allow unsafe enchantment only for a group of item or create new restriction)
|
||||
- Custom items of unit repairs (repair damaged with unit of "material", for example the repair of diamond sword by diamonds)
|
||||
- Custom XP cost for every aspect of the anvil
|
||||
- Permissions to bypass level limit or enchantment restriction.
|
||||
---
|
||||
### 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
|
||||
ca.affected: Player with this permission will be affected by the plugin
|
||||
ca.bypass.fuse: Allow player to combine every enchantments to every item (no custom limit)
|
||||
ca.bypass.level: Allow player to bypass every level limit (no custom limit)
|
||||
ca.command.reload: Allow administrator to reload the plugin's configs
|
||||
```
|
||||
|
||||
### Commands
|
||||
```yml
|
||||
anvilconfigreload or carl: Reload every config of this plugin
|
||||
```
|
||||
---
|
||||
### 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)
|
||||
|
||||
- [unit_repair_item.yml](https://github.com/alexcrea/UnsafeEnchantsPlus/blob/master/src/main/resources/unit_repair_item.yml)
|
||||
---
|
||||
### Know issue:
|
||||
There is non known issue, if you find one please report the issue.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue