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,5 +1,7 @@
|
||||
DELETE FROM `command` WHERE `name` IN ('individualProgression set', 'ip set', 'ip tele');
|
||||
DELETE FROM `command` WHERE `name` IN ('individualProgression set', 'ip set', 'ip get', 'ip view', 'ip tele');
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('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 get', 0, 'Syntax: .ip get $player Shows your or your targets current progression level.'),
|
||||
('ip view', 0, 'Syntax: .ip view $player Shows your or your targets current 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