Configuration with Palworld - Scheduled Trigger Issue: "Send command to rcon/console" not functioning

System Information

Field Value
Operating System Linux - Debian GNU/Linux 12 on x86_64
Product AMP ‘Decadeus’ v2.4.8.0 (Mainline)
Virtualization Docker
Application Palworld
Module GenericModule
Running in Container Yes
Current State Ready

Problem Description

Issue

In an attempt to send a System message without it containing underscores I attempted to create a new variable for my message not realizing that it wasn’t verbose enough and may be used by something within AMP’s config. As a result the ‘Send a command to rcon/console’ No longer functions at all. I need a way to resolve this issue without damaging the game data on the server so I don’t revert my user’s progress within the game.

Reproduction Steps

  • Select the palworld container, go to Schedule and create a simple trigger once daily at 4:00.
  • Once the trigger is created, add a task to ‘Send a command to rcon/console’ with a value of "Message = ‘Server restart in 15 minutes.’ " and create the task.
  • Add a second task to ‘Send a command to rcon/console’ with a value of “Broadcast {@Message}”. Create the task then manually execute it.

I was able to put msg on screen the way i did it was in the message area i put broadcast Server_Restart_In_15_Minutes and i need the underscores or it would just say server. You have to have “broadcast” before the actual msg.

Yeah, I had it working that way before. What I was attempting to do was define a new variable within the environment with the string “Server restart in 15 minutes.” in an attempt to Broadcast the message without underscores. I think they look unprofessional.

Currently the server is set up doing it with underscores as you stated. The attempt to bind a new variable broke the triggers for AMP. After the attempt, I couldn’t even take a backup of the server. I think the CubeCoders team uses a variable called Message in their code and I overwrote it.

I reinstalled amp and it fixed it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.