TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/VolmitSoftware/Iris/llms.txt
Use this file to discover all available pages before exploring further.
/iris command is the main entry point for Iris world management. All subcommands can be accessed via /iris <subcommand> or the aliases /ir and /irs.
World Management
Create a World
Create a new Iris world with a specific dimension pack.name- The name of the world to create (cannot be “iris” or “benchmark”)dimension- The dimension type to use (default:default)seed- The world seed (default:1337)main- Set as main world on restart (default:false)
+, c
Example:
Remove a World
Remove an Iris world and optionally delete its files.world- The world to removedelete- Also delete world folder (default:true)
del, rm, delete
Example:
Load a World
Load an existing Iris world that isn’t currently loaded.import
Example:
Unload a World
Unload an Iris world without deleting it.Evacuate a World
Teleport all players out of a world.World Information
List Worlds
Show all loaded worlds, separated by Iris and non-Iris worlds.accesslist
World Height
Display the min/max height of your current world.World Metrics
Get performance metrics for the current Iris world.measure
Teleportation
Teleport to World
Teleport yourself or another player to a world’s spawn.tp
Example:
Pack Management
Download a Pack
Download dimension packs from the Iris Dimensions repository.pack- Pack name (default:overworld)branch- Git branch (default:main)overwrite- Overwrite existing pack (default:false)
dl
Example:
Update World Pack
Update a world’s dimension pack to a different version.world- The world to updatepack- The dimension pack to installconfirm- Confirm you’ve read the warnings (default:false)fresh-download- Download the pack again (default:false)
update-world
Example:
Utility Commands
Version Info
Display Iris version information.Studio Shortcut
Quick command to open a studio world for the overworld pack./studio open overworld 1337
Reload Config
Reload Iris configuration files.Debug Mode
Toggle debug logging.on- Enable/disable debug (toggles if not specified)
Advanced Commands
Aura Configuration
Configure the visual aura effect.h- Hue value (default:-20)s- Saturation value (default:7)b- Brightness value (default:8)
Bitwise Calculator
Perform bitwise calculations.|, &, ^, >>, <<, %
Example: