A minecraft plugin to make food go bad.
- You can download the plugin from this page.
- Once downloaded, place the jar in the plugins folder of your server files.
- Restart your server.
- User Guide – Getting started and common scenarios
- Commands Reference – Complete list of all commands
- Configuration Guide – Detailed configuration options
You can find the support discord server here.
Please fill out a bug report here.
Linux:
./gradlew clean buildWindows:
.\gradlew.bat clean buildIf you see BUILD SUCCESSFUL, the build has passed.
For development purposes, a Docker-based test server is available with integrated plugin hot-reloading capabilities using ServerUtils (a modern Plugman alternative).
- Copy
sample.envto.envand configure as needed - Build the plugin:
./gradlew build - Start the test server:
./up.sh
After making changes to the plugin code, you can quickly reload it without restarting the server:
Option 1: Using the reload script (recommended)
./reload-plugin.shOption 2: Manual reload
- Build the plugin:
./gradlew build - Copy the new jar to the running container
- Use ServerUtils commands in-game or console:
/serverutils reload FoodSpoilage- Reload the plugin/serverutils unload FoodSpoilage- Unload the plugin/serverutils load FoodSpoilage- Load the plugin/serverutils list- List all plugins
This significantly speeds up the development cycle by eliminating the need for full server restarts during testing.
./down.sh| Name | Main Contributions |
|---|---|
| Daniel Stephenson | Creator |
| Undead_Zeratul | Overhauled many parts of the plugin |
| Caibinus | Fixed some bugs |
| Callum | Fixed some bugs and implemented a caching system for food spoilage times |
| alyphen | Migrated the project to gradle, refactored services |
| Name | Language(s) |
|---|
This project is licensed under the Apache License 2.0.
You are free to use, modify, and distribute this software, provided that:
- You include a copy of the license and any notices in your distribution.
- You state any changes made to the original code.
- You include an explicit grant of patent rights from contributors.
See the LICENSE file for the full text of the Apache License 2.0.
This project is in active development.
You can view the bStats page for the plugin here.