Pal Server Manager (Discord Bot)

Pal Server Manager (Discord Bot) v1.1.6

No permission to download

Welcome!

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

SignUp Now!

Restart Warnings added to each server in the config​

Time can be customized by adding or removing warnings in the config​

New Config
paste this at the bottom of each server config.
SEE COMMENTED CONFIG AND DEFAULT CONFIG TO SEE CORRECT PLACEMENT

"restartWarnings": [
{
"timeBeforeRestart": 15,
"message": "Server_will_restart_in_15_minutes,_please_log_out_to_prevent_character_corruption."
},
{
"timeBeforeRestart": 10,
"message": "Server_will_restart_in_10_minutes,_please_log_out_to_prevent_character_corruption."
},
{
"timeBeforeRestart": 5,
"message": "Server_will_restart_in_5_minute,_please_log_out_to_prevent_character_corruption."
},
{
"timeBeforeRestart": 4,
"message": "Server_will_restart_in_4_minute,_please_log_out_to_prevent_character_corruption."
},
{
"timeBeforeRestart": 3,
"message": "Server_will_restart_in_3_minute,_please_log_out_to_prevent_character_corruption."
},
{
"timeBeforeRestart": 2,
"message": "Server_will_restart_in_2_minute,_please_log_out_to_prevent_character_corruption."
},
{
"timeBeforeRestart": 1,
"message": "Server_will_restart_in_1_minute,_please_log_out_to_prevent_character_corruption."
}
]

Release v1.1.5​

Added "BroadcastCommand": "Broadcast", to the config to allow users to select whether to use ServerChat or Broadcast to announce server restarts​

CPU affinity now correctly sets specified cpu cores to PalServer, ASE and ASA​

Fixed an issue where bot would respond with interaction failed after pressing the start button​

New Config
"servers": [
{
"BroadcastCommand": "Broadcast", // command to use to warn users for incoming server events.

Release v1.1.4​

Backups now include sub folders and everything inside the specified folder
Extra support for Palworld
Corrected config files and added more comments
No new Config
Tempest Dedicated Servers
Tebex
Back
Top