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
um-multicharacter > server > list > slotlist.lua
Set Slots.DiscordPerm > status > true
- and organise the roles id according to yourself
um-multicharacter > server > editable > slots_discord.lua
discordConfig.guild_id set your guild id
get_guild_id (opens in a new tab)discordConfig.bot_token set your bot token
get_token (opens in a new tab)
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
totrue
- 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",
}
}