Code Creator
The Code Creator System allows admins to create redeemable codes for players to claim items, vehicles, and rewards.
Image Services for ESX Inventory:
Our system provides a flexible way to load item images. You can choose to load images from a local file path or directly from your inventory system, such as qb-inventory
or esx-inventory
. Simply set the path according to your preference, and images will be retrieved automatically.
Example Code for ESX and Qb-Inventory Options:
Key Features of the Discord Webhook Logging System
Real-Time Notifications:
The system sends real-time updates to a Discord channel whenever important events occur, such as when a code is created, redeemed, edited, removed, or toggled between active and inactive states.
Structured Log Messages:
Each log is formatted as an embedded message in Discord, making the logs more readable and structured. This format includes the action performed, details of the event, and a timestamp.
Detailed Event Tracking:
Each log contains detailed information about the event, including:
The action performed (e.g., Code Creation, Code Redemption).
The code involved (e.g., code ID or code name).
The player who performed the action.
The date and time of the event.
Webhook Integration:
The system integrates with Discord using webhooks. This allows any external application or server to send logs directly to a Discord channel using a simple HTTP POST request.
Multi-Event Support:
The system tracks multiple types of events, including:
Code Creation: Logs when a new code is generated.
Code Redemption: Logs when a code is redeemed by a player.
Code Removal: Logs when a code is deleted from the system.
Code Edit: Logs when a code is modified (e.g., expiration date or usage limits).
Code Toggle: Logs when the
isActive
status of a code is toggled between active and inactive states.
Customizable Webhook:
The Discord webhook URL can be customized to send logs to any Discord channel, making it flexible for use across different environments or servers.
Redeemable Codes:
/redeem Command: Players can redeem special codes that grant them various rewards such as items, vehicles, weapons, and more.
Custom Items: Using the
/redeem
command, players can receive custom inventory items like weapons, armor, and other in-game assets.Vehicle Rewards: Players can redeem codes to receive fully customized vehicles, complete with generated license plates, ready to use in-game.
Code Management:
Code Creation: Administrators can generate new codes with specific rewards, set usage limits, expiration dates, and the types of items or vehicles the player will receive upon redemption.
Code Removal: Unused or invalid codes can easily be removed from the system, ensuring only active and valid codes are redeemable.
Code Editing: Existing codes can be modified to change expiration dates, increase or decrease the number of redemptions available, or adjust the rewards tied to the code.
Activation & Deactivation:
Toggling Codes On/Off: Codes can be toggled between active and inactive states. Administrators can easily control the availability of codes, allowing temporary promotions or special events to be handled smoothly.
Flexible Rewards:
Customizable Rewards: You can assign various rewards to each code, from basic items to highly valuable vehicles and in-game currency. The system supports different categories, such as weapons, money, and vehicles.
Expiration Control: Each code can have an expiration date, after which it becomes invalid, helping control promotions and time-limited offers.
Usage Limits: Codes can have limited uses, meaning they can only be redeemed a set number of times, making them ideal for exclusive giveaways or special rewards.
Player & Server Integration:
Player-Specific Rewards: The system allows specific rewards to be assigned to players who redeem codes, including giving them specific amounts of money, custom items, or rare vehicles.
Automated Rewards: Once a code is redeemed, rewards like weapons, items, and vehicles are automatically added to the player's inventory or garage without any manual intervention from administrators.
Logging and Security:
Detailed Logs: Every action, from code creation to redemption, is logged. This helps track player activity and ensure transparency, as every redemption is recorded with the player’s name and time of the action.
Webhook Integration: Real-time logs can be sent to a Discord channel, notifying administrators whenever a code is redeemed or modified, making server management more efficient.
Use Case Examples:
Promotional Giveaways: You can create codes for special events or promotional campaigns where players redeem codes to win in-game items like exclusive vehicles or powerful weapons.
Reward Systems: The system allows for setting up a rewards program, where loyal or high-achieving players can redeem codes for valuable in-game resources.
Event-Specific Codes: During special in-game events, time-limited codes can be created to distribute rewards only available for a limited time.
Donation Rewards: If your server accepts donations, you can issue codes to donors, allowing them to redeem special vehicles or items as a thank you for supporting the server.
Last updated