Documentation
¶
Overview ¶
RCON commands used for Palworld. The Source RCON Protocol from SteamCMD allows the moderation of a server without
requiring an admin to log onto Palworld. The commands below mimic the commands entered into the in-game chatbox. RCON must be enabled for the server. Replace "Public_IP:Port" with the server's public IP address and RCON port and "AdminPassword" with the server's Admin Password before executing.
Index ¶
- func BanPlayer(IPAddress string, password string, steamID string) (string, error)
- func Broadcast(IPAddress string, password string, message string) error
- func DoExit(IPAddress string, password string) (string, error)
- func Info(IPAddress string, password string) (string, error)
- func KickPlayer(IPAddress string, password string, steamID string) (string, error)
- func Save(IPAddress string, password string) (string, error)
- func ShowPlayers(IPAddress string, password string) (string, error)
- func Shutdown(IPAddress string, password string, seconds string, message string) (string, error)
- func Test(IPAddress string, password string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KickPlayer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.