Jump to content

IIIaKa

Creator
  • Posts

    2,282
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by IIIaKa

  1. IIIaKa

    Bed Status

    Welcome to the BedStatus Plugin Discussion Section! Hello! This section is exclusively for discussing BedStatus plugin. Encountered Issues? If you're facing any difficulties with the plugin's functionality, feel free to create a topic in the Support section for assistance! Ideas and Suggestions? Have ideas to share or new features to suggest? Feel free to start a discussion by creating a topic in the Support section. Feel free to share your thoughts and experiences - together we can make our plugin even better!
  2. Hi, I can't delete the bundle. I set the price to 0, deleted the entire list of plugins and toggled the button, but the bundle still remains enabled. It doesn't matter whether the file is paid or not. ----------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------
  3. @Death Hello! I don't remember if I mentioned it before, but please add the ability to edit pinned messages. Thank you!
  4. IIIaKa

    Real PvE

    Hello. I understand. You’re the second person to mention this. Most likely, I’ll add a toggle for auto-purchase for players and an option for admins to set a default value.
  5. IIIaKa

    White night

    When someone messages me privately, I receive an email notification. They might have such notifications enabled as well. It's up to you to decide.
  6. IIIaKa

    White night

    @Soller @Just Have you tried messaging the author of this plugin directly? They might get an email notification, log in and possibly resume supporting the plugin.
  7. IIIaKa

    Rules

    Hello. In the next update, entering the command /rules show will enforce the display of the rules.
  8. IIIaKa

    Real PvE

    Hello, unfortunately, what you’re asking for isn’t possible. However, you can: 1) Allow players to claim a monument but make it free by setting the Price parameter to 0.0 in the monument configuration file (*SERVER*\oxide\data\RealPVE\MonumentsConfig.json) ; 2) Remove the MonumentsWatcher plugin entirely, which will disable tracking for all monuments and revert them to vanilla behavior, though this may cause issues with other plugins that depend on MonumentsWatcher; 3) In the monument settings(*SERVER*\oxide\data\RealPVE\MonumentsConfig.json), leave the "List of tracked types of monuments" parameter empty(this will disable tracking for all monument types) ; "List of tracked types of monuments": [] 4) In the monument settings, use the "List of IGNORED monument names. Example: powerplant_1" parameter. For example, add monument IDs like "powerplant_1" to exclude specific monuments from tracking by their IDs. "List of IGNORED monument names. Example: powerplant_1": [ "powerplant_1", "CargoShip", "satellite_dish" ]
  9. IIIaKa

    Activity Rewards

    Understood, the ActivityRewards plugin works with the BankSystem, ServerRewards and Economics plugins. Any one of these plugins is required for it to function, having all of them is not necessary.
  10. What if an FAQ section is added to the plugin page? It would only be displayed if the author adds at least some content. Sure, the Description section can be used, but many plugins already have a lot of information there, and the FAQ might get lost. Implementing a dedicated FAQ section would be convenient for quick answers.
  11. I suggest adding a notification for plugin authors to inform them when *SOMEPLUGIN* includes their plugin in the compatibility list. This way, plugin authors can discover plugins that work with theirs and reciprocally add them to their own compatibility lists.
  12. IIIaKa

    Fuel Status

    Hello, this plugin works with all vehicles that have a fuel tank.
  13. Do you mean this timer? It appears when hovering over the 'old' price.
  14. At the moment, I have no idea how to implement this in this plugin.
  15. Wouldn't it be better to let authors decide for themselves? Add a tag(similar to Carbon and Oxide support) indicating that only the author is responsible for maintaining the plugin's functionality. If the author is unavailable, Codefling would not assume the right or obligation to provide support. And when attempting to purchase a product that does not grant Codefling the right to support this plugin, the buyer will receive a warning stating that if the author disappears, no one will refund the money or provide support for the plugin. After all, the right to intellectual property has not been abolished by anyone.
  16. IIIaKa

    Advanced Status

    Hello! AdvancedStatus is an API plugin that acts as a unified tool for other plugins, handling everything related to the correct display of bars, while leaving everything else to other plugins. For your purpose, you’ll either need to create such a plugin or use an existing solution. I have PermissionsStatus (paid $9.99, with an "s" before "Status"), but it works with TemporaryPermissions(free), not TimedPermissions. However, there are other plugins that work only with TimedPermissions.
  17. I just noticed that there's no option to simply top up the balance. Could this option be added? And after that, restrict direct purchases if a plugin costs less than ~$5?
  18. Is it possible to set a commission limit of no more than approximately 30% of the price? This would be helpful for plugins that are low-priced. Or for renewal, for example, if a plugin costs hypothetically $10+, and the license renewal(symbolic support) will cost $1-2 each year. For example, if a plugin costs $1, the current commission would be 12% ($0.12) + $0.49 = $0.61, this is more than half of the price. If you add a check to ensure that the commission does not exceed approximately 30% of the plugin's price, then the commission for a plugin priced at $1 would be no more than $0.30, and this would not affect the commission for more expensive plugins. With the current settings(and 30%), the limit will activate up to a price of ~$2.72. Something like this: const double MaxCommission = 0.3d; double price = 1d; double commission = Math.Min((price * 0.12d) + 0.49d, price * MaxCommission);//In this case, it will be $0.30 instead of $0.61
  19. It would also be great to have the ability to pin messages in the discussion section on the plugin page.
  20. IIIaKa

    Industrial Dung

    Hi, in version 0.1.8, I added the ability to choose which item will automatically split in the composter. Adding auto-split for multiple item types at once would require additional and unnecessary calculations every time items are added to the composter. Therefore, for now, it's(auto-split) limited to just one type with the option to choose, and this is controlled by the parameter: "Item's short name for auto-splitting in the Composter. Leave the field empty to use the default": "horsedung",
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

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