AyavefeTR
Zombi Katili
- Mesajlar
- 172
- En iyi cevaplar
- 0
- Beğeniler
- 16
- Puanları
- 110
- Ruh hali
Kod:
public boolean onCommand(CommandSender gonderen, Command cmd, String cmdl, String[] args)
{
if(cmdl.equalsIgnoreCase("setloc"))
{
Player thePlayer = (Player) gonderen;
if(thePlayer.hasPermission("ayavefep1.gardas"))
{
Location loc = thePlayer.getLocation();
thePlayer.sendMessage(ChatColor.YELLOW + "Location set");
}
if(cmdl.equalsIgnoreCase("tploc"))
{
thePlayer.teleport(loc);
thePlayer.sendMessage(ChatColor.GREEN + "Teleported the location.");
}