Advanced exp bottle plugin!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
XpBottles is the ultimate exp plugin! Create exp bottles, add/take/reset exp from players, and more! The exp amount is saved in a hidden location so you will be able to customize the lore/name of the item to whatever you would like! No restrictions.
More info coming soon! For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AwesomeFeature) - Commit your Changes (
git commit -m 'Add some AwesomeFeature') - Push to the Branch (
git push origin feature/AwesomeFeature) - Open a Pull Request
Adding support for new Spigot versions is very simple. Using the versions that are already there, you should be able to fill in the gaps.
- Create a new folder in the root directory with the CraftBukkit package name (e.g
v1_18_R2). - Create the package path (
src/main/java/me.codedred.xpbottles.versions). - Create the NMS class. The name should be
Version_<craftbukkit version>without the<>. - Create a new
build.gradle.ktsusing other NMS versions as a template, and change the Spigot/Paper dependency version. Note that 1.17.1+ and 1.17- are different. - Open the
settings.gradle.ktsfile and add the new module. - Open
build.gradle.ktsand add the new version to the dependencies list. Note thereobfconfiguration for 1.17.1+.
To build the project, you need to firstly run BuildTools for all supported versions.
Once finished, they should all be added to your local Maven repo.
Then you can run ./gradlew build and the final jar will be in the build/libs folder.
Distributed under the GNU General Public License v3.0. See LICENSE for more information.
CodedRed - @twitter - devcodedred@gmail.com
@spigotmc Discord: CodedRed#0900
Project Link: https://github.com/CodedRed-Spigot/XpBottles