Go to file
RoboMWM 82e7f9fc3f Don't let TNT be dropped in end portals
Necessarily this shouldn't be an issue anyways since the platform is
obsidian.

Also, if you have claims enable in the end, you should theoretically be
already protected.
2017-02-23 10:23:38 -08:00
src/me/ryanhamshire/GriefPrevention Don't let TNT be dropped in end portals 2017-02-23 10:23:38 -08:00
.gitignore Ignore snowballs, etc. from triggering PvP timer 2016-09-16 00:12:03 -07:00
.travis.yml Add travis 2016-09-22 13:30:10 -07:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 2016-10-07 11:32:34 -07:00
plugin.yml Remove /undorescue 2016-10-02 01:12:13 -07:00
pom.xml v16.6 Compatibility with custom biomes that don't set a temperature 2017-02-04 13:13:07 -08:00
README 3.2 2012-03-29 17:27:12 -07:00
README.md Update README.md 2016-11-20 19:40:24 -08:00

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/