We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. N/A
Describe the solution you'd like Support more placeholders, such as:
{randomPlayer}
{tps}
{mspt}
{mcVersion}
{uptime}
dd'd'hh'h'mm'm'
1d4h12m
{memUsed}
{memAvail}
These are the ones I can think of, feel free to add others.
Describe alternatives you've considered N/A
Additional context N/A
The text was updated successfully, but these errors were encountered:
Is there any placeholders we can use right now?
Sorry, something went wrong.
PlaceholderAPI support would be cool, it would let us use some global / dynamic stuff so we don't have to edit the.conf with each update
No branches or pull requests
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
Support more placeholders, such as:
{randomPlayer}
, which selects a random online player and inserts their username.{tps}
. which inserts the current tps, formatted to 2 decimal places.{mspt}
, which inserts the current mspt, formatted to 2 decimal places.{mcVersion}
, which inserts the version the minecraft server is running.{uptime}
, which inserts the current server uptime in thedd'd'hh'h'mm'm'
format. (eg.1d4h12m
, which is 1 day, 4 hours, and 12 minutes){memUsed}
, which inserts the amount of memory used by the server in gigabytes, formatted to 1 decimal place.{memAvail}
, which inserts the amount of memory available to the server in gigabytes, formatted to 1 decimal place.These are the ones I can think of, feel free to add others.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: