SaberFactions fork with various fixes and enhancements.
Go to file
Driftay 1fd3220e5e Initial Commit 2019-06-28 16:46:45 -04:00
.github/ISSUE_TEMPLATE Update issue templates 2018-12-15 13:26:44 +00:00
classes/artifacts/Factions_jar Resorted plates to see if they match on lookup 2019-03-19 00:53:05 -05:00
dependencies Removed PlayerVaultx.jar binary along with the dependency from pom.xml as the plugin no longer uses it. 2018-10-24 10:18:37 -05:00
javadoc Compiled fresh javadocs. 2018-12-06 16:11:20 -06:00
licenses Check for f perm in building 2018-02-03 12:49:04 -08:00
mvn-repo/com/massivecraft/Factions First Wave of Skript Support. 2018-12-26 19:22:06 -06:00
src/main Initial Commit 2019-06-28 16:46:45 -04:00
.gitignore Renamed Main Class of plugin from 'P' to 'SavageFactions', along with the plugin field from 'p' to 'plugin' 2018-10-22 18:43:02 -05:00
.travis.yml actually added tag woops 2018-08-29 00:19:46 -05:00
CODE_OF_CONDUCT.md Community Standards (#69) 2018-12-15 14:31:11 +00:00
CONTRIBUTING.md added ident message to Contributing.m 2019-03-03 04:52:32 +01:00
ISSUE_TEMPLATE.md Add issue template 2018-01-04 15:48:38 -08:00
LICENSE Create LICENSE 2018-08-27 10:44:50 -05:00
PULL_REQUEST_TEMPLATE.md Community Standards (#69) 2018-12-15 14:31:11 +00:00
README.md Update README.md 2019-01-03 21:28:24 -06:00
pom.xml Fix vanish integration in fly 2019-06-06 15:32:46 -04:00

README.md

SavageFactions

SavageFactions is a fork of the popular Factions plugin FactionsUUID. The Goal of SavageFactions is to make the ultimate competitive factions experience.

The plugin contains lots of new revolutionary features, which can be looked at in further detail on the wiki.

Currently the plugin is marketed on Spigot , a platform for Minecraft Servers which has an API that SavageFactions uses to enhance the game.

The plugin page can be found here, it contains a few gifs which show features of the plugin.

Users

The installation guide can be found on the installation page of the wiki

Dependencies

Soft Dependencies

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

If you would like to fork/contribute to SavageFactions I have made a video on how to compile the plugin correctly. The video can be found here.

If you would like to use the plugin as a dependency in your project, you can use maven.

<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>

The {version} has to be replaced with a version you find in the mvn-repo folder. An example version that can be used is: 1.6.9.5-U0.2.1-RC-1.5-BETA

If you would like to learn how to use the API there are lots of examples that can be found in the wiki on the API-Usage page.