Stannum
Creates a client-side ambient effect using customizable particles, radius, and count
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
Stannum
Stannum
Stannum creates particles within a specified radius that are visible only to the player.

Usage
Start
``` /stannum start ```
Stop
``` /stannum stop ```
Edit
``` /stannum edit <particle> <count> <radius> ```
`<particle>` - particle type `<count>` - number of particles `<radius>` - particle area radius
Configuration
config.yml
```yaml running: false particle: SOUL_FIRE_FLAME count: 100 radius: 10 ```