Skip to content

Lighting Commands

System commands - uses hytale.system.command.* namespace

Lighting management.

Aliases: light

Permission: hytale.system.command.lighting.*

/lighting get <x> <y> <z> [--hex]
/lighting info [--detail]
/lighting invalidate [--one]
/lighting calculation <light-calculation> [--invalidate]
/lighting send local [enabled]
/lighting send global [enabled]
SubcommandArgumentsPermissionDescription
get<x> <y> <z> [--hex]lighting.getGet light level at position
info[--detail]lighting.infoLighting system info
invalidate[--one]lighting.invalidateInvalidate lighting cache
calculation<light-calculation> [--invalidate]lighting.calculationSet lighting calculation type
send local[enabled]lighting.sendToggle local lighting data sending
send global[enabled]lighting.sendToggle global lighting data sending
ArgumentTypeRequiredDescription
x, y, zRelativeBlockPositionYesBlock coordinates to check
light-calculationLightCalculationTypeYesFLOOD or FULLBRIGHT
--hexFlagNoOutput light value in hexadecimal
--detailFlagNoShow detailed lighting info
--oneFlagNoInvalidate only current chunk
--invalidateFlagNoInvalidate after changing calculation type

/lighting send Notes:

  • local controls whether local light sources (torches, etc.) are sent to clients
  • global controls whether global lighting (sun/moon) is sent to clients
  • Omitting enabled toggles the current value
  • Useful for debugging lighting issues