MCG Plugins
  • Welcome
  • MCG Streamer GUI
    • Video demo's
    • Twitch app setup
    • Subscriber Rewards
    • Placeholders
    • Channel Points System
  • MCG Minestore
    • Requirements
    • How to Install
    • The product Manager
    • WEB Modules
    • The MCG Minestore API
    • MCG Mineweb
  • MCG StarCraft
    • Requirements
    • For players
      • Player Rockets
      • Space Stations
      • The Story
      • Space suit upgrading
      • Machine Usage
      • Collectable resources
      • Building plans
    • For admins
      • Dungeons
      • PlaceHolders
      • Creating worlds
        • Creating a new world
        • BiomeData Files
          • MixMaterial Data
      • Worldguard support
      • POI Management
        • Creating a POI
      • The Config File
      • Altering Buildings
      • World and Galaxy Control
      • Translate
  • MCG UCDM
  • MCG MineBuddy
    • Requirements and setup
    • How to add a Server and Buddy's
    • How does the ServerLink Files work?
  • MCG BlueMap Essentials (Plus)
    • BME PLUS API
  • MCG Ultimate Quester
    • Creating A quest
      • Actions
      • Requirements
  • MCG ParkManager SE
    • Players (park visitors)
      • (PMP) The smartphone
      • (PMP) Attractions
    • Admins (Park Staff)
      • Create Attractions
        • BigDoors Support
        • CC Rides Support
      • Commands
      • Shows!
  • MCG Mine-Net
    • Installation
    • Plugin Commands and permissions
    • Editing the theme
    • Navigation Editor
    • Discord Manager
    • FAQ
  • MCG Menu (all plugins)
Powered by GitBook
On this page
  • How to install?
  • How to update the webstore with product
  • I wanna update the existing store do i need to delete anything?
  1. MCG Minestore

MCG Mineweb

Web Panel for showcasing products

How to install?

Installing is quite easy. Simply upload the contents of the zip file to the folder on your server where you wanna have the webstore. after that edit the config.php. see explanation below:

config.php
//CONFIG AREA ONLY TOUCH ON INSTALL!
$devkey = "00000000";  //devkey from minestore installation
$weburl = "http://mysite.com"; // url for this webpage (just base url not the scriptnames)
$cartmode = true; // Use a cart system or single product mode
$securitylock = false; // After updating the products turn this to true to prevent others from adding products.
$showcats = true; // Shows categories in the header otherwise show all products

How to update the webstore with product

First go to the config.yml of the server and adjust the devkey if not already and make sure you use the same one on the config.php from the webstore and on the server. (DO NOT ALTER API KEY then enter the minestoreonlineurl this is the url from where you put the webstore files for example http://mywebsite.com/store and set minestoreonlineenabled to true Now make sure the server restarts first! When the server is back online run /donate admin uploadmineweb and if all goes well you should see its updated. if not check the server console or web console for errors.

I wanna update the existing store do i need to delete anything?

No you dont re run the uploadmineweb command and it clears the products cats and images and remakes them. easy peacy

If you ever want a product to be hidden online but not in-game. remove the productname.product file from the products folder. keep in mind the category can also be hidden by removing the category file from the cats folder

PreviousThe MCG Minestore APINextMCG StarCraft

Last updated 4 years ago