Go to file
Simon 7efaa3b0fd Change worldguard-checking behaviour. (#160)
Prevent players from creating a claim if _any_ part of their claim includes a worldguard region they cannot build in. (Previous behavior only prevented claiming if the entire claim was within a worldguard region the player could not build inside.)
2017-07-21 18:59:41 -07:00
src/me/ryanhamshire/GriefPrevention Change worldguard-checking behaviour. (#160) 2017-07-21 18:59:41 -07:00
.gitignore Ignore snowballs, etc. from triggering PvP timer 2016-09-16 00:12:03 -07:00
.travis.yml travis, we use java 8 2017-07-09 09:28:21 -07:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 2016-10-07 11:32:34 -07:00
plugin.yml add /restrictsubclaim (#135) 2017-07-21 18:54:24 -07:00
pom.xml compile with java 8 2017-07-09 09:24:33 -07:00
README 3.2 2012-03-29 17:27:12 -07:00
README.md Update README.md 2017-05-15 01:06:53 -07:00

Downloads

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/