Palworld
Connect and monetize your Palworld server by linking your store to it. The Tip4Serv mod checks whether a player has donated, then automatically delivers their order (exp, items, etc.)
Connect your Palworld Server
1. Make sure UE4SS is installed
Tip4Serv requires UE4SS to work.
If UE4SS is already installed on your Palworld server, skip to Step 3.
Download UE4SS-Palworld.zip
Unzip the downloaded file.
Open the extracted folder, then copy the
ue4ssfolder and the.dllfile into your server’sPal\Binaries\Win64\folder.

Reboot your server and wait for it to load.
2. Connect Your Palworld Server to Tip4Serv
Navigate to the My Servers section of your Tip4Serv dashboard.
Click Connect a Game Server, and choose Palworld.
Enter your server name, then continue and follow the instructions provided.
Configure Automatic Reward Delivery
Next, you’ll need to configure the console commands that the Tip4Serv mod should execute after each successful purchase.
This is done directly through the Command Editor in your Tip4Serv dashboard, under each product.
You’ll find some examples below.
📣 Broadcast
Send a public thank-you message in the server chat.
🎁 Give Item, Pal, XP
You can retrieve the item IDs here: https://www.palmods.gg/docs/authors/game-ids/items
Give 20 Wood to the player.
Give 1 Pal Sphere to the player.
Give 10 Pal Metal Ingot to the player.
Gives a male WoolFox (level 52) and places it directly in the player's Palbox.
Give 3000 XP to the player.
How it work?
The Tip4Serv Palworld mod automatically displays a message in the in-game chat whenever a player joins the server, showing their unique Palworld Player ID.

When making a purchase, the player simply enters this Player ID in the Tip4Serv checkout.
Once the payment is completed, the purchased product is automatically delivered directly to the player in-game.
This system also allows console players to make purchases and receive in-game rewards, without requiring a Steam account.
Players can type the command !webstore to see the link to the store and their player ID:

Mod configuration
The config.json file allows you to customize the Tip4Serv Palworld mod, including messages, delays, your store URL, and other options.
Configuration options:
interval— How often the mod checks Tip4Serv for new purchases to deliver, in minutes.command_delay— Delay between the execution of delivery commands, in seconds.messageSuccess— Message displayed to the player after their purchase has been successfully delivered.storeLink— URL of your Tip4Serv store.storeMessage— Message displayed when a player uses the!webstorecommand. Use{storeLink}to automatically insert your store URL.welcomeEnabled— Enables or disables the welcome message when a player joins the server (trueorfalse).welcomeDelay— Delay, in seconds, before displaying the welcome message after a player joins.welcomeMessage— Message displayed when a player joins the server. Use{storeLink}to insert your store URL and{playerId}to display the player's unique Palworld Player ID. Use\nto create a new line.log_verbose— Enables or disables detailed logging for debugging (trueorfalse).
Last updated