Update cs_individualProgression.sql

This commit is contained in:
Grimfeather
2025-08-06 14:01:21 +02:00
committed by GitHub
parent 47602173fc
commit e95842b919

View File

@@ -1,3 +1,5 @@
DELETE FROM `command` WHERE `name` IN ('individualProgression set');
DELETE FROM `command` WHERE `name` IN ('individualProgression set', 'ip set', 'ip tele');
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('individualProgression set', 2, 'Syntax: .individualProgression set $player $progressionLevel\nSets the player to the given progression level.');
('individualprogression set', 2, 'Syntax: .individualprogression set $player $progressionLevel\n Sets the player to the given progression level.'),
('ip set', 2, 'Syntax: .ip set $player $progressionLevel\n Sets the player to the given progression level.'),
('ip tele', 2, 'Syntax: .ip tele $player $location\n Teleports the player to the given location.');