💡Installation
Installation guide of Sticky Notes System.
Step 1: Move resource
Step 2: Add Items
INSERT INTO items (name, label)
VALUES
('sticky_note', 'Sticky Note');sticky_note = { name = 'sticky_note', label = 'Sticky Note', weight = 0, type = 'item', image = 'sticky_note.png', unique = false, useable = true, shouldClose = true, description = 'Write down important information on this sticky note.' },["sticky_note"] = {
label = "Sticky Note",
weight = 0,
stack = true,
close = true,
},Step 3: Install SQL
Step 4: Install stg_lib
Step 5: Start Script
Last updated