ThePindabaas 89672769c6
All checks were successful
Build / Explore-Gitea-Actions (push) Successful in 52s
remove debug call
2026-07-09 19:54:33 +02:00
2026-06-27 11:17:06 +02:00
2026-07-09 19:54:33 +02:00
2026-06-27 11:17:06 +02:00
2026-06-27 11:14:09 +02:00
2026-06-27 11:17:06 +02:00
2026-06-27 11:17:06 +02:00
2026-06-27 11:17:06 +02:00
2025-08-23 06:19:34 +00:00
2026-06-27 11:14:44 +02:00
2026-06-27 11:17:06 +02:00

GriefAlert

GriefAlert a simple plugin that alerts the staff when someone is griefing on the server.

CoreProtect is required for this plugin to work. DiscordSRV is recommended.

Features

  • Alerts the staff when players break blocks, steal items or kill mobs in other players' builds.
  • Alerts go to the chat of ingame staff and optionally Discord.
  • Players and coordinates can be excluded from alerts.

Permissions

  • griefalert.notify - Gives an ability to view alerts in the chat.
  • griefalert.exclude - Completely excludes a player from triggering alerts.
  • griefalert.exclude.<player> - Excludes a player from triggering alerts when touching the specified player's stuff.
  • griefalert.staff - Ability to use staff commands.

Commands

  • /griefalert ignore [world] <x> <y> <z> - Ignores a location from alerts.
  • /griefalert unignore [world] <x> <y> <z>
  • /griefalert check [world] <x> <y> <z> - Tells if a location is ignored.

Discord support

If you have DiscordSRV installed, you can add this to it's alerts.yml:

- Trigger: net.ardakaz.griefalert.GriefAlertEvent
    Channel: grief-alerts
    Content: "${getAlert()}"

You'll also have to specify the grief-alerts channel in config.yml.

Development

  • Use ./gradlew clean to clean the project
  • Use ./gradlew assemble to compile the project
  • Use ./gradlew test to test the project
  • Use ./gradlew jar to create the jar
  • Use ./gradlew build to compile, test and create the jar
Description
No description provided
Readme MIT 296 KiB
2026-07-14 08:07:00 +00:00
Languages
Java 100%