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

Ark Survival Evolved

This documentation explains how to configure the Tip4Serv plugin to manage donations, item sales, experience, and subscriptions on your ARK Survival Evolved server.

Prerequisites

  • An ARK: Survival Evolved server with ARK Server API installed (for plugin connection).

  • RCON access if using Tip4Serv via RCON.

  • ArkShop and Permissions plugins if required.


Installation

  1. Add Your Server: Go to My Servers and add your ARK server.

  2. Choose a Connection Method: Select either Plugin or RCON.

  3. Configure Plugins: Follow the step-by-step setup instructions provided.


Commands

Each command can be added to a product via the Tip4Serv product editor.

πŸ“£ Broadcast

Send a public thank-you message to the server.

Example:

Broadcast Thank you {arkse_username} for your {total_paid} {currency} donation

🎁 Sell Items and Experience

Deliver items or XP directly to players.

Prerequisites:

  • Plugin must be installed on the target server.

  • Enable β€œAllow server choice” and β€œWhen player is connected” in the product settings.

  • Plugin allows use of commands like GiveItem (not possible via RCON).

Game Options
Options

Examples:

Use this generator: ARK COMMANDS


πŸ’° Sell Points

Give players points to spend in-game.

Prerequisite: ArkShop plugin

Example:


πŸ›‘οΈ Sell Permissions (Subscriptions)

Grant or revoke player permissions.

Prerequisites:

  • If you use a shared database across maps, add only one server to your product.

Examples:

Steps:

  1. Go to the Product Editor

  2. Enable subscriptions

  3. Set the start command (Do this after first payment)

  4. Set the end command (Do this if subscription expires)

Step 1 : Enable the subscription mode
Step 1 : Enable the subscription mode
Subscriptions
Step 2: Set the commands after the payment & expiration.

βž— Multiply Quantity

Use a multiplier based on the quantity the customer selects.

Prerequisite: Enable β€œAllow quantity choice” in your product settings.

Example for a 200-points pack:

If the player buys it 4 times, it becomes:


βš–οΈ Plugin vs RCON Comparison

Feature
Plugin
RCON

Requires player online

βœ… Yes

❌ No

Execution source

Player (in-game)

Server (console)

Multi-server setup

One API key for all identical servers

Each server must be connected individually

Command types

Any console command

Limited to {steam_id} and {ue4_id} supported commands

Last updated