Tiny client and server pack for daxe's community modrinth.com/project/daxe
at main 19 lines 956 B view raw
1# MiniMOTD Plugin Configuration 2 3# Do you want the plugin to check for updates on GitHub at launch? 4# https://github.com/jpenilla/MiniMOTD 5update-checker=false 6# Settings only applicable when running the plugin on a proxy (Velocity or Waterfall/Bungeecord) 7proxy-settings { 8 # Here you can assign configs in the 'extra-configs' folder to specific virtual hosts 9 # Either use the name of the config in 'extra-configs', or use "default" to use the configuration in main.conf 10 # 11 # Format is "hostname:port"="configName|default" 12 # Parts of domains can be substituted for wildcards, i.e. "*.mydomain.com:25565". Wildcard-containing configs are 13 # checked in the order they are declared if there are no exact matches. 14 virtual-host-configs { 15 } 16 # Set whether to enable virtual host testing mode. 17 # When enabled, MiniMOTD will print virtual host debug info to the console on each server ping. 18 virtual-host-test-mode=false 19}