Filled Villager Shops

Discussion in 'Plugin Requests' started by mttprvst13, Feb 28, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    mttprvst13

    Plugin category: Economy

    Suggested name: Villager Stores

    What I want: I would like a plugin that makes it so that you can make villager stores. I know that there are plugins like that out there, but not what I want. I want one that lets me completely customize the menu in the villagers menu. Maybe utilize the SimpleGUI Creator type of thing, or use a GUI api that is already created. But I want full control of the gui that opens up.

    I want a config that is easy to use, that specifies the type of GUI to open up. So something like
    Code:
    "GuiTypes":
        "Merchant":
            0:
                type: 137
                name: "El Commando Blocko"
                cost: 10000
            5:
                type: 127
                name: "El Blocko"
                cost: 10
    Where the 0 on the 3rd line is the slot, and the cost, is well... the cost. Speaking of cost, I want it to use Vault as the economy plugin.

    Ideas for commands:
    /vs - Base
    /vs make [type] - Make a villager store at your position with the specific type(Read above for details
    /vs name (name) - Name the villager your looking at/are in the position of
    /vs move (start|end) - Move a villager at you position to/from a position

    Ideas for permissions:
    villagerstores.make - Make a villager store
    villagerstores.name - Name a villager
    villagerstroers.move - Move a villager

    When I'd like it by: Soon. As soon as possible :)
     
  2. Offline

    pie_flavor

    @mttprvst13 You could just use ChestCommands, and get a plugin to run the open command when the villager is clicked. Also, fun fact: If you have Vault, no matter what your economy plugin is, all plugins will work with your economy. If you don't, they won't.
     
  3. Offline

    mttprvst13

    Never mind guys, I will just try to make it.
     
Thread Status:
Not open for further replies.

Share This Page