Techcable/FactionsUUID


Outdated factions fork. Unfficial. See @drtshock/Factions for official https://github.com/drtshock/Factions

Download


Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

Add it in your settings.gradle.kts at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url = uri("https://jitpack.io") }
		}
	}

Add to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    

Step 2. Add the dependency

	dependencies {
		implementation 'com.github.Techcable:FactionsUUID:'
	}
	dependencies {
		implementation("com.github.Techcable:FactionsUUID:")
	}
	<dependency>
	    <groupId>com.github.Techcable</groupId>
	    <artifactId>FactionsUUID</artifactId>
	    <version></version>
	</dependency>

                            
    libraryDependencies += "com.github.Techcable" % "FactionsUUID" % ""
        
        

                            
    :dependencies [[com.github.Techcable/FactionsUUID ""]]
        
        

Readme


~~FactionsUUID~~

WARNING: This repo is <u><i>NOT</i></u> the official factions repo.

It is an internal fork, not used (or updated) in years.

The current official repo is @drtshock/Factions.

Please go there.


You may have wound up here from google search. This is a mistake. I was never a primary developer of factions, I was only a contributor for a short time.

I still get some emails about this, especially asking for a free copy. This was allowed for small and non-profit servers. AFAIK, that policy is still in place, but you should not ask here.

If you have any issues, or questions, or just anything, please go to the official repo at @drtshock/Factions.

Last I checked, the spigot page is https://www.spigotmc.org/resources/factionsuuid.1035/ and the maintainer was https://github.com/mbaxter. This may change over time, so you should verify this.

In the future, this repo may be deleted or made private. Don't rely on its existence.