Package net.storm.api.events
Class ConfigSync
java.lang.Object
net.storm.api.events.ConfigSync
An event fired when configuration synchronization occurs.
This event is triggered when the configuration system synchronizes settings, typically after loading or saving configuration data. Plugins can subscribe to this event to perform actions that depend on configuration being fully loaded or synchronized.
This is a marker event with no associated data - its presence alone signals that synchronization has occurred.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigSync
public ConfigSync()
-