little ownership update

This commit is contained in:
urtypicalblahajlunatic
2026-07-07 18:03:55 +02:00
parent 5a6b5a7f89
commit c5be759ce9

View File

@@ -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 //cuz Blåhaj is cute so if you damage your own stuff u gucci
if (target.equals(damager.getName())) return; 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); alert(message, damager.getName(), "[Map Link](" + MAP_LINK + "/?worldname=" + world + "&zoom=7&x=" + x + "&y=" + y + "&z=" + z + ")", target, x, y, z, world);