Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vera0011/cooldown-plugin


https://github.com/vera0011/cooldown-plugin

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Minecraft-plugin- Cooldown
This plugin allows the user to add a cooldown for a specific user and material.

## Usage
```sh
/cooldown

## Internal workflows
Users and materials are stored in HashMap, similar to this JSON:
```json
{
"user_id": [{
"date": "date",
"material": "material"
}]
}
```

This plugin also provides an integration with the Placeholder API. The only available placeholder is `%cooldownPlugin_cooldown_USER_MATERIAL%`, that returns `true` or `false` if the user has a cooldown in that specified Material.