HungerPlusPlus v0.2

Details

  • Filename
    HungerPlusPlus_v0.2.jar
  • Uploaded by
  • Uploaded
    Aug 17, 2012
  • Size
    6.09 KB
  • Downloads
    1,630
  • MD5
    88b0d4d76f300e7dcef2ecfe7fa54994

Supported Bukkit Versions

  • CB 1.2.5-R4.0

Changelog

HungerPlusPlus Version 0.2

  • Changed the name of "realistic_metabolism" to "basal_metabolic_rate" in the config file. (Be sure to delete and regenerate the config.yml or change it manually)
  • basal_metabolic_rate now takes the hunger_rate setting into account/is unaffected by the hunger_rate setting.

Since the hunger_rate affects all hunger-inducing things, including the basal_metabolic_rate, previously you had to calculate that when setting the basal_metabolic_rate. For example, before, if you had set the basal_metabolic_rate to 3 days, but the hunger_rate was set to 3 (triple normal), the triple hunger affected the basal_metabolic_rate and you only got 1 day. To get 3 days with triple the hunger rate, you had to set basal_metabolic_rate to 9 to compensate.

Now setting basal_metabolic_rate to 3 days will be 3 days, regardless of what hunger_rate is set to. To fix any old settings, just divide the old basal_metabolic_rate by the hunger_rate.

For example, if you previously had it set to hunger_rate 3 and realistic_metabolism 9, setting it to hunger_rate 3 and basal_metabolic_rate 3 (which is 9 divided by 3), will work exactly the same in the new version as hunger_rate 3 and realistic_metabolism 9 did in the old version.

This is the very first version and hasn't been tested much with a heavy load, so I don't know if it will cause any issues on larger servers. I don't have any reason to think it would, but I haven't tried it with large groups.