Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxlego08/zschedulers

Minecraft scheduler plugin
https://github.com/maxlego08/zschedulers

Last synced: 18 days ago
JSON representation

Minecraft scheduler plugin

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'
}
```