73fcd9a674854783986444f5fbc22c4eb7069f9f
Show the claim size to those with griefprevention.seeclaimsize when right-clicking with the investigation tool (stick by default) - it's not exactly private information, the claim boundaries are visualised so it would be easy to just count the blocks or compare the coords of the corners to find out.
Adding GriefPrevention as a gradle/maven/sbt/leiningen dependency
Apparently there's this neat thing called JitPack that makes a public maven repo for public Github repos on the fly.
According to it, this is all you need to do to add this to your maven project:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Replace <version> number with this number:
<dependency>
<groupId>com.github.TechFortress</groupId>
<artifactId>GriefPrevention</artifactId>
<version>16.4</version>
</dependency>
You can also add it to gradle/sbt/leiningen projects: https://jitpack.io/#TechFortress/GriefPrevention/
Languages
Java
100%