uyuyorumstore
um-multicharacterCustomize

Slot

How can change number of slots?

Config

  • Config.DefaultSlots = 5
    • default: 5

Manuel Slot

slotlist.lua
  • find Slots.List and add your custom slots

Discord Slot

slotlist.lua
  • Set Slots.DiscordPerm > status > true
  • and organise the roles id according to yourself
slots_discord.lua
  • discordConfig.guild_id set your guild id get_guild_id
  • discordConfig.bot_token set your bot token get_token
local discordConfig = {
    guild_id = '',
    bot_token = '',
}

Your created or existing discord bot must be on your server

discordConfig.bot_token should not be shared with anyone, this is as important as your server key!

Custom Delete Button Access

This feature authorises a custom delete button, for this set Config.DeleteButton to false

slotlist.lua
  • set Slots.CustomDeleteCharacterAccess > status to true
  • add player license to the list
Slots.CustomDeleteCharacterAccess = {
    status = false, -- Set to true to enable this feature, or false to disable it.
    list = {
        --"license:xxxxx1",
        --"license2:xxxxx3",
    }
}

On this page