Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxlego08/zschedulers
Minecraft scheduler plugin
https://github.com/maxlego08/zschedulers
Last synced: 18 days ago
JSON representation
Minecraft scheduler plugin
- Host: GitHub
- URL: https://github.com/maxlego08/zschedulers
- Owner: Maxlego08
- License: gpl-3.0
- Created: 2023-09-18T14:28:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-22T09:57:40.000Z (6 months ago)
- Last Synced: 2024-05-22T11:01:32.709Z (6 months ago)
- Language: Java
- Size: 843 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zSchedulers
- Documenation: https://scheduler.groupez.dev/
- Discord: https://discord.groupez.dev/# API
## Maven
```xml
jitpack.io
https://jitpack.io
```
```xml
com.github.Maxlego08
zSchedulers
[VERSION]
```## Gradle
```xml
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```
```xml
dependencies {
implementation 'com.github.Maxlego08:zSchedulers:Tag'
}
```