-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
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.
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
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.
logging.skip defines a list of flag names that will be excluded from logging in general. Supports asterisk wildcards; like spawn.*
When safe-mode is set to true, an event that causes any kind of internal error will be denied and cancelled, if possible.