Skip to content

Can't change players count via other plugin. Maybe API? + You have small bottleneck #44

@ChefMC

Description

@ChefMC

Described the problem here:

PaperMC/Velocity#1624

Maybe, if it can't be fixed, you'll add API to say FastMOTD take value which was set via FastMOTD API?


Also, btw, you have some small bottleneck:

Image

Don't do any math operations if value is constant. Do it only for dynamic values.
You have + * + / on each ping, it's strongly bad ☠️

Also update your benchmarks after fixing this one ^
And find similar redundant excessive calculations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions