Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarna/shielddelay
https://github.com/tarna/shielddelay
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarna/shielddelay
- Owner: tarna
- Created: 2024-05-26T18:15:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-26T19:13:58.000Z (7 months ago)
- Last Synced: 2024-12-23T05:12:15.876Z (13 days ago)
- Language: Kotlin
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShieldDelay
ShieldDelay is a plugin that allows you to modify the cooldown delay between shield uses.
This plugin requires [Paper](https://papermc.io/software/paper) as it uses an event from the Paper API.
## Config
```yml
# the delay in ticks of a shield's cooldown
# a negative value will use the default cooldown
shield-delay: -1
```## Commands
- `/shielddelay` - Shows information about the plugin.
- `/shielddelay reload` - Reloads the plugin's configuration.
- `/shielddelay set ` - Sets the delay in ticks of a shield's cooldown.
- `/shielddelay get` - Shows the current delay in ticks of a shield's cooldown.## Permissions
- `shielddelay.use` - Allows the use of the `/shielddelay` command.