Skip to main content

BetterFood Compatibility

Runtime Targets

The current repo targets:

  • Plugin version: 1.3.2
  • Bukkit api-version: 1.21.4
  • Spigot API build target: 1.21.4-R0.1-SNAPSHOT
  • Java: 21

Commands

The plugin uses:

  • /betterfood
  • /bf

Current player-facing subcommands focus on toggling:

  • automatic eating (toggleEating, or just /betterfood with no arguments)
  • consumption feedback messages on the action bar (toggleMessage)

Tab completion offers toggleEating and toggleMessage as the only suggestions. Console usage is not the intended path — the executor refuses non-player senders with an informational message.

Other Integrations

  • bStats metrics are enabled (plugin id 4557) — disable globally via the bStats configuration if you want to opt out.
  • No external plugin dependencies; BetterFood listens only to vanilla FoodLevelChangeEvent.