Go to file
Adam 528f9f9777
Update to 1.17 (#1448)
* 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
2021-07-10 12:31:12 -07:00
.github Update bug-report.md 2021-04-29 08:34:13 -07:00
chat slightly reduce chatbox height 2021-02-19 08:17:28 -08:00
src Update to 1.17 (#1448) 2021-07-10 12:31:12 -07:00
.editorconfig these changes are sometimes not getting exported or something 2020-06-08 23:15:52 -07:00
.gitignore Minor Maven Project Housekeeping (#334) 2018-08-13 06:59:06 -07:00
appveyor.yml Have appveyor build v20 jars 2019-01-07 20:48:28 -08:00
CNAME Create CNAME 2020-11-09 16:09:32 -08:00
pom.xml Protect glow item frames (#1413) 2021-06-19 09:52:16 -07:00
README.md Include scope in dependency information (#1390) 2021-06-04 17:23:18 -07:00

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:


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/


Weird flex but ok (Plugin usage stats since version 16.11 - actual use across all versions is larger)