* Update to include 1.17 materials and tags * Use world height for claim max height * Account for worlds with min height < 0 Fix restore not working under y 0 Change default max claim depth to integer min value Fix creative claims always going to 0, not world min height * Update material listings to include new blocks * Fixes a few missed cases from previous versions * Replaced claim to bounding box bandaid for world max height increase with actual world limit * Account for worlds with min height less than zero * New default maximum depth is now integer min value (-2147483648) to not restrict users no matter how weirdly they set up worlds * Creative claims always extend to world min height, not 0 * RestoreNature restores to a max depth of world min height instead of 0 Closes #1309 Closes #1431 |
||
|---|---|---|
| .github | ||
| chat | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| appveyor.yml | ||
| CNAME | ||
| pom.xml | ||
| README.md | ||
GriefPrevention - The self-service anti-griefing Bukkit plugin for Minecraft servers since 2011.
Stop responding to grief and prevent it instead. GriefPrevention stops grief before it starts automatically without any effort from administrators, and with very little (self service) effort from players. Because GriefPrevention teaches players for you, you won't have to publish a training manual or tutorial for players, or add explanatory signs to your world.
GriefPrevention is a Bukkit plugin, therefore it is compatible with any implemention of the Bukkit API. Implementations include CraftBukkit, Spigot, Paper, Tuinity, Purpur, etc.
Help+Support
- Documentation (The Manual) - Check here first! This contains the list of commands, permissions, configurations, answers to common questions, etc.
- Issue Tracker - For reporting bugs
- Discussions - For asking questions, suggesting new ideas/features, and general discussion
Community support and general discussion on GriefPrevention can be found at these sites:
- GitHub Discussions
- #GriefPrevention chat channel on IRC or discord
- Grief Prevention on dev.bukkit.org
- GriefPrevention on spigotmc.org
Adding GriefPrevention as a maven/gradle/etc. dependency
GriefPrevention will be added to maven central soon - in the meantime, 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 to your pom.xml:
<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.17.1</version>
<scope>provided</scope>
</dependency>
You can also add it to gradle/sbt/leiningen projects: https://jitpack.io/#TechFortress/GriefPrevention/
(Plugin usage stats since version 16.11 - actual use across all versions is larger)