Tip4Serv documentation
  • Introduction to Tip4Serv
  • Tip4Serv fees
    • How we charge
    • Frequently Asked Questions
  • Store setup
    • Test mode
    • Translation
    • Server commands
      • Player's ID markers
      • Other markers & quantity
      • Troubleshooting
    • Subscriptions
      • How it works?
      • Events & commands
      • Trial days
    • Gift cards
      • Sell gift cards
      • Generate gift cards
    • Product expiration
    • Custom domain
      • Choosing a subdomain
      • Initiate customdomain
      • Configuring DNS
      • Check DNS
      • Troubleshooting
    • Discount
    • Coupons code
    • Managing multiple stores
  • Discord setup
    • Discord bot
    • Mention members
  • Gateways
    • Paypal
    • Paypal V2
    • Stripe
    • Manage disputes
    • Troubleshooting
    • ⚠️Stripe prohibited business
  • Customer support
    • How to get a refund?
    • How to unsubscribe?
    • Where can i find my ARK:SA eosid?
  • Games
    • Ark Survival Evolved
    • Ark Survival Ascended
    • FiveM
    • DayZ
    • Rust KAOS
  • Rust & 7 Days to Die
Powered by GitBook
On this page
  • Prerequisites
  • Installation
  • Commands
  • ⚖️ Plugin vs RCON Comparison
  1. Games

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.

PreviousWhere can i find my ARK:SA eosid?NextArk Survival Ascended

Last updated 2 days ago

Prerequisites

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

  • RCON access if using Tip4Serv via RCON.

  • and plugins if required.


Installation

  1. Add Your Server: Go to 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 “Run only if player is online” in the product settings.

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

Examples:

GiveItemToPlayer {ue4_id} "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ElementShard.PrimalItemResource_ElementShard'" 2 65 0
GiveExpToPlayer {ue4_id} 50 false false

💰 Sell Points

Give players points to spend in-game.

Example:

AddPoints {steam_id} 51

🛡️ 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:

Permissions.Add {steam_id} VIP
Permissions.Remove {steam_id} VIP

Steps:

  1. Enable subscriptions

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

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


➗ 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:

AddPoints {steam_id} {quantity*200}

If the player buys it 4 times, it becomes:

AddPoints 76561198030572988 800

⚖️ 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

Options

Use this generator:

Prerequisite:

Go to the

Subscriptions
ARK Server API
ArkShop
Permissions
My Servers
ARK COMMANDS
ArkShop plugin
Permissions plugin
Product Editor