:up Pull request from simoleo89 - Integrate UpdateAll plugin as built-in command

Make sure you use the SQL in the SQL Update directory
This commit is contained in:
duckietm
2026-03-16 09:39:56 +01:00
parent ec037ba195
commit 8b17307c7d
3 changed files with 109 additions and 0 deletions
@@ -0,0 +1,6 @@
ALTER TABLE `permissions` ADD `cmd_update_all` ENUM('0','1') NOT NULL DEFAULT '0' AFTER `cmd_update_achievements`;
INSERT INTO `emulator_texts` (`key`, `value`) VALUES
('commands.keys.cmd_update_all', 'update_all'),
('commands.description.cmd_update_all', ':update_all'),
('commands.succes.cmd_update_all', 'Successfully updated everything!');