https://github.com/cloudnode-pro/enchantbookplus
Combine enchantment books to achieve levels above vanilla
https://github.com/cloudnode-pro/enchantbookplus
Last synced: 16 days ago
JSON representation
Combine enchantment books to achieve levels above vanilla
- Host: GitHub
- URL: https://github.com/cloudnode-pro/enchantbookplus
- Owner: cloudnode-pro
- License: gpl-3.0
- Created: 2023-08-17T21:30:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T10:53:11.000Z (6 months ago)
- Last Synced: 2024-10-21T15:35:10.429Z (6 months ago)
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EnchantBookPlus
[](https://github.com/cloudnode-pro/EnchantBookPlus/actions/workflows/codeql.yml)
[](https://modrinth.com/plugin/dMOPYb3s/)
[](https://modrinth.com/plugin/dMOPYb3s/)
[](https://modrinth.com/plugin/dMOPYb3s/)
[](https://modrinth.com/plugin/dMOPYb3s/)Combine enchantment books to achieve levels above vanilla
## How it works
This plugin allows you to combine enchantments, e.g. Efficiency V + Efficiency V = Efficiency VI.
This is done by using an anvil.You can configure which enchantments can be combined above the Vanilla Minecraft levels.
You can set the max level for each enchantment, and add XP cost in levels.> [!IMPORTANT]
> You need [AnvilUnlocker](https://modrinth.com/plugin/anvilunlocker) for anvil costs above 40 lvl to
> disable the "Too Expensive!" message.## Permissions
> [!NOTE]
> `` is the enchantment ID, e.g. `swift_sneak`, `efficiency`, etc. Replace with `*` for all enchantments.
>
> Example: `enchantbookplus.enchant.*` or `enchantbookplus.enchant.unbreaking`| Permission | Description |
|-----------------------------------------|----------------------------------------------------------------------------------------|
| `enchantbookplus.enchant.` | Allow enchanting `` above the vanilla level, as configured in the plugin. |
| `enchantbookplus.reload` | Reload plugin config using `/enchantbookplus reload` |## Reporting issues
Fixing bugs is the utmost priority for this project.
If you find any issue,
check the [GitHub Issue Tracker](https://github.com/cloudnode-pro/EnchantBookPlus/issues)
to see if it has already been reported. If not, create a new issue.When creating a new issue, include as many relevant details as possible, e.g.:
- Minecraft server type and version (e.g. Paper 1.20.1)
- Plugin version (e.g. 1.0.0)
- Warnings and errors related to this plugin in the console
- Steps to reproduce the issue### Contributing
Anyone is welcome to contribute to this project.To contribute:
1. [Fork the repository](https://github.com/cloudnode-pro/EnchantBookPlus/fork)
2. Make your changes in your forked repository
3. Create a pull requestPull requests require approval and changes may be requested before merging to the main branch.
Contributions of any kind are most welcome and are given full credit.
### License
This is libre software, meaning that it is forever free and open source, licensed under the GNU General Public License
version 3. You can read the [full license](https://github.com/cloudnode-pro/EnchantBookPlus/blob/main/LICENSE).