Skip to content

Environment Variables

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

  • VOID_PLUGINS Defines the list of URL’s or Path’s to load plugins from.
    Example: https://example.org/download/YoutPlugin1.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_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