Slowing Grass
Grass will slow down the player.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Slowing Grass
About
The player will be given a slowness effect when he walks into the grass.
Permissions
| Permission | Description | |---------------------|:---------------------:| | ```slowinggrass.bypass``` | Allows you to bypass the slowdown function. | | ```slowinggrass.reload``` | Allows you to use the /sg reload command |
Plugin configuration
config.yml
```yaml
Leave the quotes empty to remove the prefix.
prefix: "&b[Slowing Grass] "
levels: slowness-in-grass: 0 slowness-in-tall-grass: 1
actionbar: enabled: true grass-slowed-down-message: "&fThe grass slowed you down." grass-no-longer-slows-down-message: "&fGrass no longer slows you down."
messages: no-permission: "&cYou do not have permission to execute this command." configuration-reloaded: "&fThe plugin configuration has been successfully reloaded." ```
