Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khjxiaogu/MiraiPluginTemplate
Template plugin for mirai
https://github.com/khjxiaogu/MiraiPluginTemplate
Last synced: 3 months ago
JSON representation
Template plugin for mirai
- Host: GitHub
- URL: https://github.com/khjxiaogu/MiraiPluginTemplate
- Owner: khjxiaogu
- License: lgpl-2.1
- Created: 2020-09-13T16:39:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T08:13:55.000Z (about 4 years ago)
- Last Synced: 2024-02-11T22:46:35.266Z (9 months ago)
- Language: Java
- Size: 26.4 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mirai - khjxiaogu/MiraiPluginTemplate - console插件模板工程,可以快速生成插件。 (mirai-console 插件)
README
# mirai插件模板
用于快速生成mirai java插件,IDE为eclipse。
# 食用方法
0. 使用模板创建git项目。(点击github页面的绿色按钮Use this template,然后跟着向导创建项目。)
1. git clone到本地。
2. 打开pom.xml,找到properties,修改mirai.plugin.main到你的主类,mirai.plugin.author到你的名称,同时修改groupId artifactId name description等设置。
3. 修改src/main/java-templates和src/main/java里的包名为你需要的包名。
4. 在Main.java里面写插件。