EbonJaeger / perworldinventory-kt

Multi-world inventory plugin for Spigot written in Kotlin.
MIT License
46 stars 32 forks source link
inventory-plugin kotlin minecraft spigot

PerWorldInventory

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.


Installation and Usage

Build Status Dependency Status codecov

Building Prerequisites

Building

If you want to build PerWorldInventory yourself, you will need Maven.

1) Clone the PerWorldInventory project: git clone https://github.com/Gnat008/perworldinventory-kt.git

2) Run mvn clean install

That is all!

This should give you a copy of PerWorldInventory.jar under the target/ directory.

License

PerWorldInventory by EbonJaeger is licensed under the [MIT License].

Contributing

Are you a talented programmer looking to contribute some code? I'd love the help! Open a pull request with your changes.

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