Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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