Releases: palworld-admin/server
discord integration preview #3
Fixed:
#2
What works
- Discord Webhook Integration
What doesn't
- RPC server, ongoing development
Installation
Copy d3d9.dll to your Palworld Server Pal\Binaries\Win64 directory
eg:
C:\Program Files (x86)\Steam\steamapps\common\PalServer\Pal\Binaries\Win64
or the location where you can find PalServer-Win64-Test-Cmd.exe
Starting the server
- Create a
palworld-admin.config.jsoninPal\Binaries\Win64
{
"server": {
"host": "hostname (default: 127.0.0.1)",
"key": "server key (default: autogenerated)",
"port": 5555
},
"discord": {
"webhook_url": "your webhook url (required)",
"bot_name": "Your Palworld Bot (default: Palworld) [optional]",
"bot_avatar": "Avatar URL (default: https://i.imgur.com/VlmFzXD.png) [optional]",
"color": "embed color (default: 65280) [optional]"
}
}a sample config is uploaded.
2. And, then start your Palworld server as you would normally do. It will automatically inject itself to the game ^_^
discord release preview #2
Fixes: #1
What works
- Discord Webhook Integration
What doesn't
- RPC server, ongoing development
Installation
Copy d3d9.dll to your Palworld Server Pal\Binaries\Win64 directory
eg:
C:\Program Files (x86)\Steam\steamapps\common\PalServer\Pal\Binaries\Win64
or the location where you can find PalServer-Win64-Test-Cmd.exe
Starting the server
- Create a
palworld-admin.config.jsoninPal\Binaries\Win64
{
"server": {
"host": "hostname (default: 127.0.0.1)",
"key": "server key (default: autogenerated)",
"port": 5555
},
"discord": {
"webhook_url": "your webhook url (required)",
"bot_name": "Your Palworld Bot (default: Palworld) [optional]",
"bot_avatar": "Avatar URL (default: https://i.imgur.com/VlmFzXD.png) [optional]",
"color": "embed color (default: 65280) [optional]"
}
}a sample config is uploaded.
2. And, then start your Palworld server as you would normally do. It will automatically inject itself to the game ^_^
discord webhook preview
What works
- Discord Webhook Integration
What doesn't
- RPC server, on going development
Installation
Copy d3d9.dll to your Palworld Server Pal\Binaries\Win64 directory
eg:
C:\Program Files (x86)\Steam\steamapps\common\Palworld\_Dedicated Server\Pal\Binaries\Win64
or the location where you can find PalServer-Win64-Test-Cmd.exe
Starting the server
- Create a
palworld-admin.config.jsoninPal\Binaries\Win64or the directory where you can findPalServer.exewith this data
{
"server": {
"host": "hostname (default: 127.0.0.1)",
"key": "server key (default: autogenerated)",
"port": 5555
},
"discord": {
"webhook_url": "your webhook url (required)",
"bot_name": "Your Palworld Bot (default: Palworld) [optional]",
"bot_avatar": "Avatar URL (default: https://i.imgur.com/VlmFzXD.png) [optional]",
"color": "embed color (default: 65280) [optional]"
}
}a sample config is uploaded.
2. And, then start your Palworld server as you would normally do. It will automatically inject itself to the game ^_^