-
Posts
117 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by ZIZI
-
- 862 comments
-
- 1
-
-
- #shop
- #shop ui
-
(and 26 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
- #halloween
-
- 862 comments
-
- #shop
- #shop ui
-
(and 26 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
- #halloween
-
If "Max Buy Amount (0 - disable): 1, only 1 is moved to the shopping bag and the store closes after payment. To buy the same item again you have to enter the store again. If "Max Buy Amount (0 - disable): 0, then in the bag of purchases moves as much as you want, but then the player with a limited amount will be able to buy at one time more than allowed, for this I apply Buy Cooldowns. example config, take a look and you'll understand what the problem: { "Enabled": true, "Title": "MEDICAL", "Permission": "shop.default", "Sort Type": "Name", "Items": [ { "Type": "Item", "ID": 1198873729, "Image": "", "Title": "", "Description": "<color=#FF0000>VIP UNLIMITED BUY</color>", "Command (%steamid%)": "", "Kit": "", "Plugin": { "Hook": "", "Plugin Name": "", "Amount": 1 }, "DisplayName (empty - default)": "", "ShortName": "syringe.medical", "Skin": 0, "Is Blueprint": false, "Amount": 10, "Enable item buying?": true, "Price": 90.0, "Enable item selling?": true, "Sell Price": 3.0, "Buy Cooldown (0 - disable)": 3600.0, "Buy Cooldowns (0 - no limit)": { "shop.vip": 3.0 }, "Sell Cooldown (0 - disable)": 0.0, "Sell Cooldowns (0 - no limit)": {}, "Discount (%)": {}, "Sell Limits (0 - no limit)": {}, "Buy Limits (0 - no limit)": {}, "Daily Buy Limits (0 - no limit)": {}, "Daily Sell Limits (0 - no limit)": {}, "Max Buy Amount (0 - disable)": 1, "Max Sell Amount (0 - disable)": 1, "Force Buy": false, "Prohibit splitting item into stacks?": false, "Localization": { "Enabled": true, "Text (language - text)": { "en": "Medical Syringe" } }, "Content": { "Enabled": false, "Contents": [ { "ShortName": "", "Condition": 100.0, "Amount": 1, "Position": -1 } ] }, "Weapon": { "Enabled": false, "Ammo Type": "", "Ammo Amount": 1 } }, And the limitation is that the regular player buys 1 set (in a set of 10 pieces) in 1 hour, and VIP without restrictions. But VIP can put only 1 set in the store bag, and after payment he needs to go again to repeat the same purchase.
- 862 comments
-
- #shop
- #shop ui
-
(and 26 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
- #halloween
-
Hi all. This point: how to make that when you click buy (after making a purchase) the player stays in the store. Let me explain, there is a limit on the number of items per purchase: "Amount": 1000, "Max Buy Amount (0 - disable): 1, Cooldown, "Buy Cooldown (0 - disable)": 14400.0, "Buy Cooldowns (0 - no limit)": { "shop.vip": 0.0 .... In this case, the player with the privilege must, after buying , go to the store again to buy another set amount. If I remove the limit for a single purchase, then the cunning player without privileges at a time can buy 1000000 pieces in one purchase and then Cooldown will come into effect. Maybe I don't quite understand the store algorithm and am doing something wrong? And also, can I add a definition of the button - if the price is 0, the text of the button "free" by default, or add the "Title: "" on the button by changing the text of each item separately manually.
- 862 comments
-
- #shop
- #shop ui
-
(and 26 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
- #halloween
-
Hi. In this variant the buying delay on the groups does not work "Buy Cooldown (0 - disable)": 0.0, "Buy Cooldowns (0 - no limit)": { "shop.default": 7200.0 "shop.vip": 600.0 }, and in this variant the delay for all groups works for 1 min. "Buy Cooldown (0 - disable)": 600.0, "Buy Cooldowns (0 - no limit): { "shop.default": 7200.0 "shop.vip": 600.0 } How do I make each group have a separate purchase delay time setting, maybe I'm specifying in the wrong place?
- 862 comments
-
- #shop
- #shop ui
-
(and 26 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
- #halloween
-
Read more: "Buy Cooldown (0 - disable)": 0.0, "Sell Cooldown (0 - disable)": 0.0, This function works for all groups equally, is it possible to assign Cooldown for each group individually, for example VIP players were 0 and the default was 15 minutes And Localization added in v1.2.17, if it's not difficult to elaborate?
-
It would be nice to change the freeze on buying and selling not in general, but selectively for groups.
-
Thanks, that would be nice.
-
Hi, is it possible in the language configuration of the plugin to add a language pack on categories , product names and descriptions?
-
Hi. The main buttons are located at the bottom in the center, I wanted to install another button in the upper left corner, but it floats when the interface is scaled, the rest work adapted. What's to be done here?
-
The question is closed, I'm sorry I didn't read it carefully. !!!!
-
Hi. when I change the size of the interface in the game menu, the button floats away, what am I doing wrong?
-
- 240 comments
-
- 1
-
-
- #rust server tool
- #rust server management
-
(and 28 more)
Tagged with:
- #rust server tool
- #rust server management
- #server administration
- #game server hosting
- #rust game
- #server creation
- #server installation
- #plugin management
- #server wiping
- #game server tools
- #easy server setup
- #rust gaming community
- #multiplayer server
- #server extensions
- #rust community
- #server modding
- #server hosting
- #rust server hosting
- #rust server setup
- #server automation
- #myrustserver
- #umod
- #carbon
- #wipe
- #rust
- #installer
- #auto update
- #auto restart
- #discord integration
- #plugin update