Christmas's Gift #3 Heads (2200+ Heads + Add Your Own!)

 Christmas's Gift #3 Heads (2200+ Heads + Add Your Own!) 1.8.2

Christmas's Gift #3 Heads (2200+ Heads + Add Your Own!)
Heads_Banner.png


A simple heads menu plugin which allows players to easily retrieve heads for use in building.

6f2d30a6750152a4990f7cab1f706adf965acbb7da39a3ee5e6b4b0d3255bfef95601890afd80709da39a3ee5e6b4b0d3255bfef95601890afd80709967e_zpsp76lxxww.png

- Easy to use menu to select heads
- 2200+ built in categorised heads!
- All heads fully cached for fast loading of textures
- Search functionality to find the perfect head
- Add your own heads with a simple command
- Economy Support!
- And many, many more

ed6fa47b0c238d9f7ad16113119fa234e59c858bda39a3ee5e6b4b0d3255bfef95601890afd80709da39a3ee5e6b4b0d3255bfef95601890afd80709967e_zpsmrf6kyj3.png

fGCx8IN.gif


Placed Heads
72de23b9b3.png


More Pictures
Categories
b917d39d56.png


Food Menu
41a5136bde.png


Menu Usage
lcDNuW2.gif




If you install the plugin BlockStore, Heads will hook into it and will make it so when you place heads and pick them back up again they remember their name.


a3a771c8739abe914ffff4afcf4ebe29fd4c5c82da39a3ee5e6b4b0d3255bfef95601890afd80709da39a3ee5e6b4b0d3255bfef95601890afd80709967e_zpsg4siogm3.png

/heads (alias /head)
Open the heads menu
Permission: heads.menu

/heads search <search query>
Search to find the perfect head
Permission: heads.search


More User Commands
/heads random
Get a random head from the menu
Permission: heads.random

/heads get <name>
Get a players head from their name
Permission: heads.get

Admin Commands
/heads add <player name> <category> <name>
Add a new head to the menu. If the category does not exist it will be created.
Permission: heads.add

/heads hand <category> <name>

Add the head in your hand to the menu
Permission: heads.hand

/heads remove
Opens a menu where you can select a head to remove.
Permission: heads.remove

/heads cost <new cost>
Opens a menu where you can set a heads cost.
Permission: heads.cost

/heads rename <new name>
Opens a menu where you can select a head to rename it.
Permission: heads.rename

/heads id

Opens a menu where you can select a head to get its id
Permission: heads.id

/heads give <head id> <player> <amount>
Give players heads from the cache
Permission: heads.give

/heads categorycost <new cost>
Opens a menu where you can select a category to apply a new cost to all the heads in said category! This does not override heads with individually set prices.
Permission: heads.categorycost

/heads categorycost reset

Opens a menu where you can select a category to reset the cost of all heads in said category to the default in the config. This does not override heads with individually set prices.
Permission: heads.categorycost


The commands can be changed in the config.yml. See Configuration for more information.


a78c8b44d9b3e8ecc09e03afa855eebd55fb4390da39a3ee5e6b4b0d3255bfef95601890afd80709da39a3ee5e6b4b0d3255bfef95601890afd80709967e_zpslephzvfo.png

heads.menu
Permission to use the /heads command to open and get heads from the menu.

heads.search
Permission to use the /heads search command to search for heads in the menu.


More User Permissions
heads.random
Permission to use the /heads random command to get a random head

heads.get
Permission to use the /heads get command to get a head from a players name.

heads.category.<category>
Permission to use a specific category in the menu. All players have these permissions by default, so you will have to add it as a negative permission to stop someone using a category.

Examples:
- "-heads.category.humans"
- "-heads.category.food"

Admin Permissions
heads.add
Permission to use the /heads add command to add heads to the menu.

heads.hand
Permission to use the /heads hand command to add heads from their hand to the menu.

heads.remove
Permission to use the /heads remove command to remove heads from the menu.

heads.cost
Permission to use the /heads cost command to set the cost of heads in the menu.

heads.categorycost
Permission to use the /heads categorycost command to set the cost of whole categories in the menu.

heads.rename
Permission to use the /heads rename command to rename heads in the menu.

heads.id
Permission to use the /heads id command to get a head's id from the menu.

heads.give
Permission to use the /heads give command to give heads to other players from the menu.

heads.bypasscost
Permission to bypass having to pay for heads


7f8f8c3232f74b12149059796a12093ab3444467da39a3ee5e6b4b0d3255bfef95601890afd80709da39a3ee5e6b4b0d3255bfef95601890afd80709967e_zpsmpjj3koz.png

The configuration files will automatically reload when changed.

cache.yml
Do not edit this file, use /heads <add:remove> instead to manage it.

menus.yml
This file contains all the items for the menus and their names. If you want to change the type, data, name or lore of any items in the menu, here is where you can do it.

Item Format
The format of each item is like so:
Code (Text):
<item name>:
type: <item id>
data: <data value>
name: '<name of item>'
lore:
- '<lore of item>'
- '<Some more lore>'
Tip: & colour codes can be used in the name and the lore to add colour.
Find a list of the different colours at http://ess.khhq.net/mc/.

Tip: You can find a list of all the different types and data values for the different items at http://minecraft-ids.grahamedgecombe.com/.

Tip: All of the values are optional except for the type. If an item is missing one of these values, just add it and it should work. Alternatively you can also remove different values like the data when they are not needed.

config.yml
In the config.yml you can change the commands that the plugin uses. This is mostly to fix compatibility issues with other plugins. You can also use this plugin to configure the plugins economy support.

By default the commands section looks like this:
Code (Text):
commands:
heads:
label: 'heads'
aliases:
- 'head'
description: 'Get cool heads'
sub-commands:
add: 'add'
remove: 'remove'
rename: 'rename'
get: 'get'
give: 'give'
# open menu is when no arguments are supplied
# help is shown whenever arguments are supplied but are not recognised
economy:
enabled: false
# Use 0 for no cost
default-head-cost: 0
economy -> enabled
This value can be either true or false. This value controls whether economy is used in the plugin. If you wish for people to have to pay for heads, then set this to true.

economy -> default-head-cost
This value can be any 0 or any positive value. This value controls the default amount players have to pay for the heads in the menu. This can be overridden per head by using the /heads cost <new cost> command.

commands -> label

The label is the command you put in, similar to aliases. So, currently you can put in /heads and that is the label.

commands -> aliases
The aliases are similar to the label, although these can be overriden by other plugins if they have the same commands. This is where you would add commands you want apart from the main label.

commands -> description
This is used in the /help command, but other than that this option will do very little.

commands -> sub-commands
Each of these is the sub commands you use to run various actions. For example /heads get <name> is a sub command. If you wanted to change the get part of the command you can do so by changing the line "get: 'get'" to something like "get: 'find'". This would change /heads get to /heads find.

hat-mode
Hat mode makes it so when you purchase a head from the menu it gets put on your head as a hat instead of in your inventory.

2d8c10c5391fbd10afb562bff181aff5782ce3fbda39a3ee5e6b4b0d3255bfef95601890afd80709da39a3ee5e6b4b0d3255bfef95601890afd80709c373_zpszrdgggac.png

This plugin fully supports all 1.8+ spigot servers. however do not expect full functionality on versions before the 1.8 protocol hack or on modified spigot jars, even though this plugin should work on them.

This plugin requires Java 8

5549771e751d15a9562aea5d5436634a4ef7acd8da39a3ee5e6b4b0d3255bfef95601890afd80709da39a3ee5e6b4b0d3255bfef95601890afd80709967e_zpsy30jrtnk.png

1) Please only use this on one network that you own. I cannot do much to enforce this so i'm leaving this up to the buyer to do the morally right thing.

2) Do not distribute this plugin anywhere without my consent. Doing so will result in you being removed off of the buyers list, meaning you will not get any further updates.


00a1ecef7813d4140c680ab1e408925fa7faa7e4da39a3ee5e6b4b0d3255bfef95601890afd80709da39a3ee5e6b4b0d3255bfef95601890afd80709c373_zpsnhrz1prc.png

Please if you have an issue to report, report it in the discussion thread instead of posting a bad review!


c9aae16152cdd2a8220b4d3c32951b141fb3c27eda39a3ee5e6b4b0d3255bfef95601890afd80709da39a3ee5e6b4b0d3255bfef95601890afd80709b586_zpsnfrzxzia.png

Latest updates

  1. Clean up and Fixes

    Hey guys and gals, Due to the large refactoring in the last few updates, a few new bugs have...

Latest reviews

Fix the link pls :[
Thank you, qualitative leak as always!

Similar resources

Christmas's Gift #1 Christmas+ InactiveResource
#1 christmas plugin - Advent calendar, Santa Claus event, gifts, snow effect
5.00 star(s) 1 ratings
Downloads
319
Updated
Christmas's Gift #2 Recipe Maker Pro InactiveResource
Make your own foods , recipes , items , smelting recipes and potion recipes
5.00 star(s) 1 ratings
Downloads
174
Updated
Christmas's Gift #4 ♛ Minigame Package 50% OFF ♛ Paintball Edition [8 minigames, Teams] MikeyBoy
Featuring 8 full minigames, 16 multicolored teams, amazing gameplay, leaderboards, super config
5.00 star(s) 1 ratings
Downloads
227
Updated
BlackSpigot General Chat
Rules Help Users
    I @ iTz_RockGamez: https://www.blackspigot.com/downloads/dtltradersplus.15466/ I'm trying to download version...
    Top