Skip to content
TheMeinerLP edited this page Aug 24, 2026 · 17 revisions

Falco

Falco is a high-performance Anvil chunk loader and light engine for Minestom, plus an Instance implementation that cleans up after itself and a migration engine for worlds older than the server you run. Four modules, no dependency between them, all opt-in.

The repository README says what the project is and carries a five-step quick start. Everything below is the documentation.


New here? Tutorial Load your first world with Falco takes you from an empty Gradle project to a server serving a stored world with working light, in about fifteen minutes.

Trying to get something done? The how-to guides cover adding Falco to a build, loading a world, computing light, migrating an old world and running the benchmarks.

Looking up a value? Reference Modules and coordinates for artefacts and endpoints, Reference Supported versions for the floors, Reference Measured results for every published table, Reference Exceptions and faults for what a failure means.

Wondering how it works, or why? Explanation Choosing between Falco and the built-in loader and Explanation Scope and non-goals are the two pages most people need first.


Getting started

How-to guides

Setting up

Loading worlds

Light

Instances

Measuring

Reference

Reference Measured results owns every figure quoted anywhere in this wiki. Where a table disagrees with anything printed outside it, the table wins.

Background

Deciding whether to adopt

How it works

Why it is built this way

What the numbers mean

Project record

Not documentation of the software — the record of building it. Kept because each answers a question that will be asked again.

  • Project Status — what is in the branch, the defects found and fixed, what is still open, and what was investigated and deliberately not built
  • Research — the index of the investigations
  • Documentation conventions — how this wiki is organised and which page owns which fact

Working on Falco

Getting started

How-to guides

four more

Reference

six more

Background

nine more

Project record

Working on Falco

six more

Repository · Quick start · Issues

Clone this wiki locally