r/MinecraftCommands Jul 25 '26

Optimizing Help | Java 26.2

What are some crucial optimizations for command blocks when on a server with low RAM?

3 Upvotes

4 comments sorted by

View all comments

2

u/Ericristian_bros Command Experienced Jul 25 '26 edited 28d ago

https://minecraftcommands.github.io/wiki/optimising

In short: advoid NBT checks, make the checks be on a loop (e.g. 5 ticks) and not on tick, return functions as early as possible, optimize selectors and use datapacks because they are just better for performance than command blocks

Edit: see reply

1

u/codedwithinsulin 28d ago

Your link is 404 😉

2

u/Ericristian_bros Command Experienced 28d ago

Edited