Jump to content

IIIaKa

Creator
  • Posts

    2,335
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by IIIaKa

  1. Changed Status from Work in Progress to Not a Bug
  2. 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);
  3. If the issue persists, feel free to report it in this thread.
  4. Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
  5. IIIaKa

    Mailboxes

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

    Mailboxes

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

    Mailboxes

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

    Vanish Updated to 1.8.8

    Yes, it is version 1.8.9.
  9. IIIaKa

    Vanish Updated to 1.8.8

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

    Vanish Updated to 1.8.8

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

    Vanish Updated to 1.8.8

    Hello, replaced it.
  12. IIIaKa

    Vanish Updated to 1.8.8

    Changed Status from Pending to Work in Progress
  13. 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?
  14. 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
  15. IIIaKa

    friend fire

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

    friend fire

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

    Admin Mode Open Boxes

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

    Admin Mode Open Boxes

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

    Mailboxes

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

    Mailboxes

    Changed Status from Pending to Work in Progress
  22. IIIaKa

    Resource gathering

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

    Resource gathering

    Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
  24. 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.
  25. It would also be great to have the ability to pin messages in the discussion section on the plugin page.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.2k
Total sales
Payments
3.4m
Processed total
×
×
  • 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.