## KeyAll Plugin
KeyAll is a simple Minecraft plugin that automatically gives random crate keys to all online players every hour.
It is designed for survival, skyblock, and other gamemodes to keep players engaged and excited.
### Features
- Give random crate keys to all online players.
- Weighted system: common, gold, prime, amethyst, crimson.
- Customizable messages in `config.yml`.
- Broadcast announcement when keys are given.
- Supports PlaceholderAPI.
### Commands
- No player commands required, everything runs automatically.
### Configuration
The `config.yml` file allows you to customize:
- Interval between key drops.
- Weighted chances for different crate keys.
- Broadcast message.
### Example
```yaml
interval-seconds: 3600
weighted-commands:
- cmd: "crates key giveall common"
weight: 5
- cmd: "crates key giveall gold"
weight: 3
