Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taconoburrito/bowcooldown
A Simple Bow Cooldown Plugin For Pocketmine-MP
https://github.com/taconoburrito/bowcooldown
Last synced: 8 days ago
JSON representation
A Simple Bow Cooldown Plugin For Pocketmine-MP
- Host: GitHub
- URL: https://github.com/taconoburrito/bowcooldown
- Owner: TacoNoBurrito
- License: gpl-3.0
- Created: 2021-09-08T14:06:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T15:37:46.000Z (about 3 years ago)
- Last Synced: 2023-03-04T18:50:10.352Z (over 1 year ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# BowCooldown
A simple bow cooldown plugin, limit your players from spamming arrows
# Config
```
# The cool down length
cd: "1.0"# The message sent when they try to shoot
# an arrow whilst on cool down
message: "You are still on bow cd: {time}"# Whether it sends a popup or message
popup: false```