Config
Here you can find all the configurations that you can set with our lottery script
Mio.Locals
Configure the different texts that should be output when notifying
-- LANGUAGE SETTINGS --
-- CHANGE LANGUAGE PARTS OF SCRIPT
Mio.Locals = {
noticket = 'You don’t have any lottery tickets left in your inventory!',
ticketsubmitted = 'Lottery ticket submitted successfully!',
notenough = 'Not enough participants for the draw.',
drawstarted = 'The lottery draw has started!',
drawwin = 'You have won the lottery draw!',
numbersbtw = 'All numbers must be between 1 and 49.',
manuell = 'The lottery draw has been manually started!',
noaccess = 'You do not have permission to use this command.',
selectsix = "Please select exactly 6 numbers!",
errorsending = "Error sending the numbers - please try again!",
}
-- LANGUAGE SETTINGS END --Mio.Base
Base settings like Drawtime, min Participants, Lotteryitem and more
Mio.Prices
Configure your price options for jackpot
Mio.Notify
Setup own notify script
Mio.Webhook
configure your webhook notifys for discord server
Last updated