Saber-Factions/README.md

51 lines
2.4 KiB
Markdown
Raw Normal View History

2018-12-15 17:37:20 +01:00
# SavageFactions
2017-12-19 09:40:17 +01:00
2018-12-16 18:47:09 +01:00
SavageFactions is a fork of the popular Factions plugin FactionsUUID. The Goal of SavageFactions is to make the ultimate competitive factions experience.
2011-02-06 15:00:47 +01:00
2018-12-15 17:37:20 +01:00
The plugin contains lots of new revolutionary features, which can be looked at in further detail on the wiki.
2011-02-06 13:36:11 +01:00
2019-01-04 04:28:24 +01:00
Currently the plugin is marketed on [Spigot](https://www.spigotmc.org/forums/) , a platform for Minecraft Servers which has an API that SavageFactions uses to enhance the game.
2011-02-06 14:52:49 +01:00
2018-12-15 17:37:20 +01:00
The plugin page can be found [here](https://www.spigotmc.org/resources/savagefactions-the-ultimate-factions-plugin-1-7-1-13.52891/), it contains a few gifs which show features of the plugin.
2011-02-06 14:52:49 +01:00
2018-12-15 17:37:34 +01:00
## Users
2018-12-15 17:37:20 +01:00
The installation guide can be found on the [installation page](https://github.com/ProSavage/SavageFactions/wiki/Installation-Guide) of the [wiki](https://github.com/ProSavage/SavageFactions/wiki)
Dependencies
- [Essentials Or EssentialsX](https://ci.ender.zone/job/EssentialsX/)
- [Vault](https://www.spigotmc.org/resources/vault.34315/)
2018-12-15 17:41:16 +01:00
2018-12-15 17:40:40 +01:00
Soft Dependencies
- [CoreProtect (for /f inspect)](https://www.spigotmc.org/resources/coreprotect.8631/)
2018-12-15 17:37:20 +01:00
## Developers
This plugin has an extensive API and viewable Javadocs.
The Javadocs can be found in the javadocs folder, they are generated at every major release.
They are also hosted on my webserver and can be found [here](http://prosavage.net/factions_javadoc/)
If you would like to fork/contribute to SavageFactions I have made a video on how to compile the plugin correctly.
2018-12-15 17:38:16 +01:00
The video can be found [here](https://www.youtube.com/watch?v=fnDwjA2gX-E).
2018-12-15 17:37:20 +01:00
If you would like to use the plugin as a dependency in your project, you can use maven.
```xml
2018-12-27 18:54:37 +01:00
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.ProSavage</groupId>
<artifactId>SavageFactions</artifactId>
<version>1.6.x-0.1.21-gbdd5473-400</version>
<scope>provided</scope>
</dependency>
2018-12-15 17:37:20 +01:00
```
The {version} has to be replaced with a version you find in the [mvn-repo](https://github.com/ProSavage/SavageFactions/tree/1.6.x/mvn-repo/com/massivecraft/Factions) folder. An example version that can be used is: `1.6.9.5-U0.2.1-RC-1.5-BETA`
2018-12-15 17:37:20 +01:00
If you would like to learn how to use the API there are lots of examples that can be found in the [wiki](https://github.com/ProSavage/SavageFactions/wiki) on the [API-Usage](https://github.com/ProSavage/SavageFactions/wiki/API-Usage) page.