This plugin is a simple rules plugin for your server. it is 100% configurable and easy to use! this is my first spigot plugin I have posted before so please let me know if there are any flaws.
COMMANDS: /rules-Sends the configured rules to player
/rules reload-Reloads config.yml
/rules add/remove - Add or Remove rules from in-game
/rules cooldown - Change cooldown from in-game
PERMISSIONS:
serverrules.cmd - Allows access to do /rules
serverrules.admin - Allows access to do all admin commands
#===================================== #ServerRules Configuration #------------------------------------- #Use MC chat color codes to change message colors #Chat Color Docs: https://www.digminecraft.com/lists/color_list_pc.php #=====================================
#add a new line to add another rule rules: - 'Put Your Rules Here!'
#change if cooldown for /rules is enabled and change its message #time is in seconds (set to 0 for no cooldown) #use {COOLDOWN} to get remaining time cooldown: message: '&cYou cannot execute that command for &b{COOLDOWN} &cseconds' time: 5 admin-bypass: true