Skip to content
New issue

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

[Feature Request] More placeholders #87

Open
solonovamax opened this issue Jan 8, 2022 · 2 comments
Open

[Feature Request] More placeholders #87

solonovamax opened this issue Jan 8, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@solonovamax
Copy link

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 the dd'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

@solonovamax solonovamax added the enhancement New feature or request label Jan 8, 2022
@agoniaprivat
Copy link

Is there any placeholders we can use right now?

@mrfloris
Copy link

Is there any placeholders we can use right now?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants