How can I send a timed automatic message with current players online in chat? such as "There are currently X players online" every 5 minutes.
I was having a look at Timed Execute and player list but I dont think this will work.
How can I send a timed automatic message with current players online in chat? such as "There are currently X players online" every 5 minutes.
I was having a look at Timed Execute and player list but I dont think this will work.
If you use infopanel plugin you can show the amount of players all the time
pookins
If you use infopanel plugin you can show the amount of players all the time
Yeah I dont want a panel on screen.
No Chat entry but extra window by command https://umod.org/plugins/online-players
Merged post
Or try PlaceholderAPI with SmartChatBot.
in SmartChatBot config
"Auto Messages": [
{
"Permission": "smartchatbot.messages",
"Message Frequency": "5m",
"Auto Messages": [
{
"Is Enabled": true,
"Message": "Online players: {server.players}"
}
omegablueNo Chat entry but extra window by command https://umod.org/plugins/online-players
Merged post
Or try PlaceholderAPI with SmartChatBot.
in SmartChatBot config
"Auto Messages": [
{
"Permission": "smartchatbot.messages",
"Message Frequency": "5m",
"Auto Messages": [
{
"Is Enabled": true,
"Message": "Online players: {server.players}"
}
Thank you very much. :)