Skip to content

config.yml

The config.yml file in Eat Everything is intentionally small. It controls startup behavior rather than gameplay logic, because the real item behavior lives in command-edited data components and food-components.yml.


  • update-checker-enabled: When set to true, the plugin checks Spigot for a newer public version during startup and logs a console message if an update is available.

  • Disabling the update checker has no effect on item editing, custom components, or command registration.
  • This file is read during startup and after /ee reload.
  • If you prefer fully offline production environments, setting the value to false disables the external version check.

update-checker-enabled: true