GUI Shop

GUI Shop based on Economics. Supports NPC

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

5/5, 38 likes
  1. This plugin I wouldn't use, although very like
     
  2. :eek: why not? I'm looking for a shop. that people can buy and sell the items i require to be bought and sold. which is best to use? there are couple and it get's kinda confusing.
     
  3. This plugin doesnt require zone manager ^^
    But ok i'll make a vidéo today ^^
     
  4. Thank you very much for your video
    [DOUBLEPOST=1440917680][/DOUBLEPOST]I still need to battle royale plugin, if you can write, I am willing to donate
     
  5. In plugin request and ecplain what it is ;)
     
  6. I still don't how to put the goods in the shop sell
     
  7. May is my English too bad too stupid, I need someone to give me the server configuration
    [DOUBLEPOST=1440920313][/DOUBLEPOST]I can't open video, I feel not all, of the plug-in JSON
     
  8. just tell me what you need i'll do it, it will also show an exemple for others.
     
  9. I think you can join a chat or console command can better items to the store to join,
    [DOUBLEPOST=1440926687][/DOUBLEPOST]
    Code:
    "NAME OF THE ITEM": {
          "buy": "BUYPRICE",
          "img": "URLOFTHEIMAGE",
          "item": "RUSTITEMNAME",
          "sell": "SELLPRICE"
        },
    [DOUBLEPOST=1440926701][/DOUBLEPOST]
    Code:
    "NPC USERID": {
          "buy": [
            "ITEM1",
            "ITEM2",
            "ITEM3",
            "ETC"
          ],
          "description": "MARKET DESCRIPTION",
          "name": "MARKET NAME",
          "sell": [
            "ITEM1",
            "ITEM2",
            "ETC"
          ]
        }
    [DOUBLEPOST=1440926754][/DOUBLEPOST]Video can't open, not the two within a JSON file
     
    Last edited by a moderator: Aug 30, 2015
  10. here is is in exemple for only the /shop, without any NPC
    Code:
    {
      "Message - Bought": "You've successfully bought {0}x {1}",
      "Message - Error - Item Doesnt Exist": "WARNING: The item you are trying to buy doesn't seem to exist",
      "Message - Error - Item Not Set Properly": "WARNING: The admin didn't set this item properly! (item)",
      "Message - Error - Item Not Valid": "WARNING: It seems like it's not a valid item",
      "Message - Error - No Action In Shop": "You are not allowed to {0} in this shop",
      "Message - Error - No Action Item": "You are not allowed to {0} this item here",
      "Message - Error - No Buy Price": "WARNING: No buy price was given by the admin, you can't buy this item",
      "Message - Error - No Chat Shop": "You may not use the chat shop. You might need to find the NPC Shops.",
      "Message - Error - No Econonomics": "Couldn't get informations out of Economics. Is it installed?",
      "Message - Error - No NPC": "The NPC owning this shop was not found around you",
      "Message - Error - No Sell Price": "WARNING: No sell price was given by the admin, you can't sell this item",
      "Message - Error - No Shop": "This shop doesn't seem to exist.",
      "Message - Error - Not Enough Items": "You don't have enough of this item.",
      "Message - Error - Not Enough Money": "You need {0} coins to buy {1} of {2}",
      "Message - Error - Redeem Kit": "WARNING: There was an error while giving you this kit",
      "Message - Sold": "You've successfully sold {0}x {1}",
      "Shop - Shop Categories": {
        "Apple": {
          "buy": "1",
          "img": "http://vignette2.wikia.nocookie.net/play-rust/images/d/dc/Apple_icon.png/revision/latest/scale-to-width-down/100?cb=20150405103640",
          "item": "apple",
          "sell": "1"
        },
        "Assault Rifle": {
          "buy": "10",
          "img": "http://vignette3.wikia.nocookie.net/play-rust/images/d/d1/Assault_Rifle_icon.png/revision/latest/scale-to-width-down/100?cb=20150405105940",
          "item": "assault rifle",
          "sell": "8"
        },
        "BlueBerries": {
          "buy": "1",
          "img": "http://vignette1.wikia.nocookie.net/play-rust/images/f/f8/Blueberries_icon.png/revision/latest/scale-to-width-down/100?cb=20150405111338",
          "item": "blueberries",
          "sell": "1"
        },
        "Bolt Action Rifle": {
          "buy": "10",
          "img": "http://vignette1.wikia.nocookie.net/play-rust/images/5/55/Bolt_Action_Rifle_icon.png/revision/latest/scale-to-width-down/100?cb=20150405111457",
          "item": "bolt action rifle",
          "sell": "8"
        },
        "Build Kit": {
          "buy": "10",
          "img": "http://oxidemod.org/data/resource_icons/0/715.jpg?1425682952",
          "item": "kitbuild",
          "sell": "8"
        }
      },
      "Shop - Shop List": {
        "chat": {
          "buy": [
            "Build Kit",
            "Apple",
            "BlueBerries",
            "Bolt Action Rifle",
            "Assault Rifle",
          ],
          "sell": [
            "Apple",
            "BlueBerries",
          ],
          "description": "You currently have {0} coins to spend in this shop",
          "name": "Shop"
        }
      }
    }
    [DOUBLEPOST=1440927175][/DOUBLEPOST]kitbuild => needs to be a kit name kitbuild. (from the Kits plugin)
     
  11. Great job, Reneb!
     
  12. Hello :)

    Its a great Plugin but i have a problem.
    how do I get money ? Do buy something. Do i need another plugin or what?

    wfg Roman
     
  13. atm the only way to get money is to sell stuff at shops.
     
  14. Ok but when i sell things i dont become money
    [DOUBLEPOST=1440944250][/DOUBLEPOST]Thats my Code:
    Code:
    "Shop - Shop Categories": {
        "Apple": {
          "buy": "1",
          "img": "http://vignette2.wikia.nocookie.net/play-rust/images/d/dc/Apple_icon.png/revision/latest/scale-to-width-down/100?cb=20150405103640",
          "item": "apple",
          "sell": "1"
        },
           "Blackberries": {
          "buy": "1",
          "img": "http://vignette4.wikia.nocookie.net/play-rust/images/6/6f/Black_Raspberries_icon.png/revision/latest/scale-to-width-down/100?cb=20150405110426",
          "item": "black respberries",
          "sell": "2"
        },
            "Pumpkin": {
          "buy": "1",
          "img": "http://vignette3.wikia.nocookie.net/play-rust/images/4/4c/Pumpkin_icon.png/revision/latest/scale-to-width-down/100?cb=20150702224541",
          "item": "pumpkin",
          "sell": "2"
        }
      },
      "Shop - Shop List": {
        "1906531642": {
          "buy": [
            "Apple",
            "Blackberries",
            "Pumpkin"
          ],
            "sell": [
            "Apple",
            "Blackberries",
            "Pumpkin"
          ],
          "description": "You currently have {0} coins to spend in this farmers shop",
          "name": "Farmers Shop",
        }
      }
    }
    [DOUBLEPOST=1440944373][/DOUBLEPOST]And how can i make another shop? Do i copy all and fill it unter the three } symbols?
     
    Last edited by a moderator: Aug 30, 2015
  15. Reneb updated GUI Shop with a new update entry:

    1.0.3


    [DOUBLEPOST=1440944698][/DOUBLEPOST]
    1) i tested this and it works fine
    2) look in the configs (default configs) you will see it has examples on how to make multiple shops
     
  16. Can anyone tell me why when i add more then 7 items in my shop list i don't see other items?I see 7 items but no more
    Code:
    "Shop - Shop List": {
        "1234": {
          "buy": [
            "Build Kit"
          ],
          "description": "You currently have {0} coins to spend in this builders shop",
          "name": "Build"
        },
        "5498734": {
          "buy": [
            "Assault Rifle",
            "Bolt Action Rifle"
          ],
          "description": "You currently have {0} coins to spend in this weapons shop",
          "name": "Weaponsmith Shop",
          "sell": [
            "Assault Rifle",
            "Bolt Action Rifle"
          ]
        },
        "chat": {
          "buy": [
            "Apple",
            "BlueBerries",
            "Assault Rifle",
            "Bolt Action Rifle",
            "C4",
            "Custom SMG",
            "Thompson",
            "Pistol semiauto",
            "Hazmat helmet"
          ],
          "description": "You currently have {0} coins to spend in this farmers market",
          "name": "Fruit Market",
          "sell": [
            "Apple",
            "BlueBerries",
            "Assault Rifle",
            "Bolt Action Rifle"
     
    I'd see:
            "Apple",
            "BlueBerries",
            "Assault Rifle",
            "Bolt Action Rifle",
            "C4",
            "Custom SMG",
            "Thompson",
    But this don't:
    "Pistol semiauto",
    "Hazmat helmet"

    And ofc i can't change the page.P.S sorry for my eng i'm not a native speaker
     
    Last edited by a moderator: Aug 30, 2015
  17. should work, i guess i fucked the pages, i'll look into it asap
     
  18. Reneb updated GUI Shop with a new update entry:

    1.0.4