Skip to content

juunini/palworld-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palworld Discord BOT

Palworld Icon
Palworld Discord

한국어 | English


Install

  1. Go to the Release page and download the file that matches your operating system.
  2. To fully utilize the bot's features, you need to run it in the same location as your Palworld server.
  3. Run the downloaded file.
    • When you run it, you will see the following screen. Select your language.
      image
    • After selecting the language, you will see the following screen. Enter the highlighted address in your browser.
      image
  4. When you enter the address in your browser, you will see the following screen. Configure it and restart.
    image

Setup Instructions

  1. Change the value of RCONEnabled to True in the PalworldSettings.ini file.
    • You can also run !palbot serverSettings RCONEnabled true in Discord after running the bot.
  2. Change the value of AdminPassword in the PalworldSettings.ini file.
    • You can also run !palbot serverSettings AdminPassword <new password> in Discord after running the bot.
  3. Restart the Palworld server.
  4. Check the "Enable Palworld RCON" section on http://localhost:60000 or change the value of PALWORLD_RCON_ENABLED to true in the .env file.
  5. Change the "Palworld Admin Password" section on http://localhost:60000 or change the value of PALWORLD_ADMIN_PASSWORD in the .env file.

Features

Feature Description Image
Internationalization Supports Korean (ko) and English (en).
Connected User Dashboard Displays a list of users connected to the server. It automatically updates when there are changes in the user list. image
User Connection Notification Sends a message to the log channel when a user connects or disconnects from the server. image
Commands Administrators can manage the server using commands. Typing !palbot or !palbot help will display the usage. image
kick (Admin Only) Kicks a user from the server. They can reconnect afterwards. image
ban (Admin Only) Bans a user from the server. They cannot reconnect.
broadcast (Admin Only) Sends a message to the server. Currently, only English is supported. Reference image
shutdown (Admin Only) Shuts down the server. image
doExit (Admin Only) Forces the server to exit. image
save (Admin Only) Saves the server.
startServer (Admin Only) Starts the server. (Windows: C:\Program Files (x86)\Steam\steamapps\common\PalServer\PalServer.exe, Linux: ~/Steam/steamapps/common/PalServer/PalServer.sh) image
serverSettings (Admin Only) Changes the server settings. image

Caution

  • Currently, Palworld does not support Non-ASCII characters when sending messages via RCON. You can only use languages other than English. Reference
  • When sending messages with spaces, Palworld's RCON cuts off the message. Therefore, spaces are replaced with underscores when transmitted. (broadcast, shutdown commands)