Skip to content

Errored-Innovations/HeadsPlus

Repository files navigation

Loading beautiful image ;)

HeadsPlus Project

HeadsPlus (referred to as the HeadsPlus Project on Github) is one of Spigot's most ambitious and advanced heads plugins, providing several new and unique features to servers of which have never been seen before. Minecraft's skulls are an important asset to bringing forth incredible amounts of creativity without further intervention by resource packs, mods and data packs, so HeadsPlus makes sure they are used to the best of their ability.

Currently, HeadsPlus has 21,000+ downloads, over 50 reviews (55/60) praising the plugin, 600+ live servers with 600-1200 players, and a committed developer always looking to find ways to improve the plugin even more and make it stand out even more among other plugins.

Installation/Cloning

HeadsPlus uses Maven to manage its dependencies, with most of these provided in a library folder within the project.

The command which is used by the developer herself is mvn clean install and should work fine on itself.

HeadsPlus uses the CraftBukkit API, which requires you to have run BuildTools on your system for each version.

Using HeadsPlus in Maven

HeadsPlus uses JitPack to host its repository. To use HeadsPlus as a library in your project, add the following in your project:

    <repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
    </repositories>
    <dependencies>
        <dependency>
            <groupId>com.github.Thatsmusic99</groupId>
	    <artifactId>HeadsPlus</artifactId>
	    <version>v6.10.5-SNAPSHOT-1</version>
	</dependency>
    </dependencies>

More information

Important documents