Go to file
RoboMWM 2ead578666 Make the version explicitely a string. Not sure if CB or yaml is at fault here
[20:58:37] RoboMWM: hmmm it's a bit annoying how CB cuts off the
trailing 0 in my versions
[20:58:49] RoboMWM: e.g. 16.10 displays as 16.1
[20:59:02] +Choco: That seems... stupid? lol
[20:59:12] RoboMWM: very
[20:59:27] RoboMWM: plugin.yml inside jar reveals it to be correct
[20:59:43] RoboMWM: and afaik this is supposed to be a string so idk why
it's doing that
[21:00:49] RoboMWM: apparently wrapping it with single quotes does the
job
[21:01:33] +Choco: Maybe it assumes it's a double then converts it to a
String
[21:02:04] RoboMWM: I guess >_> since I stuck a test.16.10 without
quotes and it's all there
[21:02:09] RoboMWM: thank you yaml
[21:02:22] +Choco: What if you were to do 1.1.10?
[21:02:30] +Choco: Because that's not a valid number, maybe it would
assume String
[21:02:33] RoboMWM: the second dot probably makes it a string
[21:02:51] RoboMWM: maybe I should do 16.1O
[21:02:57] +Choco: lol that's cheating
2018-09-19 21:05:42 -07:00
.github/ISSUE_TEMPLATE testing github templates 2018-09-19 16:04:27 -07:00
src Make the version explicitely a string. Not sure if CB or yaml is at fault here 2018-09-19 21:05:42 -07:00
.gitignore Minor Maven Project Housekeeping (#334) 2018-08-13 06:59:06 -07:00
appveyor.yml Publish GriefPrevention.jar in AppVeyor (#357) 2018-08-19 07:24:05 -07:00
pom.xml version 16.10 2018-09-19 01:05:10 -07:00
README 3.2 2012-03-29 17:27:12 -07:00
README.md README updates (#159) 2017-07-21 19:01:07 -07:00

GriefPrevention - Minecraft anti-griefing plugin

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.

Want to get started? Downloads are at: Downloads

Found a problem? Use the issues tab above to raise an issue. Please include all the information requested in the issue template, unless you're certain it's not relevant.

Wiki

The GriefPrevention wiki here on GitHub contains documentation on using Grief Prevention, its range of commands and permissions, etc.

See also

Grief Prevention on spigotmc.org

Grief Prevention on dev.bukkit.org

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

You can also add it to gradle/sbt/leiningen projects: https://jitpack.io/#TechFortress/GriefPrevention/