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


2. Invite the Veretech Bot
Invite the Veretech bot to your Discord server
Refer to the Veretech documentation for detailed setup instructions.
3. Link Your Server to Tip4Serv Using a Command
In your Discord server:
Type
/tip key
In the
gameserver
field, select your Rust server from the listIn the
apikey
field, paste the API key you received in the My Servers section of Tip4ServConfirm 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
On Discord, type:
/gs enable yes
Wait 5 minutes
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:
Run:
/gs enable no
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