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!