Character Slotes
Configure how players receive additional character slots through Discord roles, Tebex purchases, or custom licenses.
📊 Slot Calculation
Total Slots = Default + Database + Discord + Custom LicenseSource
Description
🔢 Default Slots
Config.DefaultCharacterSlots = 1 -- Everyone starts with 1 slot🎮 Discord Role Slots
Config.CharacterSlots = {
Discord = {
status = false, -- Enable Discord slot system
roles = {
{
id = 1234567890123456, -- Discord Role ID
slot = 1, -- Bonus slots
},
{
id = 9876543210987654, -- VIP Role
slot = 3, -- +3 bonus slots
},
}
},
-- ...
}Setup Requirements
How to Get Role IDs
💳 Tebex Integration
Tebex Setup
How Players Redeem
🔑 Custom License Slots
How to Get License IDs
🎟️ Redeemable Codes
Adding Codes via Database
Adding Codes via Command
📋 Complete Configuration Example
⚡ Admin Commands
❓ FAQ
Last updated