https://github.com/euank/sudofeedme
Simple minecraft plugin to prevent too much starvation
https://github.com/euank/sudofeedme
Last synced: 8 months ago
JSON representation
Simple minecraft plugin to prevent too much starvation
- Host: GitHub
- URL: https://github.com/euank/sudofeedme
- Owner: euank
- Created: 2013-04-08T06:02:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-08T06:14:38.000Z (about 13 years ago)
- Last Synced: 2025-01-24T17:19:27.617Z (over 1 year ago)
- Language: Java
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudo Feedme
### A craftbukkit plugin to prevent starvation
This plugin prevents the player's food amount from falling below 3.5 food pieces.
This is the lowest level at which the player is still able to run. This plugin's
intended effect is to prevent starvation and not being able to run while still
allowing food to be useful for healing.
It was last tested with 1.5.1, but it is likely that it will not break anytime soon.
### Compiling
wget http://dl.bukkit.org/downloads/bukkit/get/latest-dev/bukkit.jar -O Bukkit.jar
ant
The compiled plugin will be in `dist/SudoFeedme.jar` and can be moved to your servers `plugins` folder.
There are no configuration options.