JereKuusela / valheim-rcon_commands

The Unlicense
0 stars 0 forks source link

Running commands hangs RCON #1

Open PatricNox opened 6 months ago

PatricNox commented 6 months ago

i got this setup and are using the spigot MC RCON Client suggested, running commands however makes the program freeze.

Also tried using "mcrcon" from the server itself, same thing happens there: no apparent response, just a freeze.

My goal is to be able to have a cronjob that will run a command on the server (to reset dungeons/caves - this is another plugin) and I hoped to use your rcon plugin to accomplish that..

Any ideas? Sincerely

JereKuusela commented 6 months ago

I'm not sure if I fully understand. RCON is for remote access.

If the server is running commands, why would you need to use RCON?

PatricNox commented 6 months ago

I'm not sure if I fully understand. RCON is for remote access.

If the server is running commands, why would you need to use RCON?

I'm under the impression that I would need some kind of a RCON access to execute commands if I, let's say, want to schedule a cron job to run commands on server

Seing it as one can not simply execute commands in the server console, or am I missing something here maybe..?

JereKuusela commented 6 months ago

I would recommend checking out Cron Job mod to run commands on the server