wolf128058 / mc-dealer-yml2json

Convert Minecraft Dealer yaml-Directory to json-Array and HTML-Frontend
MIT License
0 stars 1 forks source link

Exclude shops #5

Closed CptGummiball closed 10 months ago

CptGummiball commented 11 months ago

A config list in which you can specify shops that should not appear on the site

CptGummiball commented 10 months ago

I think you could write a simple json here where the shop IDs can be entered. For a possible plugin it would then also be easy to make or delete entries there. I have already created a schematic for this possible plugin function. The shop IDs can already be read out via Villager Market using a command in-game.

CptGummiball commented 10 months ago

implementation in the Bukkit plugin is already finished. "hidden_shop.json" is used as output. Located in the main folder of the website.

CptGummiball commented 10 months ago

Done!