Jump to content

Shop UI 1.2.71

$32.99
   (32 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

  • 165k
  • 6.9k
  • 42.17 kB
This area is intended for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



Balloonicron

Posted (edited)

Figured out the answer to my issue, ty.

 

Edited by Balloonicron
venda_vole

Posted

i have question: it is possible to add scrolling function in categories of items and to add shopping list when players buy more then one item ? 

DiegoD

Posted

Hello David I just purchase your plugins can't seem to get the shop into the welcome panel. I fallow the instructions down to the T and still not showing up.

-----------------------------------------------------------------------------------------------------------

Loaded plugin WelcomePanel v3.0.7 by David

[WelcomePanel] (ADDONS LOADED) WPKits, WPSocialLinks, WPVipRanks, WPWipeCycle,

[WelcomePanel] (NOT FOUND) VoteMap

-----------------------------------------------------------------------------------------------------------

"Addon Settings": {
    "» Use Shop as WelcomePanel Addon": true,

-----------------------------------------------------------------------------------------------------------

 "Addons": {
    "Tab 1": "null",
    "Tab 2": "null",
    "Tab 3": "WPWipeCycle",
    "Tab 4": "null",
    "Tab 5": "null",
    "Tab 6": "null",
    "Tab 7": "WPKits",
    "Tab 8": "Shop",
    "Tab 9": "WPVipRanks",
    "Tab 10": "WPSocialLinks"

 

shop.png

Hawkhill

Posted

How can i display the name of the item in the shop?
Ive tried to change DisplayName in the items config to a custom name, but still doesent appear.

"skullspikes": {
    "DisplayName": "Skullspikes",
    "Skin": 0,
    "Image": "skullspikes.png",
    "DefaultAmount": 1,
    "BlockAmountChange": false,
    "BuyPrice": 50,
    "SellPrice": 0,
    "Currency": "scrap"
  },
 

Here is a example.

Žéŧ

Posted (edited)

😀

Edited by Žéŧ
ChardaZAR

Posted

I'm trying to set up a commands section in my shop, but I'm not seeing a commands category show up in the shop GUI

What am I doing wrong?

hc4stillo

Posted (edited)

7 minutes ago, ChardaZAR said:

I'm trying to set up a commands section in my shop, but I'm not seeing a commands category show up in the shop GUI

What am I doing wrong?

example: oxide/data/Shop/Categories.json

"Mode": {
    "Image": "https://rustplugins.net/products/shop/box.png",
    "Permission": null,
    "Sale": 0.0,
    "Items": [
      "cmd/custom"
    ]
  },

 

Edited by hc4stillo
  • Love 1
Elloco

Posted

update force wipe

Maximo

Posted

Yeah David the shop and ATM plugin need an update pls fix this mate thank you very much 🙂

Robis

Posted

also welcome panel addons need to get fixed

  • Like 1
Robis

Posted

who want to fix it  change EffectInstance.Clear();  to  -->   EffectInstance.Clear(false);

  • Like 2
MAJYDO

Posted

1 minute ago, Robis said:

who want to fix it  change EffectInstance.Clear();  to  -->   EffectInstance.Clear(false);

Beat me to it; Vouch thats what I did and it worked.

  • Like 2
Asbo-

Posted

Thank you!

  • Like 2
Hawkhill

Posted

Thanks alot.... works fine

 

  • Like 1
RynardFurHUN

Posted

Hi!

Can I turn off the sale option? I want use only buy items on my server, but I don't know how I can make them only buyable...

Hawkhill

Posted

On 2/11/2025 at 10:31 PM, RynardFurHUN said:

Hi!

Can I turn off the sale option? I want use only buy items on my server, but I don't know how I can make them only buyable...

Set "SellPrice": 0, in the Items datafile.

  • Like 1
RynardFurHUN

Posted

Can't add commands to the shop. When I click on the heli event in the shop it turns to sale item...  This is why Ian't create buyable helicopter or raidable event because this plugin can't handle commands! Same problem with other commands... If this plugin can't handle please remove the command setup from the description, because I bought this plugin to use buyable commands.... Thanks!

notworkingshopui.png

20250215162509_1.jpg

20250215162513_1.jpg

Rust Admin

Posted

i use commands perfectly fine and have been for over 2 years.  are you adding cmd/heli.calltome in the commands.json?

  • Like 1
RynardFurHUN

Posted (edited)

Yep!

 

notworkingshopui2.png

Edited by RynardFurHUN
RynardFurHUN

Posted (edited)

Still no works....

Heres screenshots of the files and the message I got on the server command panel.

I can buy the command, but the event do not starts.... I think this part of this plugin is scam...

notworkingshopui2.png

notworkingshopui5.png

notworkingshopui4.png

notworkingshopui3.png

Edited by RynardFurHUN
Qube

Posted

On 2/19/2022 at 7:12 PM, David said:

Yes this is planned too, next month probably, although configuration of my shop is fairly simple I also provide config transfer for customers from their old one.


 

noted

can you add this feature because i got used to alot now i cannot handle stuff in my server without this personalization

laodu

Posted

Please add eggs.

hc4stillo

Posted

On 2/15/2025 at 11:58 PM, RynardFurHUN said:

Still no works....

Heres screenshots of the files and the message I got on the server command panel.

I can buy the command, but the event do not starts.... I think this part of this plugin is scam...

notworkingshopui2.png

notworkingshopui5.png

notworkingshopui4.png

notworkingshopui3.png

Lo tienes mal configurado sigue estos pasos:

/oxide/data/Shop/Commands.json

"regular": {
    "DisplayName": "REGULAR",
    "Image": "https://i.ibb.co/j486RD2/250x250.png",
    "Message": "COMPRASTE EL HELICOPTER NIVEL REGULAR",
    "Command": "heli.call Regular {steamid}",
    "BuyPrice": 1500,
    "Currency": "scrap",
    "ShowDisplayName": true
  },

Luego en categoría

/oxide/data/Shop/Categories.json

"Eventos": {
    "Image": "https://rustplugins.net/products/shop/box.png",
    "Permission": null,
    "Sale": 0.0,
    "Items": [
      "cmd/regular"
    ]
  },

Listo debe funcionar sin problemas.

Saludos

hc4stillo

Posted

Puedes añadirlos de forma manual

/oxide/data/Shop/Items.json

"egg": {
    "DisplayName": "default",
    "Skin": 0,
    "Image": "https://www.corrosionhour.com/wp-content/uploads/2025/03/rust-egg-300x300.png",
    "DefaultAmount": 1,
    "BlockAmountChange": false,
    "BuyPrice": 150,
    "SellPrice": 0,
    "Currency": "rp"
  },

 

hc4stillo

Posted

1 hour ago, laodu said:

Please add eggs.

Puedes añadirlos de forma manual

/oxide/data/Shop/Items.json

"egg": {
    "DisplayName": "default",
    "Skin": 0,
    "Image": "egg.png",
    "DefaultAmount": 1,
    "BlockAmountChange": false,
    "BuyPrice": 150,
    "SellPrice": 0,
    "Currency": "rp"
  },

 

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.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.