项目作者: EbonJaeger

项目描述 :
Multi-world inventory plugin for Spigot written in Kotlin.
高级语言: Kotlin
项目地址: git://github.com/EbonJaeger/perworldinventory-kt.git
创建时间: 2017-11-21T22:10:42Z
项目社区:https://github.com/EbonJaeger/perworldinventory-kt

开源协议:MIT License

下载


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