Skip to main content
Doors and elevators are defined in configuration files within mythic-doors/shared/config/. This page covers the data structures and restriction types.

Door Definition

Each door is a table with the following properties:

Property Reference


Restriction Types

Job Restriction

Restrict door access to players with a specific job.
Examples:

Character Restriction

Restrict door access to a specific character by State ID.
Example:

Property Data Restriction

Restrict door access based on property data values.
Example:

Multiple Restrictions

A door can have multiple restrictions. A player needs to match any one of them to access the door.

Double Doors

Link two doors together so locking/unlocking one affects both.

Elevator Definition

Elevators are multi-floor transport points with per-floor access control.

Floor Properties

Zone Properties


Next Steps

Doors - Exports

Door API methods

Jobs API

Job system for restrictions

Admin Callbacks

Admin door management