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.
hello all everything else works but these :
{
"Command": "DestroyWildDinos",
"Type": "Exact",
"Schedule": "20:10:00"
},
{
"Command": "broadcast WILD DINO WIPES EVERY 6 HOURS AUTOMATIC!",
"Type": "Minutes",
"Schedule": 30
]

I'm getting a CONNECTION NOT ESTABLISHED and FAILED response on ASM only for these 2 types . What is wrong with the JSON ? why commands not going through?

Help is appreciated
 
hello all everything else works but these :
{
"Command": "DestroyWildDinos",
"Type": "Exact",
"Schedule": "20:10:00"
},
{
"Command": "broadcast WILD DINO WIPES EVERY 6 HOURS AUTOMATIC!",
"Type": "Minutes",
"Schedule": 30
]

I'm getting a CONNECTION NOT ESTABLISHED and FAILED response on ASM only for these 2 types . What is wrong with the JSON ? why commands not going through?

Help is appreciated
Destroy is only going to run at 8:10pm server time instead of every 6 hours.
The broadcast needs to end with a curly brace.
 
Destroy is only going to run at 8:10pm server time instead of every 6 hours.
The broadcast needs to end with a curly brace.
|Thanks for the fast response . However the problem is that it is not running at all. The command does not go through .
Getting the connection not established/ failed error on ASM Plugin run.

The curly cracket is my fault and is a typo , in Json file it is correct , but same error as above. These commands not going through....

Thanks
 
|Thanks for the fast response . However the problem is that it is not running at all. The command does not go through .
Getting the connection not established/ failed error on ASM Plugin run.

The curly cracket is my fault and is a typo , in Json file it is correct , but same error as above. These commands not going through....

Thanks

Basically it just connects to RCON and sends the commands based on the schedules you set. It doesn't do any other special magic besides that. I'm not sure why the connection would fail on those commands specifically.
 
Basically it just connects to RCON and sends the commands based on the schedules you set. It doesn't do any other special magic besides that. I'm not sure why the connection would fail on those commands specifically.

Hmmm .. Interesting . i have no clue either. every other notification works, but commands as above. i even installed plugin to another server to see , but result is same .
Strange
 
This is what io have on log


RconScheduler: "Notification JOIN OUR DISCORD by Prssing F1 and hit DISCORD" SENT
RconScheduler: Server received, But no response!!

RconScheduler: "ServerChat+ PLEASE READ RULES BY PRESSING F!!" SENT
RconScheduler: Server received, But no response!!

RconScheduler: "Notification JOIN OUR DISCORD by Prssing F1 and hit DISCORD" SENT
RconScheduler: Server received, But no response!!


RconScheduler: "Connection not established.
RconScheduler: "broadcast WELCOME TO ARKLIFE PVP. PLEASE JOIN OUR DISCORD!" FAILED
RconScheduler: "Connection not established.
RconScheduler: "destroyall Eternal_Doed_Character_BPRide_C!" FAILED
RconScheduler: "Connection not established.
RconScheduler: "broadcast WILD DINO WIPES EVERY 6 HOURS- AUTOMATIC!" FAILED
RconScheduler: "ServerChat+ PLEASE READ RULES BY PRESSING F!!" SENT
RconScheduler: Server received, But no response!!

RconScheduler: "Notification JOIN OUR DISCORD by Prssing F1 and hit DISCORD" SENT
 
Hey Lethal,
in your example config in Overwiew is still
"Color":[0,1,1,1],
This crashes the server everytime we start. However with
"Color:"Green",
as in your example config with the download it works

Might wanna fix the Overview example config :3
 
Lethal updated Rcon Scheduler with a new update entry:

1.34

Added code to prevent hot-loading the plugin. (Plugin must be started with the server)
RCON settings are no longer needed in the config.
RCON command execute much faster.
Added option to toggle displaying commands being executed in the API Log.
JSON:
"DisplayCommandLog": false, //True will show executed commands in the API Log
Existing configs will work without changes but you will not see commands in the log window anymore unless you add the above option with `true`

**(Minor...

Read the rest of this update entry...
 
Lethal updated Rcon Scheduler with a new update entry:

v1.35 (pretty much v1.34 but works properly)

Added code to prevent hot-loading the plugin. (Plugin must be started with the server)
RCON settings are no longer needed in the config.
RCON commands execute much faster.
Added option to toggle displaying commands being executed in the API Log.
JSON:
"DisplayCommandLog": false, //True will show executed commands in the API Log
Existing configs will work without changes but you will not see commands in the log window anymore unless you add the above option with `true`...

Read the rest of this update entry...
 
Hello Lethal!
How exactly to reload the plugin? Because I don't get any feedback and apparently the plugin doesn't work. I'm looking for the error, but I don't want to restart the server every time.
 
Hello Lethal!
How exactly to reload the plugin? Because I don't get any feedback and apparently the plugin doesn't work. I'm looking for the error, but I don't want to restart the server every time.
RconScheduler.Reload will reload your config file settings
 
I see it trying to send messages in rcon but no messages appear in game.

Rcon:
Code:
06/14/23 14:39 [Rcon Scheduler][info] "F1 to use the Vote Links , F2 to use the Shop" SENT
06/14/23 14:39 [Rcon Scheduler][info] Server received, But no response!!
 
06/14/23 14:42 [Rcon Scheduler][info] "F1 to use the Vote Links , F2 to use the Shop" SENT
06/14/23 14:42 [Rcon Scheduler][info] Server received, But no response!

My config settings:
JSON:
{
  "DisplayCommandLog": true,
  "PlayerJoin": {
    "Enabled": true,
    "Message": "Welcome to My Server Name PVE.",
    "Color": "Green",
    "DisplayTime": 10.0,
    "DisplayScale": 1.3
  },
  "Commands": [
    {
      "Command": "F1 to use the Vote Links , F2 to use the Shop",
      "Type": "Minutes",
      "Schedule": 3
    },
    {
      "Command": "destroyall \"droppeditemgeneric_fertilizedegg_nophysicsdeinonychus_c\" 0",
      "Type": "Startup"
    },
    {
      "Command": "destroyall \"droppeditemgeneric_fertilizedegg_nophysicswyvern_c\" 0",
      "Type": "Startup"
    },
    {
      "Command": "destroyall \"droppeditemgeneric_fertilizedegg_nophysicscherufe_c\" 0",
      "Type": "Startup"
    },
    {
      "Command": "destroyall \"droppeditemgeneric_fertilizedegg_rockdrake_nophysics_c\" 0",
      "Type": "Startup"
    }
  ],
  "UseManualCredentials": false,
  "ip": "MYSERVERRCONIP",
  "port": MYRCONPORT,
  "password": "**************"
}
 
This resource has been removed and is no longer available.
 
Status
Not open for further replies.
Tempest Dedicated Servers
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Monetize your ARK server
Tebex
Back
Top