CraftHeads

Warning: v2.0 is only comaptible with Minecraft 1.8
This plugin allows you to get player heads with an easy to use in-game GUI!

Commands
| Command | Description |
|---|---|
| /craftheads | Opens the CraftHeads menu |
| /craftheads <player name> | Gives you the head of the player you specified |
Permissioms
| Permission | Description | Default |
|---|---|---|
| craftheads.use | Allows the use of /craftheads | OP |
| craftheads.updater | Users that have this permission will get notifications of new updates | OP |
Configuration
You can read the documentation for the default configuration file here.
GitHub repository
You can see the source code for the plugin here.
Auto-Updater
Updates are downloaded automatically so you always have the latest features of CraftHeads. You can disable this in the config.yml.
Metrics
This plugin utilizes Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
My other plugins
- CraftHats - A fully customizable hat shop plugin that uses an in-game GUI.
Videos
- Review by VariationVault (outdated)
Many of the heads were collected from the Freshcoal Head List, credits to them!
-
View User Profile
-
Send Message
Posted Jan 3, 2016@Deejayarroba
My server is running Java 7
-
View User Profile
-
Send Message
Posted Jan 3, 2016@Deejayarroba
Not sure, will contact my hosting
-
View User Profile
-
Send Message
Posted Jan 3, 2016@Amando010 Are you using java 6? This plugin requires at least java 7 to work.
-
View User Profile
-
Send Message
Posted Jan 3, 2016@cjburkey01
On my hosted server it doesnt work and i get this error: http://pastebin.com/CDuA9Y5h but on a localhost server it does work
-
View User Profile
-
Send Message
Posted Dec 31, 2015@Amando010
Seems to work for me, check the console for errors.
-
View User Profile
-
Send Message
Posted Dec 23, 2015Hello, for some reason i cant get the plugin to work, it is enabled and shows up on /plugins but i cant use the command "/craftheads". I have full OP on the server
-
View User Profile
-
Send Message
Posted Dec 8, 2015@DhafinRA
Weird, that must be an issue on your end, because 1.8.8 is the version I test with. If you could send me a log of when the server starts up in a PM I could see the reason why it's not working.
-
View User Profile
-
Send Message
Posted Dec 8, 2015Nice and very useful plugins! But I have some issues with 1.8.8, the command is not listed and I can't use it :/ If you can fix it and make it compatible with 1.8.8, it would be awesome!
-
View User Profile
-
Send Message
Posted Nov 27, 2015This is very nice article thank you for share this information. i have to read this article i like very much. this is used for all peoples. i am a management student study for online college that is online supply chain management degree this is one of the best degree for all students.
-
View User Profile
-
Send Message
Posted Dec 21, 2016I totally agree with you. The article is awesome and very useful. I just found the service where you can get the writing custom. I think that it is interesting and the blog is quite good.
-
View User Profile
-
Send Message
Posted Nov 27, 2015@Durtturbine
Just finished writing the update, will upload it soon ;)
-
View User Profile
-
Send Message
Posted Nov 26, 2015@Deejayarroba
Definitely! Thanks for the fast reply man! I'll keep an eye out. And again thank you for coding this awesome plugin!
-
View User Profile
-
Send Message
Posted Nov 26, 2015@Durtturbine
That's a good idea. I'll try and add it to the next update :) I'm also thinking of making the categories editable, so you can add your own categories, heads, and change the prices.
-
View User Profile
-
Send Message
Posted Nov 26, 2015Awesome Job on the plugin man! I have a question though. How hard would it be to implement some kind of in game currency for the heads? Say charge the players for the heads so they don't have an unlimited supply and have to actually work for them?
-
View User Profile
-
Send Message
Posted Oct 19, 2015Hello everyone! Lately I've been re-writing this plugin to work well with 1.8, and I'm really close to finishing it. It will be version 2.0 and the heads now don't need a user that has a specific skin, so they will never change! The new version will also have a lot more heads to choose from.
-
View User Profile
-
Send Message
Posted Jul 21, 2015This should be a mod for 1.8.
-
View User Profile
-
Send Message
Posted Dec 9, 2014Hi Deejayarroba
Craftheads is awesome. My daughters especially love it!
Works fine in 1.7.10, but is there any way we might get an upgrade for 1.8?
rgds.
-
View User Profile
-
Send Message
Posted Apr 20, 2014@qlimax5000
Fixed it, new dev build is out. Had to remove the 30 second expiration time because it had some issues. I'll include it again when I have the time for it :)
-
View User Profile
-
Send Message
Posted Apr 20, 2014@qlimax5000
Oh wow, I'll try to push a dev build ASAP
-
View User Profile
-
Send Message
Posted Apr 20, 2014Theres an error on line 19 in ChatUtil due to a NullPointerExeption. This can be fixed by, instead of using a Map to store players just use an ArrayList that stores player names and then make isRequestingHead return this.list.contains(player.getName());
EDIT: This error is caused on every player chat event.