GUI Shop

GUI Shop based on Economics. Supports NPC

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

5/5, 38 likes
  1. :D
    Ok,
    didn't see that...
    Line 63
    Code:
          ],
    should be just
    ]

    guess then we found them all ;)

    --and trust me, I know how annoying it is that the plugin resets everything if something is wrong... my config has 4600+ rows and I have soooo much fun if i add a "," at the wrong place and my only backup is many weeks old :( :p
     
  2. doenst work :/
     

    Attached Files:

  3. oh dear... ok... last thing (i hope)
    Code:
    "name": "Shop"
    should be
    Code:
    "name": "Shop",
    (you won't believe how much fun it is to check this on my mobile)
     
  4. OMG ty so much for the help :)
     
  5. Hi,
    To get my plugin version working, you must modify your config file following what I said bellow or maybe, delete your one, it should work.
    If not post here the error message pls
     
  6. hehe you are welcome :)
     
  7. after u help me i felt confident and try to add a npc shop with the configfile that i upload here but it failed :(
    [DOUBLEPOST=1463239874][/DOUBLEPOST]
    with this file sorry
    [DOUBLEPOST=1463239893][/DOUBLEPOST]
    the (3) one
     

    Attached Files:

  8. Code:
    "Shop - Shop Categories": {
        "Metal de haute qualite": {
          "buy": "75",
          "img": http ...
    Code:
          "img": "http
    The " was missing in front of http, maybe better use notepad++ , it can help a lot ;)

    Hope this time it was the only one, else maybe just send me a pm :p
    [DOUBLEPOST=1463241474][/DOUBLEPOST]Aaand maybe you want to use this version from @Infinity Dawns (Page 26)
    Some things like hemp seed are still missing (hemp seed you can find a few posts above).
    I added the new messages
    Hope it helps
     

    Attached Files:


  9. TY again ;)
     
  10. hello, is the "cmd" can block to buy item because i can't buy rifle ak, when i click on buy i ve the message, you're not allowed to buy this item here. my shop work with chat.
     
  11. show us your config, guess there is something wrong...
     
  12. Already tried this but nothing... And its only for the chat shop that i dont even need to work :D Just need the NPCs
     
  13. Try the attached version up there, many items, just correct the NPC IDs

    (Kurz auf Deutsch:
    Jeder neue Shop beginnt mit
    Code:
    "1314134518": {
          "buy": [
    bei der Nummer trägst du einfach die Nummer (ID) des NPC ein, der die Waren anbieten soll.
    Wenn du einen der Shops aus der Config nicht willst, lass es einfach oder setz ein paar Nullen vor die jeweilige ID um sicher zu gehen.

    Wenn du noch Fragen hast schreib mir einfach ;) )

     
  14. Hello, here my config file.
     

    Attached Files:

  15. you are missing the part

    Code:
        "Assault Rifle": {
          "buy": "12000",
          "img": "http://vignette3.wikia.nocookie.net/play-rust/images/d/d1/Assault_Rifle_icon.png/revision/latest/scale-to-width-down/100?cb=20151106061819",
          "item": "rifle.ak",
          "sell": "10000"
        },
    in your config ;)

    and watch out:
    Code:
    "Pomme": {
          "buy": "5",
          "img": "http://vignette2.wikia.nocookie.net/play-rust/images/d/dc/Apple_icon.png/revision/latest/scale-to-width-down/100?cb=20151106061034",
          "item": "apple",
          "sell": "10"
    with this they will get more per apple then they have to pay for buying it :D
     
  16. I don't understand where is the problem???
     
  17. the assault rifle ist not a part of your config so you can't buy it
     
  18. Thx for your help it work now!! ;-)
     
  19. hi i missing the button "All"
     
  20. Could someone explain me how to create a kit with this /shop option ?

    How can I be sure people will not use the /kit to get the kit instead of buying it to the npc ?
     
    Last edited by a moderator: May 17, 2016