Advertisement
Guest User

gFood Config

a guest
Jun 17th, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. # \----------------------------------------------/
  2. # | gFood Configuration File |
  3. # | Current Version: (version here) |
  4. # /----------------------------------------------\
  5.  
  6.  
  7. # NOTE: Heal and feed amounts go from 0 - 20. (Example: 20 = 10 hearts, 5 = 2 and a half hearts.)
  8. # NOTE: All time in this plugin is done in TICKS. (Example: 1 second = 20 ticks. 5 seconds = 100 ticks.)
  9.  
  10.  
  11. Settings:
  12.  
  13. Enabled: true
  14. PlayEatSound: false
  15. EatDelayTime: 20 (this can be anything from 1-100, default is 1 sec which is 20 ticks)
  16. AutoUpdate: true
  17.  
  18. Foods:
  19.  
  20. Pepsi:
  21. Enabled: true
  22. HealAmount: 1
  23. FeedAmount: 1
  24. Beans:
  25. Enabled: true
  26. HealAmount: 5
  27. FeedAmount: 5
  28. Pasta:
  29. Enabled: true
  30. HealAmount: 7
  31. FeedAmount: 7
  32. CannedFish:
  33. Enabled: true
  34. HealAmount: 7
  35. FeedAmount: 7
  36. MountainDew:
  37. Enabled: true
  38. HealAmount: 20
  39. FeedAmount: 20
  40.  
  41. Other:
  42.  
  43. GoldenApple:
  44. Enabled: true
  45. Time: 100
  46. Sugar:
  47. Enabled: true
  48. Time: 80
  49. SpeedLevel: 2
  50. ChatMessage: '&7*You feel a sugar rush*'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement