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