From c406f5dd423818610cf342b00c13e0bf1c7a7a9a Mon Sep 17 00:00:00 2001 From: u2g Date: Wed, 29 Mar 2017 23:20:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B0=20v1.9-a3.1=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- pom.xml | 2 +- src/main/java/com/minecraft/moonlake/MoonLakePlugin.java | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8e050be9..6e13c653 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# MoonLake [![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=1.9-a3&x2=0)](https://github.com/u2g/MoonLake) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://github.com/u2g/MoonLake) [![Open Source Love](https://badges.frapsoft.com/os/gpl/gpl.svg?v=102)](https://github.com/u2g/MoonLake) +# MoonLake [![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=1.9-a3.1&x2=0)](https://github.com/u2g/MoonLake) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://github.com/u2g/MoonLake) [![Open Source Love](https://badges.frapsoft.com/os/gpl/gpl.svg?v=102)](https://github.com/u2g/MoonLake) Minecraft MoonLake Core API Plugin -By Month_Light Ver: 1.9-a3 +By Month_Light Ver: 1.9-a3.1 ## 简介 这个插件提供了大量的 API 功能,实现了一些 Bukkit 无法做到的 NMS 功能
diff --git a/pom.xml b/pom.xml index 2cc69f3a..34d367af 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.minecraft.moonlake MoonLake jar - 1.9-a3 + 1.9-a3.1 1.8 diff --git a/src/main/java/com/minecraft/moonlake/MoonLakePlugin.java b/src/main/java/com/minecraft/moonlake/MoonLakePlugin.java index 13408252..39e49796 100644 --- a/src/main/java/com/minecraft/moonlake/MoonLakePlugin.java +++ b/src/main/java/com/minecraft/moonlake/MoonLakePlugin.java @@ -30,7 +30,7 @@ *
*
*

Minecraft MoonLake Core API Plugin

- *

By Month_Light Ver: 1.9-a3

+ *

By Month_Light Ver: 1.9-a3.1

*

Website: MoonLake Website

*

QQ Group: 377607025 -> Jump

*
@@ -65,7 +65,7 @@ *

修改操作请您遵守 GPLv3 协议,您必须公开修改过的所有代码!

*
* - * @version 1.9-a3 + * @version 1.9-a3.1 * @author Month_Light */ public class MoonLakePlugin extends JavaPlugin implements MoonLake {