Skip to content
This repository has been archived by the owner. It is now read-only.
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

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

  • JDK 8
  • Maven

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 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