Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vera0011/cooldown-plugin
https://github.com/vera0011/cooldown-plugin
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vera0011/cooldown-plugin
- Owner: Vera0011
- Created: 2024-12-29T12:16:53.000Z (18 days ago)
- Default Branch: master
- Last Pushed: 2024-12-29T19:03:59.000Z (18 days ago)
- Last Synced: 2024-12-29T19:25:29.283Z (18 days ago)
- Language: Java
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.