Jump to content

Shop UI 1.2.61

$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

  • 144.9k
  • 5.5k
  • 43.43 kB

Recommended Comments



9 hours ago, snetzer said:

Hello

I would like to offer several lockers with different skins in the shop. is that possible?


Yes it is possible, this is how would you do it.  Then use those shortnames locker{1}, locker{2} in categories. It is also explained in plugin description.

Quote
"locker": {
    "DisplayName": "default",
    "Skin": 0,
    "Image": "locker.png",
    "DefaultAmount": 1,
    "BuyPrice": 50,
    "SellPrice": 25,
    "Currency": "eco"
  },
  "locker{1}": {
    "DisplayName": "default",
    "Skin": 555555555,
    "Image": "locker.png",
    "DefaultAmount": 1,
    "BuyPrice": 50,
    "SellPrice": 25,
    "Currency": "eco"
  },
  "locker{2}": {
    "DisplayName": "default",
    "Skin": 666666666,
    "Image": "locker.png",
    "DefaultAmount": 1,
    "BuyPrice": 50,
    "SellPrice": 25,
    "Currency": "eco"
  },


 

Link to comment
Share on other sites
5 hours ago, Venedas said:

Really cool plugin. Would it be possible to have the following added.

1. Transfer RP menu - allow players to transfer their currency to other players

2. Show names on item (aka for commands and such at least) (edited)

3. Log of all transactions to file

4. Ability to sell item for two different currencies (example scrap or server reward points)

Thanks!

Hey

1. Not possible, this will be part of my other plugin. 
2. For now you can put names on images if you really need to, I will implement option for display names later on. 
3. Will do 
4. Not Possible
 

  • Like 1
Link to comment
Share on other sites
1 hour ago, David said:


Yes it is possible, this is how would you do it.  Then use those shortnames locker{1}, locker{2} in categories. It is also explained in plugin description.


 

Ah Ok thank you 🙂

  • Like 1
Link to comment
Share on other sites

Hey,

I wanna start by saying I am very happy with the plugins and i've purchased a few of them. I have gotten nothing but compliments on the server so far after implementing them, so thank you for that.

Much like some of the other people here, I am having a hard time getting this to integrate into the welcome panel. I checked the case but maybe its me in some other way lol. I also see you said something about converting the other shop info. Thank you for any time you spare on this. Appreciate your work.

  • Like 2
Link to comment
Share on other sites

 

9 hours ago, Bittergrace said:

 

Hey, Thank you! I will send you updated welcome panel into dm together with instructions

Edited by David
Link to comment
Share on other sites
1 minute ago, 二表哥 said:

No language files? UI interface language can only be modified in the source file?

I can add them in next update. I just didnt think lang was needed considering there is only 3 phrases (buy, sell and close).

Link to comment
Share on other sites

Hi there,

I was able to create a category in the the shop UI to sell commands, and I added a command to the commands.json config file but I'm not sure where to go from there. How do I add the commands I have created to be sold from the commands category in the shop UI?

From commands.json

image.png.ae5745148ce879e7761b35c6938ce3a3.png

 

From categories.json

image.png.f3c2efad01568d0d361777a6ddaed53b.png

  • Like 1
Link to comment
Share on other sites
4 minutes ago, Albonation said:

Hi there,

Hey, if you trying to list command under any category you have to put cmd/ in front of command name.
So in your case it would be
 

"Items": [
      "cmd/CallHeli"
    ]

 

Link to comment
Share on other sites
13 minutes ago, Albonation said:

Awesome, thanks! That got my command listed.

Was that in one of the read-me files maybe?

It is explained in plugin description and shown in config examples but people often miss it so no worries.

Link to comment
Share on other sites

Hello

 

How can I add a command to a human NPC shop? I don't see a category there..

 

AAAHHH got it done. So the question is settled

Edited by snetzer
  • Like 2
Link to comment
Share on other sites

Is it possible to set a category/tab that only lets the player sell items by default? Or do they have to switch between buying and selling?

  • Like 1
Link to comment
Share on other sites
34 minutes ago, thepiercedweirdo said:

Is it possible to set a category/tab that only lets the player sell items by default? Or do they have to switch between buying and selling?

Yes, it is possible. 

Link to comment
Share on other sites
Just now, David said:

Yes, it is possible. 

Thank you. I'll be bugging you soon for the version that works with WelcomePanel and possibly the conversion of my config from mevents shop 🙂
Getting this now.

  • Like 2
Link to comment
Share on other sites
1 hour ago, Covfefe said:

How do I set the currency to scrap?

just type "scrap" into currency field

Link to comment
Share on other sites

Can you make a separate SELL tab that displays everything you have in your inventory/body/backpack to sell? A lot of my players don't even know they can sell items, because they never notice or think to press the symbol to switch the item to sell mode. Plus this way you can quickly and easily sell what's in your inventory without having to search for every single item.

Edited by Covfefe
  • Like 2
Link to comment
Share on other sites
16 hours ago, Covfefe said:

Can you make a separate SELL tab that displays everything you have in your inventory/body/backpack to sell? A lot of my players don't even know they can sell items, because they never notice or think to press the symbol to switch the item to sell mode. Plus this way you can quickly and easily sell what's in your inventory without having to search for every single item.

That's a good idea, will do that (not sure when).  Currently there is option to pre-fill item amount for selling based on players inventory.

Link to comment
Share on other sites

I Cannot Get The Shop To Load In Welcome Ui What Do I Have To Put The Addon name As cause Shop doesnt work

 

  • Like 1
Link to comment
Share on other sites
24 minutes ago, Yuki said:

Hi,

is it possible to change pricing ingame as an Admin ?

 

Hey, it's not. 

Link to comment
Share on other sites
9 hours ago, robraile said:

I Cannot Get The Shop To Load In Welcome Ui What Do I Have To Put The Addon name As cause Shop doesnt work

 

Shop.json line  25

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

  • Like 1
Link to comment
Share on other sites
9 hours ago, Clockwurk said:

Shop.json line  25

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

 

I tried that as well, couldn't get it to work. Same result with auto detect template option.

Do we need to change smth in WelcomePanel.json?

Thanks 🙂

 

  • Like 1
Link to comment
Share on other sites
11 hours ago, Katze said:

 

I tried that as well, couldn't get it to work. Same result with auto detect template option.

Do we need to change smth in WelcomePanel.json?

Thanks 🙂

 

Hit me up on discord and I will assist you

Link to comment
Share on other sites

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

David's Collection

User Feedback

1.3m

Downloads

Total number of downloads.

6.6k

Customers

Total customers served.

97.5k

Files Sold

Total number of files sold.

1.9m

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.