palworld-server-docker icon indicating copy to clipboard operation
palworld-server-docker copied to clipboard

Implement CLI for RCON commands

Open Dashboy1998 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Implement CLI for RCON commands so you can launch a script and select the commands to run

  • Shutdown
  • DoExit
  • Broadcast
  • KickPlayer
  • BanPlayer
  • ShowPlayers
  • Info
  • Save

Describe the solution you'd like

  • For shutdown and DoExit prompt for confirmations as these do not save.
  • KickPlayer and BanPlayer should allow the players be selectable using information from ShowPlayers.
  • BanPlayer should warn the user as there is no way to unban.
  • Broadcast (After #400)

Describe alternatives you've considered Currently all can be executed from in game but there is no command line

Dashboy1998 avatar Feb 17 '24 06:02 Dashboy1998