Skip to content

Environment Variables

Environment variables make configuration in container environments easier. However, they might be used from the terminal directly as well.

  • VOID_PLUGINS Defines 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
  • VOID_WATCHDOG_ENABLE Enables the watchdog. Example: true
  • VOID_OFFLINE Allows players to connect without Mojang authentication. Example: true
  • VOID_MOJANG_SESSIONSERVER
    Defines the Mojang session server to use.
    Example: https://sessionserver.mojang.com/session/minecraft/hasJoined

  • VOID_MOJANG_PREVENT_PROXY_CONNECTIONS
    Tells Mojang to disallow player proxy connections.
    Example: true