Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Releases: palworld-admin/server

discord integration preview #3

31 Jan 10:25

Choose a tag to compare

Pre-release

Fixed:
#2

What works

  1. Discord Webhook Integration

What doesn't

  1. 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

  1. Create a palworld-admin.config.json in Pal\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

31 Jan 05:50

Choose a tag to compare

Pre-release

Fixes: #1

What works

  1. Discord Webhook Integration

What doesn't

  1. 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

  1. Create a palworld-admin.config.json in Pal\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

30 Jan 16:20
de330de

Choose a tag to compare

Pre-release

What works

  1. Discord Webhook Integration

What doesn't

  1. 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

  1. Create a palworld-admin.config.json in Pal\Binaries\Win64 or the directory where you can find PalServer.exe with 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 ^_^