Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Latest commit

 

History

History
101 lines (73 loc) · 3.22 KB

README-en.md

File metadata and controls

101 lines (73 loc) · 3.22 KB

MoonLake

Travis CI Codebeat Gitter OpenSource GPLv3

Introduction

  • This branch will be the content of the future v2.0 version. For the old content, Please view the Override branch.

API

  • DSL
  • Reflection
  • Version
  • Region
  • Service
  • Event
  • Packet
  • Cached
  • Particle
  • NBT Component
  • Anvil Window
  • Chat Component
  • Depend Plugin
  • Item Builder
  • MoonLake Player

Support

Version: 1.8.x ~ 1.12.x

Install

You can download a successful build file in the GitHub Releases.

Next

  1. Shutdown the server
  2. Place the MoonLakePlugin.jar file in the plugins folder
  3. Run the server
  4. In the plugins/MoonLake/config.yml configuration file custom function
  5. Reload the server
  6. Successfully installed

Building

MoonLake uses Maven to manage project dependencies.

Requirements

  • JDK 8
  • Maven 3.3.x
  • Git

Build of Craftbukkit and Bukkit for local maven repository. See BuildTools Tools for more information.

Then run:

git clone https://github.com/McMoonLakeDev/MoonLake.git
cd MoonLake
mvn clean install

You can find the output file in the target directory of the corresponding module.

Feedback

  • For bugs, questions and discussions please use the GitHub Issues.

License

Copyright (C) 2016-Present The MoonLake (mcmoonlake@hotmail.com)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.