AppleCore — Configuration
Commands
AppleCore adds administrative commands to help players and server owners manage hunger levels without needing external tools.
| Command | Description |
|---|---|
/hunger [player] <value> |
Sets the specified player's hunger level to the given value (0-20). |
/hunger [player] add <value> |
Adds the specified amount of hunger to the player's current level. |
/hunger [player] set <value> |
An alternative syntax for setting the hunger level. |
Configuration
The configuration file (applecore.cfg) allows players to toggle visual features or adjust how the API interacts with the game.
| Option | Default | Description |
|---|---|---|
showFoodValuesInTooltip |
true | Enables the hunger/saturation info when holding Shift. |
showFoodValuesOnHud |
true | Enables the flashing icons on the hunger bar when holding food. |
showSaturationHudOverlay |
true | Enables the yellow border representing current saturation. |
showExhaustionHudUnderlay |
true | Enables the exhaustion progress bar behind the hunger bar. |
showFoodValuesInTooltipAlways |
false | If true, tooltips show without needing to hold Shift. |