Veretech Discord Bot

This document provides a structured list of commands for sellers using the Veretech Discord Bot to sell items, kits, and other in-game assets.

The commands below can be configured in Tip4Serv and will be executed by the Veretech bot on your Rust server to automatically deliver purchases to your players.

How to setup Veretech for Tip4Serv?

Connect Your Rust Server (Console Edition)

Follow these steps to connect your Rust Console Edition server to Tip4Serv using the Veretech bot:

1. Add Your Server to Tip4Serv

  • Go to the My Servers section in your Tip4Serv dashboard

  • Click on Add Game Server

  • Enter your server name and select the Veretech bot as the connection method

Add your Rust Console Edition server
Veretech connection

2. Invite the Veretech Bot

In your Discord server:

  1. Type /tip key

  2. In the gameserver field, select your Rust server from the list

  3. In the apikey field, paste the API key you received in the My Servers section of Tip4Serv

  4. Confirm to complete the connection

βœ… Once this is done, your server is successfully linked and ready to deliver purchases!

How to give Items, VIP and Discord Currency after purchase?

To ensure your players receive their orders after a purchase, you must configure the delivery commands for each product in the product editor.

Give an Item to the player:

inventory.giveto "{PlayerName}" item-name quantity
Example:
inventory.giveto "{PlayerName}" rifle.ak 1

Give or remove VIP from a player:

VIPID "{PlayerName}"
RemoveVIP "{PlayerName}"

Give currency to the player:

vt.give 10000 bank

πŸ› οΈ Delivery Issues

If a purchase is not delivered, it’s usually due to missing permissions or a misconfigured server connection. Here's how to check and fix the problem:

πŸ” Common Causes

  • Veretech no longer has permission to connect to your gameserver (e.g., GPORTAL permissions were removed).

  • The server connection has been disabled.


βœ… Quick Fix Steps

  1. On Discord, type:

    /gs enable yes
  2. Wait 5 minutes

  3. Run:

    /gs test
    • If it shows disabled again:

      • Go to your GPORTAL account

      • Remove and re-add Tip4Serv/Veretech permissions

      • This often resolves bugs with the connection


⚠️ If Payment Status is "PENDING"

Delivery will not occur while the order is still marked as pending. To force reconnection:

  1. Run:

    /gs enable no
  2. Then:

    /gs enable yes

πŸ›‘οΈ Prevention Tips

To ensure orders are delivered smoothly:

  • βœ… Make sure the player is linked by running the /link command on your Discord server

  • βœ… The player must use /claim without an order ID to automatically detect their recent purchase

  • βœ… The purchase must be made using the same Discord account the player uses to run /claim

  • βœ… Ensure the payment status is not marked as pending

Last updated