Configuration
The settings and options can be configured in the MagicGatherPanel file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.Gather Rate
The gather rate can be set by a plugin or in the config. If no plugin is being used it will use the default gather rate in the config for everyone.Developer API
Global Gather Rate
If your plugin sets a global gather rate you can implement the hook below in your plugin to return what the current gather rate is.To update the gather panel for every player you can call the following hook on GatherPanel
Player Gather Rate
If your plugin sets a player gather rate you can implement the hook below in your plugin to return what the players current gather rate is.To update the gather panel for a specific player you can call the following hook on GatherPanel