Перейти к содержимому
Mineforgian

Command Optimiser

Reduces performance impact of command blocks by caching parsing results.

Загрузки
10K
Подписчики
15
Обновлён
28 мая 2026 г.
Лицензия
MIT

Опубликован 28 сентября 2025 г.

Command Optimiser

Reduces performance impact of command blocks by caching parsing results.

How it works

When running command blocks, the game parses the command text every time it is run. This takes up a lot of redundant processing time. Instead if the results of parsing are stored in memory we can speed up command execution. The command only needs to be parsed again when it is changed.

Expected performance improvements

Depending on the number of command blocks you use, the performance gains may vary.

You can safely expect that the TPS impact of command blocks will reduce by at least 10-20%. Gains will likely be smaller for commands that affect blocks than other, less intensive commands.

Testing with real-world command usage on a creative server showed a reduction of about 30% (overall 3-4% of server busy time).

Ченджлог

1.0.4Релиз26.1, 26.1.1, 26.1.2 · 28 мая 2026 г.

Support 26.1

1.0.4Релиз26.1, 26.1.1, 26.1.2 · 28 мая 2026 г.

Support 26.1

1.0.3Релиз1.21.11 · 3 января 2026 г.

Support 1.21.11

1.0.3Релиз1.21.11 · 3 января 2026 г.

Support 1.21.11

1.0.2Релиз1.21.9, 1.21.10 · 8 октября 2025 г.

Support 1.21.10

1.0.2Релиз1.21.9, 1.21.10 · 8 октября 2025 г.

Support 1.21.10

1.0.1Релиз1.21.9 · 3 октября 2025 г.

Support 1.21.9

1.0.1Релиз1.21.9 · 3 октября 2025 г.

Support 1.21.9

Комментарии

Загружаем…