▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Corex

Corex

Modern, Paper-exclusive compiled scripting engine

Оцените первым
32
6

Corex

!Folia !Velocity !Paper

A high-performance, compiled scripting engine for Paper / Folia / Velocity. Simple, automated, convenient - meet Corex.


⚡ Compiled at startup

Scripts are parsed once. Every call runs prebuilt bytecode - performance does not depend on the number of scripts.

🏷️ Tags instead of variables

<player.name>, <player.health>, <player.location.x> - data is embedded directly into the string, no intermediate assignments needed.

💾 Persistent flags

A flag is written with a single command - on a player, a block, or globally. Survives restarts. Supports TTL: data deletes itself after a set time.

🌿 Folia support

Corex tracks threads and switches between regions automatically. Scripts are written as usual - no special handling required.

🌐 Velocity - same syntax

Proxy scripts use the same language. Cross-server logic, global data, high performance.

🔄 Hot reload

/run reload - scripts are recompiled on the fly. The server keeps running.


Script Queue

!Queue

Every script runs in its own isolated queue. While one queue is waiting (for a delay, a command execution, or a region switch) - the others keep going. Each queue has its own variables and its own position in the code.


.jar lifecycle

!File lifecycle

One .jar file runs on Paper, Folia and Velocity. On load, the server detects the platform and reads the right config.


Command syntax

!Command style

Every command starts with -, followed by the command name and arguments. Arguments come in two types: linear - passed as a plain value ("Some text"), and prefix - passed as key:value (targets:<player[_TIZIS_]>). Tags can be used in any argument - they are evaluated at the moment the command runs.


Tag syntax

!Tag style

A tag is a chain inside < >. Read left to right: player - who, .name - their name (string), .length - the length of that string (number), .isMoreThan[10] - whether it is greater than 10 (boolean). Each part receives the result of the previous one and returns a new value. The final result is substituted wherever the tag is written.


!Corex stats

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Ссылки

Детали

Лицензия:
Опубликован:1 месяц назад
Обновлён:1 неделю назад
Главная