mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +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(
|
||||
$name,
|
||||
"%pocketmine.command.tp.description",
|
||||
"%commands.tp.usage"
|
||||
"%commands.tp.usage",
|
||||
["teleport"]
|
||||
);
|
||||
$this->setPermission("pocketmine.command.teleport");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user