跳到主要内容

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

FieldTypeDescription
updateRateTicksIntTicks between position updates sent to other servers (20 = 1 second). Default: 5
serverNameStringUnique 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).
allowedWorldsList<String>World patterns where ghosts are visible. Empty = all worlds. Supports partial matches: 'dungeon_' matches dungeon_1, dungeon_2, etc.
defaultVisibilityBooleanDefault ghost visibility state for new players. Default: true