# Starve: The Food Plugin# Version 0.6.0# by: Ogaron# ------------------------------------------------------------------------------------------------# | Enable/Disable |# ------------------------------------------------------------------------------------------------# This sets if the /starve and /starve <player> commands are enabled.enable-starve:true# This sets if the /satisfy and /satisfy <player> commands are enabled.enable-satisfy:true# This sets if the /hunger and /hunger <player> commands are enabled.enable-hunger-status:true# ------------------------------------------------------------------------------------------------# | Starve & Satisfy |# ------------------------------------------------------------------------------------------------# 0 = No "Drumsticks" left, 1 = 1/2 A "Drumstick" left, 20 = Full Food Bar.# NOTE: Setting this too far from the deafult could be cheating!# Sets how much you starve yourself with the /starve command.starve-self-amount:0# Sets how much you starve others with the /starve <player> command.# By default, only ops can use this command.starve-others-amount:0# Sets how much you can satisfy yourself with the /satisfy command.# By default, only ops can use this command.satisfy-self-amount:20# Sets how much you satisfy others with the /satisfy <player> command.# By deafult, only ops can use this command.satisfy-others-amount:20# -------------------------------------------------------------------------------------------------# | Hunger Effect |# -------------------------------------------------------------------------------------------------# To convert ticks to seconds: 20 * seconds = Total Ticks (ex. 20 * 10 = 200 ticks or 10 seconds)# Sets how long you're hungered (in ticks) when you hunger yourself with the /hunger command.hunger-self-duration:1200# Sets how long you hunger others (in ticks) when you use the /hunger <player> command.hunger-others-duration:1200
Comments
To post a comment, please login or register a new account.
Comments