For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

  1. Unzip the downloaded file.

  2. Open the extracted folder, then copy the ue4ss folder and the .dll file into your server’s Pal\Binaries\Win64\ folder.

Reboot your server and wait for it to load.


2. Connect Your Palworld Server to Tip4Serv

  1. Navigate to the My Servers section of your Tip4Serv dashboard.

  2. Click Connect a Game Server, and choose Palworld.

  3. 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 !webstore command. Use {storeLink} to automatically insert your store URL.

  • welcomeEnabled — Enables or disables the welcome message when a player joins the server (true or false).

  • 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 \n to create a new line.

  • log_verbose — Enables or disables detailed logging for debugging (true or false).

Last updated