Jump to content

Shop UI 1.2.64

$32.99
   (31 reviews)
Message added by David,

CUSTOMER SUPPORT 
To report issues with plugin or simply get in touch with me, please use support section on site or create ticket on my discord

On-site Support
 Discord Support    
 

Please allow at least 24 hours for response on site tickets as we all live in different time zones.  Not available during weekends.

8 Screenshots

  • 151.4k
  • 6k
  • 42.28 kB

Recommended Comments



G_SAPLING

Posted

What is the correct way to give players permissions for them to buy inside shop I've been having lots of trouble with this plugin can someone please help

Screenshot 2024-05-04 184801.png

  • Like 1
original4d

Posted

download permissions manager 

 

ScizzyDizzle

Posted

Is this editable through the UI or is it config only?

venda_vole

Posted

On 5/12/2024 at 1:42 AM, ScizzyDizzle said:

Is this editable through the UI or is it config only?

config only, but is included "default" config's ... 

  • Like 1
Wasp

Posted

Cooldowns work with commands ?

Tnyrio22

Posted

I don't get any error messages on my console.
I try to open the store by typing /shop in the game. There is no response.
But then there are all the items in the WelcomePanel page that show Shop.
0003.jpg.b36f7ed06e10a02bfb0efac2db2927dc.jpg005.jpg.c54e7abe6d4665dfbc4497dfce5e9052.jpg001.jpg.92d307b9b7e8b026751033d449eff638.jpg

original4d

Posted

Use shop as welcomepanel true = no /shop command

Use shop as welcompanel false = Use/shop command 

Screenshot_20240518_124340_Chrome.jpg

kokobeware

Posted

Can 2 item or more share the same cooldown? 
For exemple, I want to set a cooldown for hazmatsuit, but I've got all versions of the hazmatsuit avalable in store to save players time, but I want them set on the same CD.  

7SINS7

Posted

Anyway you can make it work with ItemCostCalculator?

Komorebi

Posted

Players can get additional items by clicking to buy quickly.

GooberGrape

Posted

Trying to add AQuarry to shop

tried using 

Items

"furnace.large(1)": {
    "DisplayName": "Personal Quarry Lvl 1",
    "Skin": 3185891808,
    "Image": "",
    "DefaultAmount": 1,
    "BlockAmountChange": false,
    "BuyPrice": 1,
    "SellPrice": 0,
    "Currency": "scrap",
    "ShowDisplayName": true
  }

Catagory

"Personal_Quarry": {
    "Image": "https://path/to/category/image.png",
    "Permission": null,
    "Sale": 0,
    "Items": [
      "furnace.large(1)"


   ]
  }

even added Command 

"furnace.large(1)": {
     "DisplayName": "default",
     "Image": "https://rustlabs.com/img/items180/water.salt.png",
     "Message": "You just bought command",
     "Command": "cmd/quarry.give {steamid} 3185891808",
      "BuyPrice": 1,
     "Currency": "scrap",
     "ShowDisplayName": true
  }

Kobani

Posted (edited)

Which plugin do you use to give the quarry?
How do you normally give the quarry via this plugin?

 

Edited by Kobani
Kobani

Posted

Is it possible to sell an permission via the store?

WarKingz

Posted

Hello all if anyone is using https://www.myvector.xyz/index.php?resources/npc-random-raids.128/ this is the shop config i did for this mod if you like use it just remamber to change the YourCommandName in the shop config as my one will run from my commands

  "YourCommandName10": {
    "DisplayName": "  Npc Raid Level 1",
    "Image": "https://i.imgur.com/Zu7k7wo.jpg",
    "Message": "You just bought Npc Raid Level 1",
    "Command": "randomraid {steamid} easy",
    "BuyPrice": 500,
    "Currency": "eco",
    "ShowDisplayName": true
  },
    "YourCommandName11": {
    "DisplayName": "  Npc Raid Level 2",
    "Image": "https://i.imgur.com/kBWRDgu.jpg",
    "Message": "You just bought Npc Raid Level 2",
    "Command": "randomraid {steamid} medium",
    "BuyPrice": 700,
    "Currency": "eco",
    "ShowDisplayName": true
  },
    "YourCommandName12": {
    "DisplayName": "  Npc Raid Level 3",
    "Image": "https://i.imgur.com/R1zESGz.jpg",
    "Message": "You just bought Npc Raid Level 3",
    "Command": "randomraid {steamid} hard",
    "BuyPrice": 900,
    "Currency": "eco",
    "ShowDisplayName": true
  },
    "YourCommandName13": {
    "DisplayName": "  Npc Raid Level 4",
    "Image": "https://i.imgur.com/kWwtxRg.jpg",
    "Message": "You just bought Npc Raid Level 4",
    "Command": "randomraid {steamid} expert",
    "BuyPrice": 1100,
    "Currency": "eco",
    "ShowDisplayName": true
  },
      "YourCommandName14": {
    "DisplayName": "  Npc Raid Level 5",
    "Image": "https://i.imgur.com/104auqk.jpg",
    "Message": "You just bought Npc Raid Level 5",
    "Command": "randomraid {steamid} nightmare",
    "BuyPrice": 1300,
    "Currency": "eco",
    "ShowDisplayName": true
  }

 

Matheuss520

Posted

Hello! Is there a way to block the sale of items?

INFINITY-Z

Posted

Did you read the plugin description on the front page of this plugin?
Goes via data files.

Matheuss520

Posted

30 minutes ago, INFINITY-Z said:

Você leu a descrição do plugin na primeira página deste plugin?
Vai através de arquivos de dados.

Thanks! I just found it in the description

  • Like 1
Flint Monkey

Posted

Has anyone used Shop to serve up raidable bases? I've tried using commands as well as the ability to putchase throwable supply signals that spawn the bases. Neither works.

  • Like 1
bradh79

Posted

how do i get heli signal and bradlley drop to be purchasable in the shop

ScottishGoliath

Posted

Hi All,

Does anyknow how to set up buyable backpack slots use this shop and whitethunders backpack plugin??

Thank you

Papi Rusty

Posted

how do i get that clear ui for the shop ui. i got the black ui i want that clear one thats blurred

 

venda_vole

Posted

On 8/22/2024 at 12:18 AM, Papi Rusty said:

how do i get that clear ui for the shop ui. i got the black ui i want that clear one thats blurred

 

configs are in zip file with plugin. no1 is in use by default and are numbered by sort of example images on plugin page.

Muktuk

Posted (edited)

Hey, I've set up a permission based discount system but I have a category of items it should not be applied to. Is there anyway of doing this?

EDIT: You're discount system needs looking at again mate. It applies the discount when selling items too. 

Edited by Muktuk
BetterDeadThanZed

Posted

How do I get the balance to appear in the shop? I use Rust Rewards/Server Rewards and it doesn't have a "Balance" on the shop UI.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 7
  • Love 6

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.