The plugin does not start.Not An Issue

Hello, every time you start the server (for example after a reboot). The plugin does not start. After the server is fully started, I have to additionally enter in the console: ''o.load GUIShop'' or ''o.reload GUIShop'' - It's hard. Sometimes I forget and the players quietly hate me. Help.

Dont have this problem with it. You could use TimedExecute to reload it after server restart.
Config example if your restart is 4 am
"RealTime-Timer": {
"04:10:00": "oxide.reload GUIShop",
},

Thanks, I know it. Rebooting my server is often not on schedule.

Locked automatically