Warning
This bot is still in development, but it's in a usable state. No support will be provided unless it's for bug reports or feature requests.
This bot is designed to be a server management replacement for my current Palbot project. Unlike Palbot, which only supports Steam servers, this new project is created to support all platforms (steam, xbox, mac, and ps5).
- Server Management: Ability to control your servers directly from the bot.
- Player Logging: Log extensive information about players who are active on your servers.
- Connection Events: Logs and reports players connecting to the server.
- Ban List Logger: When players are banned through the bot, it will be logged in the SQL database with the reason.
- Whitelist Management: Allows you to enable a whitelist for your server so only select users can play.
- Administration Control: Allows you to kick, ban, and manage players on your server directly from the bot.
- Server Query: Allows you query servers added to the bot.
- Global Banlist: This will allow you to global ban across all your servers using the Sphere Banlist API.
- PalDefender: Gives basic functionality of PalDefender rcon commands.
- Null Check: This will check for players joining without a valid user id and kick them. (Experimental)
- Cross Server Chat: Send and receive chats from the server to discord and vice versa.
- Scheduled Backups: Create backups of your server and send them to a discord channel at timed intervals.
BOT_TOKEN: Your discord bot token generated on the Discord Developer Portal.BOT_PREFIX: The prefix used for non slash commands. Example!API_URL: API URL if you setup the Banlist API.API_KEY: The API Key you set for your banlist. This key is used to access the endpoints securely.
- Create a
.envfile and fill out yourBOT_TOKENandBOT_PREFIX - Run the bot with
python main.py - Use
/helpto see all available commands on the bot.
- Palworld API Wrapper - A python library that acts as a wrapper for the Palworld server REST API.
- GameRCON - An asynchronous RCON library designed to handle multiple RCON tasks across numerous servers.