THIS PLUGIN HAS NO EFFECT WITHOUT CLIENT MOD
Since vanilla server don't sync saturation and exhaustion, the
AsteorBar mod cannot display these attributes correctly on server. This plugin can detect if the players have installed the client mod and send saturation and exhaustion info to them.
Config file:
Code (Text):
# How often the plugin will send packets to players, in ticks.
updateInterval: 2
# Only when player's saturation difference is greater than this value, the plugin will send a packet to the player.
saturationUpdateThreshold: 0.01
# Only when player's exhaustion difference is greater than this value, the plugin will send a packet to the player.
exhaustionUpdateThreshold: 0.01
# Message in console when receiving an activation packet from a player.
consoleActivationMessage: true