OnRegisteredServerListener

Listener for on-registered events on the server side. Will be fired for all configs registered on the server, including your own. Common code should also use this, as server configs are loaded on both sides regardless of environment (they are not technically "server" configs, they are "synced" configs).

Register with EventApi.onRegisteredClient

Author

fzzyhmstrs

Since

0.5.9

Functions

Link copied to clipboard
abstract fun onRegistered(config: Config)

Called by the onRegisteredClient event when the client side of a config is synced.