All Projects → SavageLabs → Savagefactions

SavageLabs / Savagefactions

Licence: gpl-3.0
The Ultimate Competitve Factions Plugin. Switches focus from casual factions and introduces new features for competitive factions.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Savagefactions

Guilds
Adding RPG to your server has never been more fun and action-packed!
Stars: ✭ 66 (-33.33%)
Mutual labels:  minecraft, spigot, bukkit
Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (+479.8%)
Mutual labels:  minecraft, spigot, bukkit
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+367.68%)
Mutual labels:  minecraft, spigot, bukkit
Webconsole
Spigot plugin to manage your server remotely using a web interface
Stars: ✭ 62 (-37.37%)
Mutual labels:  minecraft, spigot, bukkit
Unifiedmetrics
Fully-featured metrics collection agent for Minecraft servers. Supports Prometheus and InfluxDB. Dashboard included out-of-box.
Stars: ✭ 29 (-70.71%)
Mutual labels:  minecraft, spigot, bukkit
Fastboard
Simple Bukkit scoreboard API with 1.7.10 to 1.16 support.
Stars: ✭ 62 (-37.37%)
Mutual labels:  minecraft, spigot, bukkit
Plugman
Plugin manager for Bukkit servers.
Stars: ✭ 80 (-19.19%)
Mutual labels:  minecraft, spigot, bukkit
Yatopia
The Most Powerful and Feature Rich Minecraft Server Software!
Stars: ✭ 408 (+312.12%)
Mutual labels:  minecraft, spigot, bukkit
Blur
Minecraft Game Engine written in Java & Kotlin
Stars: ✭ 21 (-78.79%)
Mutual labels:  minecraft, spigot, bukkit
Confiscate
Discover duplication glitches, abusive staff giving items, x-ray or simply poor server economy.
Stars: ✭ 23 (-76.77%)
Mutual labels:  minecraft, spigot, bukkit
Luckperms
A permissions plugin for Minecraft servers.
Stars: ✭ 1,100 (+1011.11%)
Mutual labels:  minecraft, spigot, bukkit
Libby
A runtime dependency management library for plugins running in Java-based Minecraft server platforms.
Stars: ✭ 36 (-63.64%)
Mutual labels:  minecraft, spigot, bukkit
Redprotect
RedProtect Easy and Light Weight Antigrief plugin.
Stars: ✭ 51 (-48.48%)
Mutual labels:  minecraft, spigot, bukkit
Chestcommands
An intuitive and powerful plugin to create graphical user interfaces in Minecraft.
Stars: ✭ 62 (-37.37%)
Mutual labels:  minecraft, spigot, bukkit
Discordsrv
The Minecraft <-> Discord bridge plugin your mother warned you about. https://www.spigotmc.org/resources/discordsrv.18494/
Stars: ✭ 437 (+341.41%)
Mutual labels:  minecraft, spigot, bukkit
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+393.94%)
Mutual labels:  minecraft, spigot, bukkit
Akarin
Akarin is a powerful (not yet) server software from the 'new dimension'
Stars: ✭ 332 (+235.35%)
Mutual labels:  minecraft, spigot, bukkit
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (+272.73%)
Mutual labels:  minecraft, spigot, bukkit
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+551.52%)
Mutual labels:  minecraft, spigot, bukkit
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (+866.67%)
Mutual labels:  minecraft, spigot, bukkit

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].