Jump to content

ZIZI

Member
  • Posts

    104
  • Joined

  • Last visited

Everything posted by ZIZI

  1. ZIZI

    BetterBeds

    The plugin works but incorrectly with respect to global settings. He must change the number of sleeping bags regardless of the server settings. In this case, there is confusion. To increase the number of VIP sleeping bags, you need to change the global variable of the server, and then an ordinary player sees that you can put more but can't and a lot of questions constantly arise.
  2. ZIZI

    Cupboard auths

    Hi. The plugin is able to manage restrictions, for example, I have a DUO server, and when the players are in a team, the third player will not be able to register in the tool cabinet until he enters the room, and some other one does not leave it?
  3. ZIZI

    Better Statistics

    Hi. The developer has tried very hard on the plugin, but it has a huge drawback!!! More than one correct hoster will not give access to MSQL outside the local host in order to secure not only the client's database but also his own. In this case, all this can work only if you deploy MSQL on your server and open the port for access to your host, but this is very unsafe. The most reliable and flexible solution is to form an MSQL query with data in a file and send it to the host, where the PHP operator runs and updates the database. Maybe there are some other working options, but I wrote a similar plugin using this algorithm.
  4. ZIZI

    Shop

    I have been using the plugin for more than a year, it has had many additions and has become even more flexible. The author is on top, always helps with some issues, and implements the proposed functions if they are logical!!!
  5. ZIZI

    Simple Status

    The plugin helped me out a lot and saved my time. SimpleStatus 1.1.1 is very convenient and flexible to use. The plugin developer is very responsive!!!
  6. ZIZI

    Shop

    File config "Formatting Settings": { "Buy Price Format": "0.0000", "Sell Price Format": "0.0000", "Shopping Bag Cost Format": "0.0000", "Balance Format": "0.0000"
    The functionality of the plugin is very convenient and easy to use. The developer, at the user's request, quickly expands the functionality of the plugin. I recommend!!!
  7. ZIZI

    Shop

    Hi. Here's an example of the permissions: { "Enabled": true, "Title": "MEDICAL", "Permission": "shop.default", "Sort Type": "Name", "Items": [........ { "Enabled": true, "Title": "MEDICAL", "Permission": "shop.vip", "Sort Type": "Name", "Items": [............... Shop.vip permissions are in the VIP group, Time Premission temporarily sends the player to the VIP group. The problem is that it is impossible to hide the categories with shop.default permissions since they are the main for all VIP players and VIP players are left with normal categories opened which is not logical. Is it possible to hide categories with shop.default permissions and show shop.vip permissions?
  8. ZIZI

    Shop

    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.
  9. ZIZI

    Shop

    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.
  10. ZIZI

    Shop

    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?
  11. ZIZI

    Custom Buttons

    I'm really sorry
  12. ZIZI

    Custom Buttons

    Hello, is it possible that when you click a button, an Internet browser opens with a link? Or do you need an additional plugin, tell me which one!
  13. ZIZI

    Custom Buttons

    A great solution, greatly simplifies the work on GUI buttons and panels.
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

152.7k

Files Sold

Total number of files sold.

3.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.