Interface: StateStorageOptions
Represents the
stateStorageOptionsobject used to configure how the manager persists player state, including Redis and JSON-based backends.
Property Type Description Optional typeStateStorageTypeThe storage method to use ( redisorjson).redisConfigRedisConfigConfiguration for Redis-based storage. jsonConfigJsonConfigConfiguration for JSON file-based storage. deleteDestroyedPlayersboolean Whether to delete inactive players when they leave.