SavageLabs / SavageFactions

The Ultimate Competitve Factions Plugin. Switches focus from casual factions and introduces new features for competitive factions.

Home Page:https://savagelabs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SavageFactions

issues forks stars gradle

Discontinued - We are currently working on a new coded from scratch Factions plugin called FactionsX, more details soon!

SavageFactions is a fork of the popular Factions plugin FactionsUUID. Our goal 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.

<repository>
 <id>illyria</id>
 <url>https://nexus.illyria.io/repository/maven-public/</url>        
</repository>

<dependency>
 <groupId>com.massivecraft</groupId>
 <artifactId>SavageFactions</artifactId>
 <version>1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-6</version>
</dependency>

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.

About

The Ultimate Competitve Factions Plugin. Switches focus from casual factions and introduces new features for competitive factions.

https://savagelabs.net

License:GNU General Public License v3.0


Languages

Language:Java 100.0%