Build 37 Changelog (requires config.yml additions):
 
 
Addition: You can now configure commands to be run x seconds after the server booted. Please note that those commands can only be timed ones and therefore need to follow the interval-based command format.
 
Fix: Fixed the possibility of an NPE regarding the update checker.
 
 
Configuration additions:
 
 
 
  Code (Text):
 
 
 
  settings:
  
    commandsAfterReboot:
  
    - '[time:15] broadcast this will execute 15 seconds after server startup'
  
    - '[bungee:30] command to be executed via bungee 30 seconds after server startup'