Argument Types
Various argument types that are found in native conditions
Regular
Name
Description
Value examples
Concrete examples
Arrays
conditions:
# Array of game mode types
- gamemode { gm = creative, survival, adventure }
# Array of material types
- standingon { mat = grass_block, dirt_block }
# Array of furniture id strings
- lookingatfurniture { id = table, chair }Last updated