Add back /mvtp shorthand command

This commit is contained in:
Ben Woo 2023-09-07 23:54:51 +08:00
parent 0b7f3246a1
commit f9c6c441e1
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8

View File

@ -33,6 +33,7 @@ public class TeleportCommand extends MultiverseCommand {
this.destinationsProvider = destinationsProvider;
}
@CommandAlias("mvtp")
@Subcommand("teleport|tp")
@CommandCompletion("@players|@mvworlds:playerOnly|@destinations:playerOnly @mvworlds|@destinations")
@Syntax("[player] <destination>")