fix spaces #14
@@ -782,7 +782,7 @@ public class GriefAlert extends JavaPlugin implements Listener {
|
||||
action = "error 404 check with kleedje30";
|
||||
}
|
||||
|
||||
String message = ChatColor.GRAY + player.getName() + action + " Copper " + " at " + x + " " + y + " " + z + getHumanWorldName(world);
|
||||
String message = ChatColor.GRAY + player.getName() + " " + action + " Copper" + " at " + x + " " + y + " " + z + getHumanWorldName(world);
|
||||
alert(message, player.getName(), "[Map Link](" + MAP_LINK + "/?worldname=" + world + "&zoom=7&x=" + x + "&y=" + y + "&z=" + z + ")", target, x, y, z, world);
|
||||
|
||||
}, 1L);
|
||||
|
||||
Reference in New Issue
Block a user