Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Latest commit

 

History

History
56 lines (38 loc) · 1.76 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.76 KB

MCFoodRegen

This Bukkit plugin replaces Minecraft default food mechanics. Hunger and natural health generation are now disabled and food regenerates health.

Comparision to similiar plugins

X MCFoodRegen OldDays RPG Config
Configurable ❌ (for now) ✔️ ✔️
Aditional features ✔️ ✔️
Uses PlayerItemConsume event instead of PlayerInteractEvent ✔️
Works with all vanilla foods without configuring ✔️
Works right out of the box (download, install and play) ✔️
Configurable ✔️ ✔️

Compiling

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

You can also download pre-compiled artifacts by clicking here.

Prerequisites

  • JDK 1.8 or higher (which is not Java Runtime Environment).
  • Git
  • Maven
  1. Grab a copy of the source, either by downloading it as a ZIP file or by using Git.
git clone https://github.com/SigmaRS/MCFoodRegen.git
cd MCFoodRegen
  1. Compile
mvn clean package

Installing

  1. In the "target" folder you'll have a file named "MCFoodRegen-1.0-SNAPSHOT.jar" after compiling the project with Maven.
  2. Extract it to your server plugins' folder.
  3. Start the server.
  • If you don't want to compile, you can also download pre-compiled artifacts by clicking here.

Built With

  • Maven - Dependency Management

Authors

  • douglasb2310 - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details