An open API service indexing awesome lists of open source software.

https://github.com/core2002/bukkittemplate

这是一个Bukkit的插件模板,用来快速启动一个新的Craft Bukkit Project
https://github.com/core2002/bukkittemplate

bukkit-plugin minecraft template-project

Last synced: about 1 year ago
JSON representation

这是一个Bukkit的插件模板,用来快速启动一个新的Craft Bukkit Project

Awesome Lists containing this project

README

          

🪁 Bukkit Template


这是一个Bukkit的插件模板,用来快速启动一个新的Craft Bukkit Project

------

## 介绍
因为每次写插件都要从头开始创建项目,
然后再从原来的项目抄代码然后改名字,
感觉很费时费力,于是就开发了此项目。

## 例子
```bash
git clone https://github.com/Core2002/BukkitTemplate && cd BukkitTemplate

python init.py
Type Your Project Name

gradlew build
```

> 细节披露:
>
> 根据你的需求,记得删除 `.git` 文件夹。
>
> `init.py` 运行完毕之后,他滴任务完成啦~
> 所以脚本消失属于正常现象捏~( ̄▽ ̄)~*