Ghost Configuration
Ghost Configuration
Entry ID: ghost_config
Type: Manifest
Color: Gray
Icon: mdi:cog
The Ghost Configuration manifest defines global settings for the ghost visibility system, including update rates, Redis cross-server filtering, world restrictions, and default visibility.
Fields
| Field | Type | Description |
|---|---|---|
updateRateTicks | Int | Ticks between position updates sent to other servers (20 = 1 second). Default: 5 |
serverName | String | Unique server name for Redis cross-server filtering. MUST be unique per server instance. If empty, a random name will be generated (not recommended for production). |
allowedWorlds | List<String> | World patterns where ghosts are visible. Empty = all worlds. Supports partial matches: 'dungeon_' matches dungeon_1, dungeon_2, etc. |
defaultVisibility | Boolean | Default ghost visibility state for new players. Default: true |