Skip to content

Latest commit

 

History

History
113 lines (92 loc) · 4.28 KB

File metadata and controls

113 lines (92 loc) · 4.28 KB
title Iris
description Iris world generation engine for Paper and Folia
published true
date 2026-08-20 00:00:00 UTC
tags iris
editor markdown
dateCreated 2026-08-09 00:00:00 UTC

Iris replaces vanilla world generation. You write dimensions, regions, biomes, objects, and jigsaw structures as JSON data packs. Iris assembles them when it generates a chunk.

Command /iris (ir, irs)
Load STARTUP — before any world loads
Folia Supported
Permissions iris.all, iris.treefeller
Integrations WorldEdit, ItemsAdder, Nexo, CraftEngine, MMOItems, MythicMobs, MythicCrucible, EcoItems, ExecutableItems, SCore, MythicLib, eco, KGenerators, PlaceholderAPI

Iris declares loadbefore: Multiverse-Core. If you run Multiverse, Iris must start first. If Multiverse starts first, it claims Iris worlds with the vanilla generator. Multiverse cannot create, delete, regenerate, or clone Iris worlds — those commands are refused. Read Multiverse before running any of them. {.is-warning}

Permissions

Node Default Covers
iris.all op The full /iris tree — worlds, studio, pregen, packs, developer tools
iris.treefeller op Lets survival players fell Iris-managed trees with an axe

iris.all is coarse. There is no per-subcommand node. Anyone who holds it can create, unload, evacuate, and delete worlds. Grant it to administrators only. Use iris.treefeller for the one player-facing feature.

Getting started

Concepts and worlds

Authoring a pack

Examples and operations

Maintainer

Developer API

Support