Web site for viewing items for sale on a Minecraft server, automatically updates using the plugin SignShopExport
MCShop Live Demo (using data from the Gamealition Minecraft Server)
MCShop for the Gamealition Minecraft Server
I want to see your version of MCShop! Share it with me for it to be added to the list!
- Automatically updates all shops located on the server every 30 minutes (Thanks to SignShopExport)
- Dynmap support, all coordinates are clickable and will take you to that location on dynmap
- Support for enchanted items
- Shows player heads next to playername (Using Minotaur API)
- Select drop-down box is filterable by typing (Using Select2)
- Sorts results by lowest price (Using Lodash JS Library)
- Results displayed in cards (Materialize CSS Framework)
- Mobile Friendly (Materialize CSS Framework)
- Install the server plugin SignShopExport by RoyCurtis. This plugin is compatable with SignShop and Quickshop.
- At the top of
mcshop.js
, edit the values of three variables,JSONUrl
anddynmapURL
with your URLs, and thencurrencySymbol
with your desired symbol (default is$
) - Upload all files to a web server. (NOTE: If MCShop is located on a different server than the JSON, you may run into some trouble, to fix this, add
Header set Access-Control-Allow-Origin "*"
to the .htaccess file in the directory that the JSON is located) - If you run into any issues setting up, feel free to open an issue
- Clean up the code. It's a mess.
- Work well with SignShop item sets (currently quite buggy)
- At certain screen widths, some longer item's names go outside of the item's card
Have an idea for a feature, want to fix a bug, or implement something from the To-Do list? Feel free to open a Pull Request!