BetaFoodAdvanced (BFA) is a Spigot Plugin for modern Minecraft releases that attempts to bring back the old beta (pre-b1.8) food system, in which, consumed items would heal you directly; ensuring you only have to eat when you lose hearts.
This plugin has been tested on 1.12.2. Due to name changes in 1.13; items like raw_beef become beef. Support for name aliases will be added shortly. For the time being this plugin is exclusively 1.13+
A video featuring the plugin, along with the resource pack. BFA features an amazing server-resource pack that removes the hunger bar completely; just like beta Minecraft. The resource pack can be manually downloaded here.
By default, the plugin issues the client to download the resource pack, if canceled it will not be issued again. You can disable this in config.yml; additionally, you can force players to use the resource pack. As most plugins do, Beta Food Advanced provides a simple, straightforward configuration file. You can find your config file located in plugins/BetaFoodAdvanced/config.yml. As of now, BFA has three settings:
Code (YAML):
# Enables the custom resourcepack which removes the hungerbar. resourcepackEnable: true
# Forces the player to download the pack. resourcepackEnable must be true. resourcepackForce: false
# Sends if player declines resourcepack and resourcepackForce is enabled resourcepackKickMessage: "§6§l[BFA]§r You must accept the resourcepack to play. Remove and re-add the server."
resourcepackEnable: if enabled, prompts the player to download the resource pack; if the player chooses so. (Default value: true)
resourcepackForce: requires "resourcepackEnable" to be true. Forces the player to install the resource pack; if canceled the player is kicked and the "resourcepackKickMessage" is displayed.
resourcepackKickMessage: Message to display if the player is kicked for not enabling the resource pack (only applicable if "resourcepackForce" is enabled). This message should include some sort of instructions for the user to reaccept (Minecraft does not re-prompt; the user must delete, and add the server back to their list).
If you need support for any reason. You can go to the Discussion Page. For faster, and simpler help from me and the community, you can join the Discord Server. I recommend joining for updated information, help, and a chill place! BetaFoodAdvanced is signed under the MIT License. You are free to use, copy, redistribute, modify and/or publish. If you find an issue with BetaFoodAdvanced; create an issue on GitLab. If you want to add anything, create a pull request, or fork it to yourself!
Also, if you like what you see, please give a generous review. If you are unhappy; please also leave a review detailing what is wrong.