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

McMoonLakeDev/MoonLake

Repository files navigation

MoonLake

Travis CI Codebeat Gitter OpenSource GPLv3

介绍

  • 此分支将会是未来 v2.0 版本的内容. 旧内容请查看 Override 分支.

API

  • DSL
  • 反射
  • 版本
  • 区域
  • 服务
  • 事件
  • 数据包
  • 高速缓存
  • 粒子效果
  • NBT 组件
  • 铁砧窗口
  • 聊天组件
  • 软依赖插件
  • 物品构建者
  • 月色之湖玩家

支持

版本: 1.8.x ~ 1.12.x

安装

您可以在 GitHub Releases 功能中下载已构建的插件文件.

接下来

  1. 关闭服务器
  2. MoonLakePlugin.jar 文件放入 plugins 文件夹
  3. 运行服务器
  4. plugins/MoonLake/config.yml 配置文件自定义功能
  5. 重载服务器
  6. 安装成功

自行构建

MoonLake 使用 Maven 管理项目依赖关系.

要求

  • JDK 8
  • Maven 3.3.x
  • Git

本地 Maven 仓库 CraftBukkit 和 Bukkit 的构建. 更多内容查看 BuildTools 工具.

运行:

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

您可以在对应模块的 target 目录中找到输出的文件.

反馈

  • 有关错误、问题或讨论,请使用 GitHub Issues 功能.

协议

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