AuroraBackup is an automatic backup plugin written for the Sponge,This plugin allows you to back up the world on a regular basis. And the instructions and Settings are easy to understand, suitable for beginners to use.
极光自动备份是一款为Sponge端而编写的自动备份插件,该插件可以定时的进行备份世界。且指令及设置简单易懂,适合小白服主上手使用
Download the latest version from the Ore
点击此处下载最新版本
The plugin is distributed under GPL v3 with additional terms.
本插件采用 GPL v3 开源许可证
-
When you distribute a modified version of this plugin, you must modify the plugin's version number in such a way that it differs from the original version. [under GPLv3, 7(c).]
The plugin name and the version number can be edited here.
-
When distributing this plugin, you must attach the copyright notice shown in this plugin. [under GPLv3, 7(b).]
-
当你分发本插件的修改版本时,你必须以一种合理的方式修改本插件的版本号,以示其与原始版本不同。[依据 GPLv3, 7(c).]
本插件的名称及版本号可在此处修改。
-
当你分发本插件时,必须附带本插件所显示的版权声明。[依据 GPLv3, 7(b).]
If you want to submit a pull request, there're some requirements:
- IDE: Intellij IDEA.
- Compiler: Java 1.8.
- Do NOT modify
gradle
files.
如果你想提交一个PR,你需要做到:
- IDE: Intellij IDEA.
- 编译器: Java 1.8.
- 别动
gradle
的文件.
Simply execute following command:
只需要执行这条命令:
./gradlew clean build