KAOS Discord Bot

This document provides a structured list of commands for sellers using the KAOS system on Tip4Serv to sell items, kits, and other in-game assets.

These commands below must be executed in the designated channel monitored by the KAOS bot. Once processed, KAOS will handle the delivery to the player.

How to setup Kaos for Tip4Serv?

Why hasn’t my stuff been delivered?

Make sure the Tip4Serv bot has permission to send messages in your Kaos Discord channel. Follow this guide to enable the necessary permissions:

How to give Items, Kits, and Points?

Give an Item to the player:

[KAOS][ADD][<@{discord_id}>][SERVER]=[ITEM][ITEM_NAME][QUANTITY]
Example:
[KAOS][ADD][<@{discord_id}>][1]=[ITEM][rifle.ak][5]

Give a Kit to the player:

[KAOS][ADD][<@{discord_id}>][SERVER]=[KIT][KIT_NAME][QUANTITY]
Example:
[KAOS][ADD][<@{discord_id}>][1]=[KIT][elitekit5][1]

Add Points:

[KAOS][ADD][<@{discord_id}>][SERVER]=[POINTS][QUANTITY]
Example:
[KAOS][ADD][<@{discord_id}>][1]=[POINTS][5000]

How to add a customer to a list?

Add to ZORPLIST:

[KAOS][ADD][<@{discord_id}>][SERVER]=[ZORPLIST]
Example:
[KAOS][ADD][<@{discord_id}>][1]=[ZORPLIST]

Remove from ZORPLIST:

[KAOS][DEL][<@{discord_id}>][SERVER]=[ZORPLIST]
Example:
[KAOS][DEL][<@{discord_id}>][1]=[ZORPLIST]

Add to KITLIST:

[KAOS][ADD][<@{discord_id}>][SERVER]=[KITLIST][KITNAME]
Example:
[KAOS][ADD][<@{discord_id}>][1]=[KITLIST][elitekit]

Remove from KITLIST:

[KAOS][DEL][<@{discord_id}>][SERVER]=[KITLIST][KITNAME]
Example:
[KAOS][DEL][<@{discord_id}>][1]=[KITLIST][elitekit]

Add to RIDERSLIST:

[KAOS][ADD][<@{discord_id}>][SERVER]=[RIDER]
Example:
[KAOS][ADD][<@{discord_id}>][1]=[RIDER]

Remove from RIDERSLIST:

[KAOS][DEL][<@{discord_id}>][SERVER]=[RIDER]
Example:
[KAOS][DEL][<@{discord_id}>][1]=[RIDER]

Wipe Claims

Wipe KITLIST Claims:

[KAOS][ADD][<@{discord_id}>][SERVER]=[CLAIMWIPE][KIT_NAME]
Example:
[KAOS][ADD][<@{discord_id}>][1]=[CLAIMWIPE][elitekit]

How to give VIP?

Add VIP:

[KAOS][ADD][<@{discord_id}>][SERVER]=[VIP]
Example:
[KAOS][ADD][<@{discord_id}>][1]=[VIP]

Remove VIP:

[KAOS][DEL][<@{discord_id}>][SERVER]=[VIP]
Example:
[KAOS][DEL][<@{discord_id}>][1]=[VIP]

Supported Arguments

[SERVER]

  • Specific Server: [1]

  • All Servers: [ALL]

  • Multiple Servers: [1,2,3,6]

[KIT_NAME]

  • Example: [elitekit], [elitekit5]

  • Arrays also work: [elitekit, elitekit2, elitekit7]

[ALL]

  • Use [ALL] where applicable to target everything.

Last updated