Allows players to leave a path behind them while walking.
Commands: 
/trails help - View the plugin commands. 
/trails reload - Reload the configuration files. 
/trails - Toggle your trail path on and off. 
/trails on - Toggle your trail path on. 
/trails off - Toggle your trail path off. 
Permissions: 
TRAILS.* - Access to all commands. 
TRAILS.HELP - Use the /trails help command. 
TRAILS.RELOAD - Use the /trails reload command. 
TRAILS.TOGGLE - Use the /trails, /trails on, /trails off commands.

# General Settings
check-for-updates: true # Check for new plugin updates
# Use mini messages
# Allows for clickable links, actions and more.
# https://www.spigotmc.org/threads/minimessage-rich-text-messages-made-easy.433454/
use-mini-message: false
# Path Configuration Settings
# This allows you to set a time period before the material is returned to normal
# You can set to -1 to disable this feature and it will never return
path-timer: -1
# Material Types
#
# Format = Material Type To Change:
#           Types to change to : Percentage chance of each type
#
paths:
  GRASS: 
    DIRT: 50           # If you want just one block type then put the type with 100 chance
    COARSE_DIRT: 50