mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
6 lines
506 B
SQL
6 lines
506 B
SQL
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\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.');
|