Rcon Scheduler [Deleted]

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Status
Not open for further replies.
From my rcon console text


Code:
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!

:s
 
that is my full config


Code:
{
    "RCON":{
        "IP":"x.x.x.x",
        "PORT":xxxx,
        "PASS":"xxx"
    },
    "Commands":[
        {
            "Command":"broadcast <RichColor Color=\"1, 0.5, 0, 1\">AUTODECAY SETUP FOR 72 HOURS OFFLINE BE SURE YOU LOGIN BEFOR THIS TIME</>",
            "Type":"Minutes",
            "Schedule":30
        },
        {
            "Command":"serverchat Join discord for all info you need press F1!",
            "Type":"Minutes",
            "Schedule":15
        }
    ]
}
 
From my rcon console text


Code:
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!
[4/16/2020 8:27 PM] SERVER: Join discord for all info you need press F1!

:s

I have been running my test server for hours and it only runs this command every 30 minutes. I don't see anything out of the ordinary there.

Does it work after server start then start piling up messages or does it start doing multiple messages from a fresh startup?
 
Last edited:
@jottaonline edited my previous message because you replied before I had sent my original reply asking for the config.
 
hello my friend
well i start server, and this start like that on all my servers
if i change something i need restart to get new "config"

:\
 
Hi!) I wanted to add a plugin, but I came across this (I attach the screen), how can I solve it? some messages do not appear in the game, launched completely with your config for test
 
Hi!) I wanted to add a plugin, but I came across this (I attach the screen), how can I solve it? some messages do not appear in the game, launched completely with your config for test

It isn't loading because you are running API Version older than 3.2
I have not tested it on anything lower than 3.2 but you can change the "MinApiVersion" in the PluginInfo.json file to be whatever API Version you use and see if it works with that version of the API. If it doesn't work you will need to update your server API to 3.2 or higher.
 
Thanks for the answer, yes api update really helped!)
Faced with another thing, the message of the day disappeared, I found a way to return it, now it can work for a given time with:
{
"Command": "ShowMessageOfTheDay",
"Type": "Minutes",
"Schedule": 1
},
There were several more questions for the solution of which lacked my knowledge:
1-how to set the color of the message serverchat and ShowMessageOfTheDay?
2-resize text in serverchat and broadcast?
Thanks for the help, this is a very interesting plugin) also if there are any additional commands or properties I would like to know about this)
 
Thanks for the answer, yes api update really helped!)
Faced with another thing, the message of the day disappeared, I found a way to return it, now it can work for a given time with:
{
"Command": "ShowMessageOfTheDay",
"Type": "Minutes",
"Schedule": 1
},
There were several more questions for the solution of which lacked my knowledge:
1-how to set the color of the message serverchat and ShowMessageOfTheDay?
2-resize text in serverchat and broadcast?
Thanks for the help, this is a very interesting plugin) also if there are any additional commands or properties I would like to know about this)

You can try adding for color but size i'm not sure about.
<RichColor Color=\"1, 0.5, 0, 1\">your message here</>

Also that schedule you set above will display the MOTD every 1 minutes.
 
Yes, I know about it) This is for the test, to reduce the waiting time)
I also remembered that I wanted to ask, how will the broadcast display time increase on the screen?
 
Yes, I know about it) This is for the test, to reduce the waiting time)
I also remembered that I wanted to ask, how will the broadcast display time increase on the screen?

Currently not possible in the current version. If you can't type a command in an RCON client to do what you want you can't do it in this plugin either. For special cases where messaging is involved I could make custom handlers to allow time/color/scale to be specified probably.
 
I am wondering if you can change the font color and size on serverchat and put it in front of server: (text)
 
I am wondering if you can change the font color and size on serverchat and put it in front of server: (text)

I'll be releasing a new version to do this later today possibly.
 
You should have a discord server to answer is easier and thank you very much and you are a genius
 
Lethal updated Rcon Scheduler with a new update entry:

Rcon Scheduler v1.1

Config Reloading is now enabled through RCON use "RconScheduler.Reload"

Added 2 new messaging commands:
  • "notification" - Displays notification style popup message at the top of the screen.
    • JSON:
              {
                  "Command":"notification",
                  "Type":"Minutes",
                  "Schedule":3,
                  "Message":"This appears every 3 minutes enjoy!",
                  "Color":[0,1,1,1]...

Read the rest of this update entry...
 
It gives me error and does not change the color of the text

{
"RCON":{
"IP":"xxx",
"PORT":xxxx,
"PASS":"xxxx"
},
"Commands":[

{
"Command":"serverchat",
"Type":"Hours",
"Schedule":2,
"Mensaje": "Grabar que podeis votar a los servidores por los enlaces del F1 para recibir fantásticas recompensas poniedo
/reclamo",
"Color":[1,1,1,1],
"DisplayTime":10.0,
"DisplayScale":1.0
}
{
"Command":"serverchat",
"Type":"Minutes",
"Schedule":1,
"Message":"Los servidores se reinician automaticamente a las 0:00 de lunes a domingo",
"Color":[1,1,1,1],
"DisplayTime":10.0,
"DisplayScale":1.0
},
{
"Command":"destroywilddinos",
"Type":"Startup"
}
]
}
 
It gives me error and does not change the color of the text

{
"RCON":{
"IP":"xxx",
"PORT":xxxx,
"PASS":"xxxx"
},
"Commands":[

{
"Command":"serverchat",
"Type":"Hours",
"Schedule":2,
"Mensaje": "Grabar que podeis votar a los servidores por los enlaces del F1 para recibir fantásticas recompensas poniedo
/reclamo",
"Color":[1,1,1,1],
"DisplayTime":10.0,
"DisplayScale":1.0
}
{
"Command":"serverchat",
"Type":"Minutes",
"Schedule":1,
"Message":"Los servidores se reinician automaticamente a las 0:00 de lunes a domingo",
"Color":[1,1,1,1],
"DisplayTime":10.0,
"DisplayScale":1.0
},
{
"Command":"destroywilddinos",
"Type":"Startup"
}
]
}
embed for serverchat
{
"Command": "serverchat",
"Type": "Minutes",
"Schedule": 5,
"Sender": "Test",
"Message": "This appears every 5 minutes enjoy!"
}
embed for notification
{
"Command": "notification",
"Type": "Minutes",
"Schedule": 3,
"Message": "This appears every 3 minutes enjoy!",
"Color": [0,1,1,1],
"DisplayTime": 10.0,
"DisplayScale": 1.3
}
You have mixed notification and serverchat, it doesn't work like that
{
"RCON":{
"IP":"xxx",
"PORT":xxxx,
"PASS":"xxxx"
},
"Commands":[
{
"Command":"notification",
"Type":"Hours",
"Schedule":2,
"Mensaje": "Grabar que podeis votar a los servidores por los enlaces del F1 para recibir fantásticas recompensas poniedo
/reclamo",
"Color":[1,1,1,1],
"DisplayTime":10.0,
"DisplayScale":1.0
},
{
"Command":"serverchat",
"Type":"Minutes",
"Schedule":1,
"Message":"Los servidores se reinician automaticamente a las 0:00 de lunes a domingo",
"Color":[1,1,1,1],
"DisplayTime":10.0,
"DisplayScale":1.0
},
{
"Command":"destroywilddinos",
"Type":"Startup"
}
]
}
this will work, but not in the chat but there will be a popup
 
embed for serverchat
{
"Command": "serverchat",
"Type": "Minutes",
"Schedule": 5,
"Sender": "Test",
"Message": "This appears every 5 minutes enjoy!"
}
embed for notification
{
"Command": "notification",
"Type": "Minutes",
"Schedule": 3,
"Message": "This appears every 3 minutes enjoy!",
"Color": [0,1,1,1],
"DisplayTime": 10.0,
"DisplayScale": 1.3
}
You have mixed notification and serverchat, it doesn't work like that
{
"RCON":{
"IP":"xxx",
"PORT":xxxx,
"PASS":"xxxx"
},
"Commands":[
{
"Command":"notification",
"Type":"Hours",
"Schedule":2,
"Mensaje": "Grabar que podeis votar a los servidores por los enlaces del F1 para recibir fantásticas recompensas poniedo
/reclamo",
"Color":[1,1,1,1],
"DisplayTime":10.0,
"DisplayScale":1.0
},
{
"Command":"serverchat",
"Type":"Minutes",
"Schedule":1,
"Message":"Los servidores se reinician automaticamente a las 0:00 de lunes a domingo",
"Color":[1,1,1,1],
"DisplayTime":10.0,
"DisplayScale":1.0
},
{
"Command":"destroywilddinos",
"Type":"Startup"
}
]
}
this will work, but not in the chat but there will be a popup

And I can not do so that there are two chat messages at the same time?
 
Status
Not open for further replies.
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Tempest Dedicated Servers
Tebex
Monetize your ARK server
Back
Top