mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-10 06:23:16 +00:00
/rtp as alias for /tpr (#144)
This commit is contained in:
parent
73470a90e5
commit
03e1a7c9c4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue