mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
TeleportCommand: add /teleport alias
This commit is contained in:
@ -37,7 +37,8 @@ class TeleportCommand extends VanillaCommand{
|
||||
parent::__construct(
|
||||
$name,
|
||||
"%pocketmine.command.tp.description",
|
||||
"%commands.tp.usage"
|
||||
"%commands.tp.usage",
|
||||
["teleport"]
|
||||
);
|
||||
$this->setPermission("pocketmine.command.teleport");
|
||||
}
|
||||
|
Reference in New Issue
Block a user