Headshop Plugin

Hi, I am looking for a plugin where players are able to buy custom heads using in-game currency

2 Likes

Are you looking to be able to allow the players to pick the heads or are you looking to sell a specific set of heads? Because the latter can be done with a simple signshop, such as CarrotShop.

I’m looking for something so people can buy heads from a large database

You are really vague.

“people can buy heads from a large database”

What kind of database? (File/mysql/postgresql/mongodb/etc…)
I guess you want to configure which heads to sell by yourself?
How do you want to sell them? (Command/chest/sign/entity)
Do you already have a set of heads in mind? Would be nice to have some data to work with

https://www.spigotmc.org/resources/headshop.26615/

https://www.spigotmc.org/resources/heads-10-000-heads-add-your-own.13402/

https://www.spigotmc.org/resources/head-database-10-000-heads.14280/

Please. I need this too.

I am also interested in this.

This can be achieved using Virtual Chests

No, sign shops, and empty-shop plugins are not going to help. Heads databases are enormous, and - at least for me - I was looking for something to pull from one of the web databases. I wasn’t looking to hand-add each head to a shop. I am already aware I can do that in various ways.

For extra clarification: There are literally as many heads, as there are player characters. Player head databases help servers access heads, for decorative purchases. Player head shops, pull from the databases (lists of heads), and allow players in the game to view the head, and purchase it. Hand-placing thousands of heads is a ridiculous way to suggest doing this, when there are already databases (read: lists) available to search.

Heads api, in Spigot, was used with HeadsInventory, to list a gui, which could be searched by category (food, flags, players, drinks, etc).

That’s what I was asking for, and I think what OP wanted.