mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-06-26 17:20:08 +00:00
Update code
This commit is contained in:
parent
1e36b484ac
commit
6a7a6e74e3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class Monitors extends FreedomService
|
|||
}
|
||||
}
|
||||
|
||||
plugin.al.messageAllAdmins(ChatColor.translateAlternateColorCodes('&', String.format("&8[&ePotionSpy&8] &r%s splashed %s %s at X: %s Y: %s Z: %s in the world '%s'%s.",
|
||||
plugin.sl.messageAllStaff(ChatColor.translateAlternateColorCodes('&', String.format("&8[&ePotionSpy&8] &r%s splashed %s %s at X: %s Y: %s Z: %s in the world '%s'%s.",
|
||||
player.getName(), potionsThrown, potionsThrown == 1 ? "potion" : "potions", latestThrownPotion.getLocation().getBlockX(), latestThrownPotion.getLocation().getBlockY(), latestThrownPotion.getLocation().getBlockZ(),
|
||||
latestThrownPotion.getWorld().getName(), trollPotions > 0 ? String.format(" &c(most likely troll %s)", trollPotions == 1 ? "potion" : "potions") : "")));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue