Jump to content

bidi1252

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by bidi1252

  1. bidi1252

    Shoppy Stock

    Update: The /sell window still doesn’t work as expected — players can still sell unlimited amounts when using /sell. Selling via the button shown in the screenshot works correctly and respects the limit. Because of this, the plugin is still not usable for me at the moment. @ThePitereq
  2. bidi1252

    Shoppy Stock

    Hello, I think I might have found a bug in the plugin, or maybe it’s not working exactly as I understood. As shown in the attached screenshot, I added a product (apple) to the stock market and left "Allow Re-Purchase From Server": true. My understanding (I could be wrong) is that when players sell X apples to the server, then other players should only be able to purchase up to that X amount. In other words, they shouldn’t be able to buy more than what has been sold to the server. However, I couldn’t get this system to work. For example, if players sell 100 apples to the server, other players are still able to buy more than 100. Also, even when I set a limit, sometimes players are able to sell more than they should. I will attach the screenshots and the JSON config file. (The config is from the default plugin settings when first installed, I only modified it to sell apples in data/st/sm/config/money.json.) Thanks! @ThePitereq "Server Sell Items (shortname : [ skinId : ItemConfig ])": { "apple": { "0": { "Default Sell Amount Calculation (DSAC) (Read On Website)": 10, "Price - Min": 0.08, "Price - Max": 0.25, "Price Parent - Shortname (ignore, if empty)": "", "Price Parent - Skin ID": 0, "Price Parent - Min Boost": 0.0, "Price Parent - Max Boost": 0.0, "Max Daily Sell Amount (-1, to disable)": 15, "Max Daily Sell Amount Permissions (permission: limit)": { "shoppystock.selllimit.1": 100 }, "Allow Re-Purchase From Server": true, "Override Skinned Items As Unskinned (works only for configuration of skinId 0)": false } } } Additionally, I noticed an issue with the limits: If players try to sell using the button shown in the screenshot, the limit works correctly and they can’t sell more than allowed. But if they use the /sell command, the limit does not apply and they can sell unlimited items.
  3. bidi1252

    Dungeon Events

    Hi there, To avoid having to patch things manually with every new version, would it be possible to add a feature for this? You've added a MaxActiveAutoSpawn config to control the maximum number of auto spawns. If it's set to 0, it becomes unlimited; and if a specific number is set, it respects that limit. Would it be possible to support a special value like -1, which would completely disable auto spawn for that specific tier? Thanks in advance! I'll include the patch below. //BIDI var availableTiers = _tierInfoMap.Keys.Where(t => t.Enabled && (t.MapName.Contains("Easy") ||t.MapName.Contains("Normal"))).ToList(); if (availableTiers.Count == 0) return null; var viable = new Dictionary<DungeonTierConfig, int>();
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

133.9k

Files Sold

Total number of files sold.

2.8m

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.