Hiya. I'm using GriefPrevention and want to try and use it with Skript. I've used SkUniversal but it doesn't have anything I need in the docs.
make player execute command "/claim 10"
send "&aClaimed!" to player
on break of crying obsidian:
make player execute command "/removeclaim"
send "&cUnclaimed!" to player```
The issue is that I want the "/claim 10" to be executed at the event-block, which would make a nice 20x20 claimed radius around the event-block. Instead, it currently executes the command at the player's position, of course. If it isn't possible to make a block execute a command, does Skript have support for GriefPrevention to do what I need?