Refresh server description at in-game browserSolved
I had a plugin for this, but lost it somewhere.
I do not wont to restart my servers every single day, but if i don't i got this issue:



Requirements:
Refresh as to be every 5 hours with included: Server description, headerimage, web url.

If you keep it private, for sells only.. paying with paypal as usual -  friends and family transfer or direct from your plugin shop if you have one.
In response to sami37 ():
Maybe this plugin do the tricks
https://umod.org/plugins/magic-description
For just a server description it would be nice, but there's nothing about headerimage and web url.
In response to sami37 ():
Maybe try https://umod.org/plugins/timed-execute
I use it for server restarts, but is there any way to update all that information?
Well, yeah you can use the available command:
server.headerimage
server.description​
server.url
In response to sami37 ():
Well, yeah you can use the available command:
server.headerimageserver.description​server.ur...

Tested both of them, seems like it doesn't work...

  },
  "TimerRepeat": {
    "server.headerimage 'https://imageurl'": 60,
    "server.url 'https://websiteurl'": 60
  }
}

 

  "TimerRepeat": {
    "server.headerimage": 60,
    "server.url": 60
  }
}
Great, for server.url and server.headerimage it worked...
But not for description.

server.description​ Description here, Description here,Description here,Description here,Description here.": 60,

This should work

"server.description​ \"Description here, Description here,Description here,Description here,Description here.\"": 60,
Locked automatically