Environment Variables
Environment variables make configuration in container environments easier. However, you can also use them directly from the terminal.
Plugins
Section titled “Plugins”VOID_PLUGINSDefines the list of URLs or paths to load plugins from. Example:https://example.org/download/YourPlugin1.dll;/home/YourPlugin2.dll
VOID_NUGET_REPOSITORIES
Defines the NuGet repositories to use.
Example:https://api.nuget.org/v3/index.json;https://nuget.void.dev/v3/index.json
Watchdog
Section titled “Watchdog”VOID_WATCHDOG_ENABLEEnables the watchdog. Example:true
VOID_OFFLINEAllows players to connect without Mojang authentication. Example:true
Mojang
Section titled “Mojang”-
VOID_MOJANG_SESSIONSERVER
Defines the Mojang session server to use.
Example:https://sessionserver.mojang.com/session/minecraft/hasJoined -
VOID_MOJANG_PREVENT_PROXY_CONNECTIONSTells Mojang to disallow player proxy connections. Example:true