mod-needs-system/data/sql/db-world/base/needs_commands.sql

7 lines
465 B
MySQL
Raw Normal View History

2024-06-21 11:14:43 +00:00
DELETE FROM `command` WHERE `name` IN ('needs', 'needs set', 'needs view');
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('needs', 0, 'Syntax: .needs [subcommand]\nType .help needs to see a list of subcommands\nor .help needs [subcommand] to see info on the subcommand.'),
('needs set', 2, 'Syntax: .needs set [hunger] [thirst]\nSet your current hunger and thirst levels.'),
('needs view', 0, 'Syntax: .needs view\nView your current needs levels.');