Skip to content

Configuration

Kaley edited this page Mar 5, 2025 · 1 revision

Wand Items

It is possible to configure WorldMod to use certain items as selection & lookup wand. Defaults are minecraft:stick for selection, and minecraft:blaze_rod for lookup.

Database

As a database for WorldMod, it is strongly recommended to use a low-latency database; such as for example a local MySQL server, or a standard in-file h2 database.

WorldMod being installed with a slow database will cause TPS problems

Logging

Excluding non-player events from logging

It is possible (and active by default) to exclude events from logging that do not source from nor target any player by setting logging.skip-non-player=true.

Excluding certain flags from logging

logging.skip defines a list of flag names that will be excluded from logging in general. Supports asterisk wildcards; like spawn.*

Safe Mode

When safe-mode is set to true, an event that causes any kind of internal error will be denied and cancelled, if possible.

Clone this wiki locally