All Projects → Errored-Innovations → HeadsPlus

Errored-Innovations / HeadsPlus

Licence: GPL-3.0 license
A heads plugin that has grown for over two years into something more ambitious than other plugins.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to HeadsPlus

Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (+105.71%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
advanced-region-market
A Bukkit/Spigot plugin for renting/selling WorldGuard regions
Stars: ✭ 40 (+14.29%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (+2.86%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-57.14%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-48.57%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
MinecraftManhunt
Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
Stars: ✭ 20 (-42.86%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
MinetopiaVehicles
A realistic vehicle plugin for your Minecraft server!
Stars: ✭ 52 (+48.57%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
AntiCheatReloaded
The free anti-cheat since 2016
Stars: ✭ 94 (+168.57%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
MarriageMaster
Marriage Plugin for Bukkit/Spigot
Stars: ✭ 79 (+125.71%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
CommandWhitelist
You decide what commands players can use or tab complete on your server!
Stars: ✭ 115 (+228.57%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
UltiTools
This is a sum of some basic plugins of a Bukkit server or Spigot server. Including a few useful and creative functions.
Stars: ✭ 17 (-51.43%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
Quests
Questing plugin for Minecraft, enabling the addition of goals for players.
Stars: ✭ 88 (+151.43%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
DragonTravel
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
Stars: ✭ 17 (-51.43%)
Mutual labels:  bukkit, spigot, spigot-plugin
MythicDrops
Action RPG drops for Spigot.
Stars: ✭ 28 (-20%)
Mutual labels:  bukkit, spigot, spigot-plugin
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (+0%)
Mutual labels:  bukkit, spigot, spigot-plugin
AureliumSkills
Advanced Skills, Stats, Abilities, and more
Stars: ✭ 121 (+245.71%)
Mutual labels:  bukkit, spigot-plugin, minecraft-plugin
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (-11.43%)
Mutual labels:  bukkit, spigot, spigot-plugin
yamipa
Yet Another Minecraft Image Placing Addon
Stars: ✭ 19 (-45.71%)
Mutual labels:  bukkit, spigot, minecraft-plugin
KingdomsX
Battles for might, land and glory.
Stars: ✭ 24 (-31.43%)
Mutual labels:  bukkit, spigot, spigot-plugin
ExploitFixer
Bukkit plugin that aims on fixing Exploits in your Minecraft network. [Requires HamsterAPI to work]
Stars: ✭ 141 (+302.86%)
Mutual labels:  bukkit, spigot, spigot-plugin

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

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