mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update cs_individualProgression.sql
This commit is contained in:
@@ -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.');
|
||||
|
||||
Reference in New Issue
Block a user