🐼 Scripts
um-multicharacter
customize
slot

Slot / Manuel / Discord

How can change number of slots?

Config

  • Config.DefaultSlots =
    • default: 5

Manuel Slot

  • um-multicharacter > server > list > slotlist.lua
  • find Slots.List and add your custom slots

Discord Slot

  1. um-multicharacter > server > list > slotlist.lua
  • Set Slots.DiscordPerm > status > true
  • and organise the roles id according to yourself
  1. um-multicharacter > server > editable > slots_discord.lua
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

  • um-multicharacter > server > list > 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",
    }
}