Configuration

Default Configuration:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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

Posts Quoted:
Reply
Clear All Quotes