Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/7kasper/honeyxp
Bukkit/Spigot plugin that allows you to bottle and drink XP.
https://github.com/7kasper/honeyxp
Last synced: 24 days ago
JSON representation
Bukkit/Spigot plugin that allows you to bottle and drink XP.
- Host: GitHub
- URL: https://github.com/7kasper/honeyxp
- Owner: 7kasper
- License: mit
- Created: 2022-02-15T21:18:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T19:27:10.000Z (about 1 year ago)
- Last Synced: 2024-11-17T12:48:52.201Z (3 months ago)
- Language: Java
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![# HoneyXp](https://github.com/7kasper/HoneyXp/raw/main/Logo.png)
Bukkit/Spigot plugin that allows you to bottle and drink XP.
## Usage
Make the following contraption using a lightning rod and a lapis block:
![Lightningrod on lapis](https://github.com/7kasper/HoneyXp/raw/main/Usage.png)
Now with honey bottles in your hand, right click the lightning rod.
A small amount (minimum of `7 xp`) will be transferred into the honey bottle:
![Inventory](https://github.com/7kasper/HoneyXp/raw/main/Inventory.png)
You can keep right clicking the honey bottles on the rod. The XP per click will increase until the honey is fully saturated.
In total a single honey bottle can contain up to `427 xp` which comes down to about `17 levels` when counting from `0 levels`.
For a better understanding of how many xp are within certain levels see [the minecraft wiki](https://minecraft.fandom.com/wiki/Experience#:~:text=1%20experience%20point.-,Leveling,-up).## Permissions
In order to bottle your XP you need the `honeyxp.bottle` permission.
In order to drink bottled XP you need the `honeyxp.drink` permission.
To do both you can give the `honeyxp.*` permission.
Players have all permissions on default.