Skip to main content
Dan's Plugins Community
HomeNewsGuidesLeaderboardAboutRoad MapCommissionsAccountDiscordPatreonLinkedInRPKit
All guides

FoodSpoilage Guide

0

User Guide

Prerequisites

  • A Spigot or Paper Minecraft server (API version 1.13 or later).
  • The FoodSpoilage plugin jar placed in the plugins/ folder and the server restarted.
  • (Optional) rpk-food-lib-bukkit – provides extended food definitions via RPKit integration.

First Steps

  1. Start your server with the plugin installed. FoodSpoilage will generate a default plugins/FoodSpoilage/config.yml.
  2. Review the configuration file and adjust spoil times and other settings to suit your server. See CONFIG.md for a full reference.
  3. Reload the configuration without restarting: /fs reload
  4. Give the food item you want to test to yourself and check its remaining time with /fs timeleft.

Common Scenarios

Checking when a food item will expire

  1. Hold a food item in your main hand.
  2. Run /fs timeleft.
  3. The plugin will display the remaining time before the item spoils.

Reloading the configuration

After editing plugins/FoodSpoilage/config.yml:

/fs reload

Permissions

PermissionDescriptionDefault
fs.defaultAllows use of the base /fs commandEveryone
fs.helpAllows use of /fs helpEveryone
fs.timeleftAllows use of /fs timeleftEveryone
fs.reloadAllows use of /fs reloadOP only
View this guide on GitHub
v0.14.0
Source CodeReport a Bug