thanks![]()

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
-
please help i dont want npc shop i want players to do /shop from where ever they are
Attached Files:
-
-
Code:
"Shop - Shop Icon Url": "", "Shop - Shop List": { "chat": { "buy": [
-
I'm trying to figure out how to add items to the shop and where to put them, i'm using notepad++ but i literally cannot figure out where to write the list in...
-
-
now how do i view the items in my shop, do i have to restart my server or do i have to find an npc or? and if its an npc can i just use the /shop command and avoid npcs
-
Code:
"Shop - Shop List": { "1234567": { "buy": [ "Apple", "BlueBerries", "Assault Rifle", "Bolt Action Rifle" ], "description": "You currently have {0} coins to spend in this farmers market", "name": "Fruit Market", "sell": [ "Apple", "BlueBerries", "Assault Rifle", "Bolt Action Rifle" ] }, "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": [ "12 Gauge Buckshot", "12 Gauge Slug", "4x Zoom Scope", "5.56 Rifle Ammo", "Acoustic Guitar", "Animal Fat", "Anti-Radiation Pills" ], "description": "You currently have {0} coins to spend in this builders shop", "name": "Build", "sell": [ "12 Gauge Buckshot", "12 Gauge Slug", "4x Zoom Scope", "5.56 Rifle Ammo", "Armored Door" ] } }
The "chat", is the list for the command, you have to fill the buy list to allow your player to buy those items, and add items to sell list to allow your players to seel items add to this list -
so if i sent you my guishop file would you be able to set it up for me <3
-
Good evening
I am looking for a tutorial for the GUI SHOP plugin
Without using NPCs
Because that of the site is more up to date -
???????
-
selling stuff is bugged for me. I just sold a bolt action, i got the $2500 but the gun wasnt removed from my inventory. please help
Attached Files:
-
-
For instance you have:
"High External Stone Gate",
"High External Stone Wall",
"High External Wooden Gate",
"High External Wooden Wall",
but none of which are defined in the items list above, could be a issue ;-) -
hiya how would i setup a command on a new npc i want to add it to spawn tanks i have the command here but where and how would i add this so when i player gose to a npc and hits e it would spawn on a set xyz
Last edited by a moderator: Jul 15, 2017 -
Is there no Data File that shows all the Items each Player bought?
-
it is possible to have a number of NPC's sell from the same shop?
-
hi, I have looked at a lot of the messages on here and I can't get my one to work can you tell me what is up with it?
[DOUBLEPOST=1500367030][/DOUBLEPOST]and i do not want a NPC just the /shop oneAttached Files:
-
-
Code:"0": { "buy": [ "", "", "", "", "" ], "description": "You currently have {0} coins to spend in this farmers market", "name": "SHOP NAME", "sell": [ "", "", "", "", "" ] },
-
o ok thank you very much
-
-
instead of "0" use "chat"