Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rlf committed Dec 11, 2014
1 parent 3a7becd commit 38c96cb
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@

This is a continually updated and custom version of Talabrek's Ultimate SkyBlock plugin, which he has decided to stop supporting.

# Installation

This version depends on the following plugins:

* Bukkit 1.8-R0.1-SNAPSHOT (I.e. the latest Spigot 1.8 release)
* Vault 1.4
* WorldEdit 6.0.0-SNAPSHOT
* WorldGuard 6.0.0-SNAPSHOT

## Config-files

*Note*: The R0.X release candidates all change heavily in most of the config files, so place close attention to the changes between your local copy, and the "default" ones.

# Building/Compiling

Requirements:

* Maven
* Java SDK 1.7 or above
* A local revision of the Spigot build (see http://www.spigotmc.org/threads/bukkit-craftbukkit-spigot-1-8.36598/)

Configure Environment and Run Maven

1. Define the SPIGOT_BASE environment variable to the folder where the BuildTools.jar reside
2. Make sure that the Bukkit folder in that hiearchy contains a /target/bukkit*.jar file
3. Run `mvn install` in the uSkyBlock folder

## Issues

Issues are maintained on the GitHub page: https://github.com/rlf/uSkyBlock/issues

## Contributing

Fork-away, and create pull-requests

## License

TL;DR - This is licensed under GPLv3
Expand All @@ -21,4 +56,4 @@ So even though Talabrek deserves all the credit in the world - for making such a
## References

* [GPLv3](http://www.gnu.org/copyleft/gpl.html) - [tl;dr Legal](https://www.tldrlegal.com/l/gpl-3.0)
* Dutchy1001s guides and tutorials on uSkyBlock - [http://debocraft.x10.mx/skyblock/](http://debocraft.x10.mx/skyblock/)
* Dutchy1001s guides and tutorials on uSkyBlock - [http://debocraft.x10.mx/skyblock/](http://debocraft.x10.mx/skyblock/)

0 comments on commit 38c96cb

Please sign in to comment.