💡Installation
Installation guide of Card Game
Step 1: Move resource
Step 2: Install items
INSERT INTO `items` (`name`, `label`) VALUES
('cardgame', 'Card Game');['cardgame'] = {['name'] = 'cardgame', ['label'] = 'Card Game', ['weight'] = 100, ['type'] = 'item', ['image'] = 'cardgame.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Card Game'},["cardgame"] = {
label = "Card Game",
weight = 0,
stack = true,
close = true,
},Step 3: Set bot token

Step 4: Start script
Last updated