πRup-AdventCalendar
Installation
Items
advent_calendar = {
name = 'advent_calendar',
label = 'Advent Calendar',
weight = 200,
type = 'item',
image = 'advent_calendar.png',
unique = true,
useable = true,
shouldClose = true,
description = 'Open daily to receive a special gift!'
}, ['advent_calendar'] = {
label = 'Advent Calendar',
client = {
export = 'rup_adventcalendar.openAdvent',
},
}, advent_calendar = {
label = 'Advent Calendar',
description = "Open daily to receive a special gift!",
weight = 200,
type = 'item',
unique = true,
useable = true,
shouldClose = true,
client = {
export = 'rup_adventcalendar.openAdvent',
},
},Exports
Export
Description
Errors
Last updated