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