Skip to content

Commit

Permalink
Updating readme and formalling updating build to 1.10 in prep for rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
ProgrammerDan committed Jun 26, 2016
1 parent 238204d commit ebea2cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# HiddenOre-Compatibility Module

Brought to you by the developers from https://www.reddit.com/r/Devoted and https://www.github.com/DevotedMC -- check out our server at play.devotedmc.com and our website at www.devotedmc.com .

This plugin uses the event system from HiddenOre to make HiddenOre fully compatible with Citadel and Orebfuscator

Compatible with:

* HiddenOre 1.2.1/1.2.2

* Orebfuscator 4.1.1 or later (Not before -- function didn't exist before)

* Citadel 3.5.2 or later

This particular release was compiled for Spigot 1.10.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.9.2-R0.1-SNAPSHOT</version>
<version>1.10-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -55,7 +55,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.5.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down

0 comments on commit ebea2cd

Please sign in to comment.