Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt

Use this file to discover all available pages before exploring further.

Dimension Facts

In Temporary Dimension (in_temporary_dimension_fact)

Checks if the player is currently in ANY temporary dimension.
  • Returns: 1 if true, 0 if false.

In Specific Dimension (in_specific_dimension_fact)

Checks if the player is in a specific type of temporary dimension.
FieldTypeDefaultDescription
dimensionRef<TemporaryDimension>EmptyThe dimension definition to check against.
  • Returns: 1 if true, 0 if false.