Jump to content

IIIaKa

Creator
  • Posts

    1,794
  • Joined

  • Last visited

Everything posted by IIIaKa

  1. IIIaKa

    Vanish Updated to 1.8.8

    Changed Status from Pending to Work in Progress
  2. 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?
  3. 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
  4. IIIaKa

    friend fire

    If the issue persists, feel free to report it in this thread.
  5. IIIaKa

    friend fire

    Changed Fixed In from 0.1.11 to Next Version
  6. IIIaKa

    friend fire

    @Aelanna I have added the ability to set a default value for friendly fire in the config file in the next version. "PvP - Is friendly fire enabled by default when creating a team?"
  7. IIIaKa

    Admin Mode Open Boxes

    If the issue persists, feel free to report it in this thread.
  8. IIIaKa

    Admin Mode Open Boxes

    Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
  9. IIIaKa

    Mailboxes

    @Aelanna Hi. Do you just want the mailboxes to behave like in vanilla?
  10. IIIaKa

    Mailboxes

    Changed Status from Pending to Work in Progress
  11. IIIaKa

    Resource gathering

    If the issue persists, feel free to report it in this thread.
  12. IIIaKa

    Resource gathering

    Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
  13. IIIaKa

    Resource gathering

    In the next update, a parameter has been added to the config: "Is it worth preventing resource gathering in someone else's building privilege area?", which controls the resource gathering in someone else's building privilege. By default, the restriction is turned off.
  14. It would also be great to have the ability to pin messages in the discussion section on the plugin page.
  15. @StrifeZ Hello! Could you please send the following files: *SERVER*\oxide\config\MonumentsWatcher.json *SERVER*\oxide\data\RealPVE\MonumentsConfig.json If there are any settings you'd prefer not to share with others, you can send them via private message. It would also be great if you could check the logs for any errors related to RealPVE.
  16. Changed Status from Pending to Work in Progress
  17. Changed Status from Pending to Work in Progress
  18. IIIaKa

    Admin Mode Open Boxes

    Changed Status from Not a Bug to Work in Progress
  19. If the issue persists, feel free to report it in this thread.
  20. Changed Status from Work in Progress to Closed Changed Fixed In to 0.1.6
  21. @Gay Sparkly T-Rex Hello. In AdvancedStatus 0.1.17, I've slightly improved text width calculation. Now, texts should display more accurately and get truncated if they don't fit. Additionally, in BalanceBar 0.1.6, I added the ability to set a balance threshold at which text will be displayed instead of the balance itself(similar to building privilege > 30 days), this is useful when the balance is very large.
  22. IIIaKa

    /rules force

    @ffriozi Hello, at the moment, there is only the option to request consent from all players at once. However, I will definitely try to add the ability to request consent from a specified player. Thank you for the suggestion.
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

125.2k

Files Sold

Total number of files sold.

2.6m

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.