🆙 Added Dance CMD

This commit is contained in:
duckietm
2025-12-22 16:36:31 +01:00
parent 32d6269560
commit e2114d5358
5 changed files with 55 additions and 2 deletions
@@ -0,0 +1,5 @@
ALTER TABLE `camwijs`.`permissions`
ADD COLUMN `cms_dance` ENUM('0', '1') NULL DEFAULT '0' AFTER `cmd_credits`;
INSERT INTO emulator_texts (`key`, `value`) VALUES ('commands.description.cmd_dance', 'dance around the world ! use 1 t/m 4 and 0 to stop');
INSERT INTO emulator_texts (`key`, `value`) VALUES ('commands.keys.cmd_dance', 'dance');