2 Commits

Author SHA1 Message Date
ThePindabaas
f45777c72a add reports table
All checks were successful
Build / Explore-Gitea-Actions (push) Successful in 50s
2026-07-18 18:11:41 +02:00
ThePindabaas
75d43afea0 add new db tables
All checks were successful
Build / Explore-Gitea-Actions (push) Successful in 51s
2026-07-18 10:26:32 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -713,7 +713,7 @@ public class GriefAlert extends JavaPlugin implements Listener {
String worldName = event.getEntity().getWorld().getName();
String message = ChatColor.GRAY + killer.getName() + " killed" + " " + typeName + " in " + animalOwner + "'s build at " + x + " " + y + " " + z + getHumanWorldName(worldName);
String message = ChatColor.GRAY + killer.getName() + " killed" + " " + typeName + "in " + animalOwner + "'s build at " + x + " " + y + " " + z + getHumanWorldName(worldName);
alert(message, killer.getName(), "[Map Link](" + MAP_LINK + "/?worldname=" + worldName + "&zoom=7&x=" + x + "&y=" + y + "&z=" + z + ")", animalOwner, x, y, z, worldName);
@@ -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);

View File

@@ -1,7 +1,7 @@
# Ignore all stealing?
allow-stealing: false
jdbc-url: "./plugins/GriefAlert/database.db"
jdbc-url: ""
# Breaking these blocks don't cause alerts. (Material)
excluded-blocks: