little ownership update
This commit is contained in:
@@ -852,7 +852,7 @@ public class GriefAlert extends JavaPlugin implements Listener {
|
||||
//cuz Blåhaj is cute so if you damage your own stuff u gucci
|
||||
if (target.equals(damager.getName())) return;
|
||||
|
||||
String message = ChatColor.GRAY + damager.getName() + " destroyed an ender crystal at " + x + " " + y + " " + z;
|
||||
String message = ChatColor.GRAY + damager.getName() + " destroyed an ender crystal owned by " + target + " at " + x + " " + y + " " + z;
|
||||
alert(message, damager.getName(), "[Map Link](" + MAP_LINK + "/?worldname=" + world + "&zoom=7&x=" + x + "&y=" + y + "&z=" + z + ")", target, x, y, z, world);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user