syncConfig

abstract fun syncConfig(config: Config, server: MinecraftServer)

Manually sync a non-client config (which doesn't need syncing).

Configs synced this way should probably also use Config.save

Author

fzzyhmstrs

Since

0.7.3

Parameters

config

Config the config that is going to be synced

server

MinecraftServer the server instance for sending the update to all connected players.