Cuberite Forum
Shopify - Configurable Shop Plugin - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html)
+--- Thread: Shopify - Configurable Shop Plugin (/thread-3282.html)



Shopify - Configurable Shop Plugin - Krystilize - 04-18-2020

This is a simple, configurable shop plugin i made for Equitas.

https://github.com/KrystilizeNevaDies/Shopify

If you edit the Config.lua file, there are instructions on how to use the plugin


RE: Shopify - Configurable Shop Plugin - xoft - 04-18-2020

You need to change your plugin's folder structure. In order for it to be easy to install, it needs to contain the main files directly in the root of the git repository. That way you can install it (and maintain it) from git directly into the Plugins folder for your server.
(I've done this change in your BankAPI plugin in the first PR)