/rtp as alias for /tpr (#144)

This commit is contained in:
untuned 2019-08-19 03:01:53 -04:00 committed by Ivan
parent 73470a90e5
commit 03e1a7c9c4

View File

@ -9,7 +9,7 @@ import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@CommandPermissions(level = Rank.OP, source = SourceType.ONLY_IN_GAME)
@CommandParameters(description = "Go to a random place in the current world you are in", usage = "/<command>", aliases = "tpr")
@CommandParameters(description = "Go to a random place in the current world you are in", usage = "/<command>", aliases = "tpr,rtp")
public class Command_tprandom extends FreedomCommand
{
@Override
@ -23,4 +23,4 @@ public class Command_tprandom extends FreedomCommand
msg("Poof!", ChatColor.GREEN);
return true;
}
}
}