Compare commits
4 Commits
f45777c72a
...
fix-space2
| Author | SHA1 | Date | |
|---|---|---|---|
| c009654c5c | |||
| ab2c9bf1d6 | |||
| 7aec608825 | |||
| e980768210 |
@@ -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);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Ignore all stealing?
|
||||
allow-stealing: false
|
||||
|
||||
jdbc-url: ""
|
||||
jdbc-url: "./plugins/GriefAlert/database.db"
|
||||
|
||||
# Breaking these blocks don't cause alerts. (Material)
|
||||
excluded-blocks:
|
||||
|
||||
Reference in New Issue
Block a user