Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Entity / GameMode / Spectator.json

Spectator

Server/Entity/GameMode/Spectator.json, 721 B

Fields

FieldType
Spectatorboolean
MovementConfigIdstring
Flyingboolean
NoClipboolean
Invulnerableboolean
Intangibleboolean
ItemDropsboolean
PreventInventoryAccessboolean
OverrideAllInteractionsboolean
TriggerBlocksboolean
LockedCameraViewstring
EntityEffectIdstring
VoiceChannelstring
HudComponentsarray[7]
InteractionsOnEnterobject

Source

{
  "Spectator": true,
  "MovementConfigId": "Spectator",
  "Flying": true,
  "NoClip": true,
  "Invulnerable": true,
  "Intangible": true,
  "ItemDrops": false,
  "PreventInventoryAccess": true,
  "OverrideAllInteractions": true,
  "TriggerBlocks": false,
  "LockedCameraView": "FirstPerson",
  "EntityEffectId": "Spectator",
  "VoiceChannel": "Spectator",
  "HudComponents": [
    "Chat",
    "Notifications",
    "KillFeed",
    "InputBindings",
    "PlayerList",
    "EventTitle",
    "Compass"
  ],
  "InteractionsOnEnter": {
      "Interactions": [
        {
          "Type": "Simple",
          "Effects": {
            "LocalSoundEventId": "SFX_Avatar_Powers_Disable_Local"
          }
        }
      ]
    }
}