GUI Shop

GUI Shop based on Economics. Supports NPC

Total Downloads: 11,482 - First Release: Aug 29, 2015 - Last Update: May 3, 2018

5/5, 38 likes
  1. did u use LustyMap ? try to close / minimise the mini map and try again.
     
  2. I noticed the shop lag too, and I don't have LustyMap.
     
  3. Alright guys I cant get my shop to work either! I want it all in one shop and not using NPC, just Chat /shop. Please help and thanks!
    [DOUBLEPOST=1493586946][/DOUBLEPOST]
    Hey guys can you take a look at my Config? IDK why it isn't working. I just keep getting a blank shop Build. ^^^
     

    Attached Files:

  4. You don't seem to have a proper shop ID.

    It would be like this if you want it to work in chat using the /shop command:

    "chat": {
    "buy": [
    "Handmade Shell",

    If you want it to work with npc it would need to reflect the proper npc ID like this:

    "842219043": {
    "buy": [
    "Blueprint",

    You also have a bad .json format. Use this to validate your .json: The JSON Validator
     
  5. Images appear to be white washed (have a higher hue than normal) I remember seeing that this was an issue with one of the recent CUI patches but it appears to be fixed in other plugins (See ImageLibrary)

    Wondering if anyone has an idea to fix this? Tried the following with no change. I'm also wondering if the bugged image is cached in my server.

    Is this an issue with ImageCache?
     
  6. Anyone having their shops not working? The plugin is giving no error, but the shops GUI not popping up.
     
  7. It works with NPC, and in chat with /shop command for me. Of course I cant be building blocked to issue the chat command.
     
  8. So strange its borked for me. I even deleted/reloaded everything, validated JSON. I changed nothing between the update today.
     
  9. Wulf

    Wulf Community Admin

    What exactly isn't working? Just the chat command? Did you change your config to Modded: false?
     
  10. Almost sounds like plugin isn't loading. Is your oxide directory and sub-directories under server root directory?

    If not, you also need to transfer all your plugins under the new oxide/plugins directory, as well as everything in /data and /config directories while the server is shut down or you wont have permissions to use the plugins.

    For sure if you do everything right, everything seems to work this wipe for a change. This is literally the first wipe that everything works.
    OOps, except scrap needs to be added to config for betterloot plugin. But that's a topic for another thread...
     
  11. ignore that, i figured it out. For some reason the NPC ID didnt save.
     
  12. just some idears for the plugin i would attempt it myself but wouldnt know where to start but something like this Screenshot where they can type in how much they want to buy and sell and then they click the buy or sell button and youc an fit more items on 1 page would be cool :)
     
  13. It is possible to set a sell limit per day?
     
  14. How do I create a category?
     
  15. same lagg
     
  16. why is this plugin so hard ffs!

    ive installed it and just says no such thing as build kit
    then i remove it and still says it, just so confusing how to work theres like 3 of the same items in the config and dont have a clue what goes where, anyone got a config they can give me?
     
  17. Is it possible to bind the shop to a key instead of using the /shop chat command or can both be used together?
     
  18. Ok Iv'e been rummaging thru the forums and I cant find the answer. So sorry if this has been asked. How do I get the Kits to work? I have entered the direct name of the kit from my kits.json file. But GUIShop always gives me an error: [GUIShop] ShopCategory: Kit Medic Unknown item: medic.

    What is the correct way to add it. This is what I have in the config:
    "Kit Medic": {
    "buy": "100",
    "img": "http://oxidemod.org/data/resource_icons/0/668.jpg?1492567374",
    "item": "medic",
    "sell": "0"
    }
     
  19. Hi guys so im not the best with coding plugins and editing plugins but ive manadged to set up my modded server fairly good for someone who didnt know what they was doing ive been learning as i go but ive been trying for the past 2 days to install and edit the GUI shop plugin,

    ive wated the video but its outdated and the scripts have changed and when first install it to defult it comes up with a unknown kit message so i need abit of help with this plugin, if anyone can help set this up with me or have a server and have the shop set up already can i get ur config files just so my members can have a shop up and running and i can get round to sorting it in the future???

    any help and i will be greatfull!
     
  20. ok so i manadged to get this plugin just about right, got all the items i want in the shop ect, but say for instance i have a ak on shop for 10,000 and then i buy it for some reason it then doubles to 20,000 on its own anyone know why and how i can stop this?