Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foliageowo/easylib
:four_leaf_clover: 旨在让创建 Minecraft 插件更简单的支持库,易于使用。
https://github.com/foliageowo/easylib
api java library minecraft spigot-api spigot-plugin
Last synced: 25 days ago
JSON representation
:four_leaf_clover: 旨在让创建 Minecraft 插件更简单的支持库,易于使用。
- Host: GitHub
- URL: https://github.com/foliageowo/easylib
- Owner: FoliageOwO
- License: apache-2.0
- Created: 2022-07-04T01:29:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T07:33:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T01:23:04.084Z (2 months ago)
- Topics: api, java, library, minecraft, spigot-api, spigot-plugin
- Language: Java
- Homepage: https://jitpack.io/#WindLeaf233/EasyLib
- Size: 188 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyLib
[![Release](https://jitpack.io/v/WindLeaf233/EasyLib.svg)](https://jitpack.io/#WindLeaf233/EasyLib)
![Build](https://img.shields.io/github/actions/workflow/status/WindLeaf233/EasyLib/build.yml?branch=master)
![Commit](https://img.shields.io/github/last-commit/WindLeaf233/EasyLib)![Size](https://img.shields.io/github/repo-size/WindLeaf233/EasyLib)
[![License](https://img.shields.io/github/license/WindLeaf233/EasyLib)](https://choosealicense.com/licenses/gpl-3.0/):four_leaf_clover: 旨在让创建 `Minecraft` 插件更简单的支持库,易于使用。
---
## 使用方法
**版本号可为 `master-SNAPSHOT` 表示最新构建版**### Gradle
```groovy
repositories {
maven { url 'https://jitpack.io' }
}dependencies {
implementation 'com.github.WindLeaf233:EasyLib:1.0.3'
}
```### Maven
```xml
jitpack
https://jitpack.io
com.github.WindLeaf233
EasyLib
1.0.3
```
## TODOs
* 添加国际化
* 多个 `EasyLibPlugin` 实例兼容性
* 优化更新时插件名提及
* 修复打包问题
* 修改为 `Paper/Spigot` 插件型,便于安装和导入