Config

Please follow the comments for an in depth explanation. All requests for help should be directed to the Overview Page comment area!

  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
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
#2 health is one heart, 2 food is one food bar. Food and health bar have a default max of 20. If your server modifies the amount of hearts, this WILL still work!
RegainHealthWithFood: true
Apple:
  Enabled: true
  Health: 2
  Food: 2
  Saturation: 10
BakedPotato:
  Enabled: true
  Health: 2
  Food: 2
  Saturation: 10
Bread:
  Enabled: true
  Health: 2
  Food: 2
  Saturation: 10
Carrot:
  Enabled: true
  Health: 2
  Food: 2
  Saturation: 10
Beef: #CookedBeef or Steak
  Enabled: true
  Health: 2
  Food: 2
  Saturation: 10
Chicken: #CookedChicken
  Enabled: true
  Health: 2
  Food: 2
  Saturation: 10
Fish: #CookedFish
  Enabled: true
  Health: 2
  Food: 2
  Saturation: 10
Melon: #MelonSlice
  Enabled: true
  Health: 2
  Food: 2
  Saturation: 10
MelonBlock: #MelonBlock
  Enabled: true
  Health: 10
  Food: 10
  Saturation: 10
Mushroom: #Mushroom soup
  Enabled: true
  Health: 2
  Food: 2
  Saturation: 10
Pork: #PorkChops
  Enabled: true
  Health: 2
  Food: 2
  Saturation: 10
  
#Be sure to only use 1-5. The rest of the new ones aer NOT implemented.
#Be sure to NEVER set the ID to 0. If you right click with your hand it will crash the client!
#Added a check just in case, but it does not work evertime!
Random:
  Enabled: false
  Health: 2
  Food: 2
  Saturation: 10
  ID: 1
Random2:
  Enabled: false
  Health: 2
  Food: 2
  Saturation: 10
  ID: 1
Random3:
  Enabled: false
  Health: 2
  Food: 2
  Saturation: 10
  ID: 1
Random4:
  Enabled: false
  Health: 2
  Food: 2
  Saturation: 10
  ID: 1
Random5: 
  Enabled: false
  Health: 2
  Food: 2
  Saturation: 10
  ID: 1
#Random6:
#  Enabled: true
#  Health: 2
#  Food: 2
#  Saturation: 10
#  ID: 1
#Random7:
#  Enabled: true
#  Health: 2
#  Food: 2
#  Saturation: 10
#  ID: 1
#Random8:
#  Enabled: true
#  Health: 2
#  Food: 2
#  Saturation: 10
#  ID: 1
#Random9:
#  Enabled: true
#  Health: 2
#  Food: 2
#  Saturation: 10
#  ID: 1
#Random10:
#  Enabled: true
#  Health: 2
#  Food: 2
#  Saturation: 10
#  ID: 1

Comments

Posts Quoted:
Reply
Clear All Quotes