Please make 1.20.6 working! When I type /headdatabase, i get error in console. The plugin is good tho, I tested it on 1.20.4. I know its not the place for this, but I did 5 star review if you will update it to 1.20.6 I will really appreciate it
Works partly. Does it give heads? Yes! But the issue is that economy does not work. I enabled it and restarted my server (reloading causes error, not sure why, but no one can join afterward. Perhaps not related to this.)
Unfortunately this plugin is fully broken in 1.19.2. You can't get the menu to work, it just picks up the buttons like you would from a chest and won't open any further GUIs.
This is an excellent alternative to the paid HDB Plugin.
It has lots of features like execute commands if the player has purchased a head, which is really useful if you want to give your players the ability to get a head every few days.
Also, the Support is one of the best part here. The dev answers fast and if you have a wish (like execute commands on purchase ^^') he is really fast to implement it. It only took him 1 hour to implement mine <3
Off course, he also has a live, so be patient ^^
In general, his support is one of the best I have ever seen, even better than some paid plugins support, which is kind of sad for them ._.
All in all, it's a fantastic Plugin with grate support !
A free alternative to HeadDB. There has been some controversy concerning these 2 very.. similar plugins.
I personally believe that 2 people can come up with the same idea and perhaps that is the case here.
As for which plugin to get, if you're going for a big public server then maybe you should consider buying the other plugin but it is not necessary in my opinion since this offers the same base functionality.
Hell.. many free plugins are better or at the very least offer the same level of quality than their premium alternatives.
I usually buy plugins that are unique and don't have a free alternative or I find them valuable to my server and in that case I try to support the developer monetarily.
But that is just what I think.
⭐⭐⭐⭐⭐ - Jzdoo
Developer is super friendly, had an issue with the plugin throwing error, mentioned to dev and fixed it super fast! Recommending this plugin to everyone needing head database!
Is the best FREE version to use a HDB the only problem is that somtimes is not so fluent to see between pages, but I belive it will get better with every upgrade
Works great in 1.17, won't be using it because there does not appear to be a way to limit how many heads a player can get. In order to prevent abuse it should either have a hard limit for a player via permissions, a configurable daily limit via config, or economy plugin support.
Works great without any issues, It's pretty much the same as Head Database but for free, Defiantly recommend trying this.
the guy below obviously didn't even pay any attention to the listing, using Spigot 1.12 when it clearly says 1.13 +.. theirs always one..
Dont Work!
[23:29:17 INFO]: DenisLetsPlay77 issued server command: /headdb
[23:29:17 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'headdb' in plugin HeadDB v2.2
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1399) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1234) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_281]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_281]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_281]
Caused by: java.lang.NoSuchFieldError: PLAYER_HEAD
at tsp.headdb.api.Head.getItemStack(Head.java:36) ~[?:?]
at tsp.headdb.database.Category.getItem(Category.java:45) ~[?:?]
at tsp.headdb.inventory.InventoryUtils.openDatabase(InventoryUtils.java:129) ~[?:?]
at tsp.headdb.command.Command_headdb.onCommand(Command_headdb.java:31) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.12.2.jar:git-Spigot-dcd1643-e60fc34]
... 15 more
Definitely a good start to a head database, but has some core faults:
* Database opening is on the main thread, and completely stops the server until done. I'd much prefer an option in the config to change when it loads the heads (on server start, on command, etc.)
* GUI cannot be customized, definitely needs more translation config
* Heads do not cache properly, the NBT in them has a "name" field, which should not be there. Do not put the name field in the heads texture data, put it in the ITEM's Display tag. Without this change, all heads attempt to load as a player's NAME, not as texture data, causing them to lag and show as blank Steve heads
* No way to use the search function within the GUI
* Needs a better search function, perhaps try anvil renames
* Needs more language customization in general
Other than that, it is a GREAT database for heads. Quality and quantity, but needs more quality.