Skip to main content

GlobalSettings

GlobalSettings = object & TypedEventEmitter<GlobalSettingsEvents>

Community-scoped global settings container. Provides keyed access to setting values by group and item, and emits events when settings change.

Access this object via rootServer.globalSettings.

Settings are accessed by group key and then item key, matching the structure declared in your manifest:

rootServer.globalSettings[groupKey][itemKey]

For event name constants, see GlobalSettingsEvents.