Jump to content

IIIaKa

Creator
  • Posts

    1,905
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by IIIaKa

  1. IIIaKa

    Defendable Bases error

    Changed Status from Work in Progress to No Response
  2. If the issue persists, feel free to report it in this thread.
  3. It was found that, for some unknown reason, one of the plugins overwrites the OwnerID of static (public) quarries. In the next update, the plugin will check static quarries only based on their presence within a monument, if applicable.
  4. Changed Status from Work in Progress to Not a Bug
  5. IIIaKa

    Vanish Updated to 1.8.8

    @dustyhansen Replaced the file. In the future, you can add it yourself. There’s only one line. You need to add it after "public class Vanish : CovalencePlugin {". private bool IsInvisible2(BasePlayer player) => _hiddenPlayers.Contains(player.userID);
  6. If the issue persists, feel free to report it in this thread.
  7. Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
  8. IIIaKa

    Mailboxes

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

    Mailboxes

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

    Mailboxes

    In the next update, I restored vanilla behavior for mailboxes.
  11. IIIaKa

    Vanish Updated to 1.8.8

    Yes, it is version 1.8.9.
  12. IIIaKa

    Vanish Updated to 1.8.8

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

    Vanish Updated to 1.8.8

    Changed Status from Work in Progress to Not a Bug
  14. IIIaKa

    Vanish Updated to 1.8.8

    Hello, replaced it.
  15. IIIaKa

    Vanish Updated to 1.8.8

    Changed Status from Pending to Work in Progress
  16. 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?
  17. 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
  18. IIIaKa

    friend fire

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

    friend fire

    Changed Fixed In from 0.1.11 to Next Version
  20. 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?"
  21. IIIaKa

    Admin Mode Open Boxes

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

    Admin Mode Open Boxes

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

    Mailboxes

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

    Mailboxes

    Changed Status from Pending to Work in Progress
  25. IIIaKa

    Resource gathering

    If the issue persists, feel free to report it in this thread.
1.9m

Downloads

Total number of downloads.

8.9k

Customers

Total customers served.

131.1k

Files Sold

Total number of files sold.

2.7m

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.