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

Rust & 7 Days to Die

This plugin connects your Tip4serv.com store to your Rust or 7 Days To Die Oxide server. It checks if a player has made a donation on your store and delivers the order (group, items, permissions...)

Plugin Installation

  1. Add a Rust or 7 Days To Die server in MY SERVERS

  2. Upload tip4serv.cs to your server's oxide/plugins/ directory

  3. Run this command on your server console:

    oxide.reload Tip4serv
  4. Edit the config file tip4serv.json and set your Tip4Serv API key

  5. Reload the plugin again:

    oxide.reload Tip4serv

βœ… Expected console message: Server has been successfully connected


RCON Setup (Rust only)

  1. Add a Rust server in MY SERVERS

  2. Click Connect with RCON

  3. Fill in:

    • Server IP

    • RCON Port

    • RCON Password

βœ… Expected console message: Server has been successfully connected


Setting Up Commands

Before adding commands to your products, remember: Commands are executed in the server console, not in-game.

Add your commands directly into each product as in this tutorial.


πŸ’¬ Broadcast Donation Message

With colors:


πŸ‘₯ Group and Permissions

Add player to a group:

Remove player from a group:

Grant a permission:

Revoke a permission:


πŸŽ’ Give Inventory Item (Rust only)

By Steam ID

βœ… Must enable β€œPlayer must be online” in the commands editor settings.

Example:

πŸ”— Rust item list


By Username

βœ… Must enable β€œPlayer must be online”


🎁 Give Items/Kits with Give Plugin

Required plugin: Give (uMod)

Give item:

Give kit:


πŸ’Έ Give Money

Required plugin: Economics


πŸ† Give Points (Rust only)

Required plugin: Server Rewards


βž— Quantity Multiplier

Let customers choose quantities and calculate totals dynamically.

Activate β€œAllow quantity choice” in product settings.

Example for selling $200 bundles:

If customer buys 4x, the result is:

Last updated