mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
/rtp as alias for /tpr (#144)
This commit is contained in:
parent
73470a90e5
commit
03e1a7c9c4
@ -9,7 +9,7 @@ import org.bukkit.command.CommandSender;
|
|||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
@CommandPermissions(level = Rank.OP, source = SourceType.ONLY_IN_GAME)
|
@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
|
public class Command_tprandom extends FreedomCommand
|
||||||
{
|
{
|
||||||
@Override
|
@Override
|
||||||
@ -23,4 +23,4 @@ public class Command_tprandom extends FreedomCommand
|
|||||||
msg("Poof!", ChatColor.GREEN);
|
msg("Poof!", ChatColor.GREEN);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user