Go to file
Erik Eide c235bb0a00
Make POM more explicit about plugin versions (#1153)
- Add missing POM sections: name, description, inceptionYear, packaging, licenses, and issueManagement
- For tests, use junit-jupiter instead of both junit-jupiter-api and junit-jupiter-engine
- Dependency versions:
    - junit-jupiter 5.6.2 -> 5.7.0
    - git-commit-id-plugin 3.0.0 -> 4.0.3
- Explicitly use the latest plugin versions, rather than the dated default versions from the Super POM
- Define Java language source- and target level directly in the maven-compiler-plugin configuration
2020-12-14 00:09:58 -08:00
.github remove release drafter for now 2020-12-13 18:38:12 -08:00
chat dumcord will live on 2020-12-13 00:14:40 -08:00
src Fix resizing 1-wide claims (#1148) 2020-12-12 10:33:29 -08: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 Make POM more explicit about plugin versions (#1153) 2020-12-14 00:09:58 -08:00
README.md Update README.md 2020-12-13 01:15:05 -08:00

GriefPrevention - The self-service anti-griefing Bukkit plugin for Minecraft servers since 2011.

Stop responding to grief and prevent it instead. Grief Prevention will solve your grief problems without a roster of trained administrators, without 10 different anti-grief plugins, and without disabling any standard game features. Because Grief Prevention teaches players for you, you won't have to publish a training manual or tutorial for players, or add explanatory signs to your world.

Grief Prevention stops grief before it starts automatically without any effort from administrators, and with very little (self service) effort from players. Solve all your grief problems with a single anti grief download, no database, and (for most servers) no configuration customization.

Downloads

Help+Support

  • Documentation (The Manual) - Where you'll find answers to common questions and information on (nearly) everything about GriefPrevention such as its range of commands and permissions, configuration parameters, etc.
  • Issue Tracker - The place to file bug reports
  • Discussions - The place to ask questions and suggest ideas/features

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.7.1</version>
	</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)