Not showing as standard after update

After update of plugin, with the fix for hook depreciation. 

The gui don't open when people are joining server. I have tried almost everything.  

There are two settings that relate to this:
    "ShowInfoOnPlayerInit": true,
    "ShowInfoOnlyOncePerRuntime": false,​

If those are set correctly, have you reloaded the mod? If you've done all this already then:

  • o.unload ServerInfo
  • Make a backup of your config file for ServerInfo.
  • delete your /config/ServerInfo.json
  • o.load ServerInfo
  • Let ServerInfo remake a default config file.
  • Open your backed up config and copy your original parts back over. You're rebuilding the file. Sometimes versions add new config options.
  • Check the config file with https://jsonlint.com/ then save, send back, and o.reload ServerInfo
It is still not working :( 
Make a backup. Delete it all. And start over.