# BadgerTrustSystem+

## About

`BadgerTrustSystem+` is the most advanced trust system for the FiveM platform. Users can take control of their personal vehicles, peds, and/or weapons in-game that they purchased in the server's store. Give your users a better sense of security in which their personals cannot be used by others unless they give them permission. Use `BadgerTrustSystem+` :smile:

## Commands

`/trusts` - List all the trusts you have given out `/trust <spawncode>` List all the trusts you have given out to the vehicle and/or ped and/or weapon with the specified spawncode

`/vehicles` - List all the vehicles you have access to utilize `/peds` - List all the peds you have access to utilize

`/weapons` - List all the weapons you have access to utilize

`/trustVeh <id> <spawncode>` - Trust the vehicle to the provided server ID for the vehicle spawncode

`/trustPed <id> <spawncode>` - Trust the ped to the provided server ID for the ped spawncode

`/trustWeapon <id> <spawncode>` - Trust the weapon to the provided server ID for the weapon spawncode

`/revokeVeh <id> <spawncode>` - Revoke the trust of the vehicle spawncode from the provided server ID

`/revokePed <id> <spawncode>` - Revoke the trust of the ped spawncode from the provided server ID

`/revokeWeapon <id> <spawncode>` - Revoke the trust of the weapon spawncode from the provided server ID

`/clearVeh <spawncode>` - Clear the vehicle spawncode of any ownership and trusts&#x20;

`/clearPed <spawncode>` - Clear the ped spawncode of any ownership and trusts&#x20;

`/clearWeapon <spawncode>` - Clear the weapon spawncode of any ownership and trusts&#x20;

`/setVehOwner <id> <spawncode>` - Set the vehicle owner of the vehicle spawncode provided to the server ID provided's user

`/setPedOwner <id> <spawncode>` - Set the ped owner of the ped spawncode provided to the server ID provided's user

`/setWeaponOwner <id> <spawncode>` - Set the weapon owner of the weapon spawncode provided to the server ID provided's user

## Purchase

{% embed url="<https://store.collectivem.org/category/badgertrustsystem>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.badger.store/badger-software/badgertrustsystem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
