Skip to content
NotMyFault edited this page May 24, 2021 · 11 revisions

Hyperverse has a pretty limited set of global configuration options, as most stuff is done on a per-world basis using flags and game rules.

This page covers the global options, there is a separate wiki page for flags and game rules.

Warning: Please note that the translations for certain messages are missing due to the large changes Hyperverse has gone through. We expect the translations provided below to cover all messages once we leave the beta phase.

# Whether or player profile groups are enabled
grouped-inventories=false
# Whether or not Hyperverse should attempt to utilize Essentials' specific features.
hook-essentials=true
# Whether or not worlds should be automatically imported into Hyperverse on load
import-automatically=true
# Whether or not world spawn chunks should be kept in memory
keep-loaded=true
# Language code used to resolve translations. Currently supported: en, sv, de, cn
language-code=en
# Whether or not player locations should be saved to the database, and be used when a player teleports between worlds
persist-locations=true
# Whether or not safe teleportation should be enforced
safe-teleport=true

All messages can be configured in the plugins/Hyperverse/messages_en.conf file. If you use another language code, then you will need to edit the appropriate file.

Translation Files