PerWorldInventory Is a multiworld inventory plugin for CraftBukkit and Spigot that supports UUIDs. This version 2.0.0 of the plugin is a full, from-scratch rewrite using the Kotlin programming language.
- JDK 8
- Maven
If you want to build PerWorldInventory yourself, you will need Maven.
-
Clone the PerWorldInventory project:
git clone https://github.com/Gnat008/perworldinventory-kt.git
-
Run
mvn clean install
That is all!
This should give you a copy of PerWorldInventory.jar under the target/ directory.
PerWorldInventory by EbonJaeger is licensed under the [MIT License].
Are you a talented programmer looking to contribute some code? I'd love the help! Open a pull request with your changes.
- Please conform to the project code conventions:
- Opening braces on new lines
- Four (4) spaces for indentations; no tabs!
- Individual lines of code should usually not be over 80 characters long
- One pull request should only tackle one issue
Please note that not all pull requests will be accepted, and I may require changes before they are accepted!
Readme file made by @Jaryn-R, edited and updated by EbonJaeger