Native with SuperStats.

  • Stats for general
    • <stats_[placeholder]>
    • <stats_[placeholder]_timeformat> – Show time formatted data
    • <stats_[placeholder]_dateformat> – Show the date format data
    • Example: <stats_skywarsreloaded_wins>
    • Example: <stats_skywarsreloaded_wins_timeformat>
    • Example: <stats_skywarsreloaded_wins_dateformat>
  • Stats for server
    • <stats_[placeholder]_server_[servername]>
    • <stats_[placeholder]_server_[servername]_timeformat> – Show time formatted data
    • <stats_[placeholder]_server_[servername]_dateformat> – Show the date format data
    • Example: <stats_skywarsreloaded_wins_skywars>
    • Example: <stats_skywarsreloaded_wins_skywars_timeformat>
    • Example: <stats_skywarsreloaded_wins_skywars_dateformat>
  • Top for general
    • <top_[placeholder]_name_#> – Returns the name of the player on the top with the specified number.
    • <top_[placeholder]_value_#> – Returns the value of the player at the top with the specified number.
    • Example: <top_localstats_blocksbreak_name_1> : <top_localstats_blocksbreak_value_1>
  • Top for server
    • <top_[placeholder]_server_[servername]_name_#> – Returns the name of the player on the top with the specified number.
    • <top_[placeholder]_server_[servername]_value_#> – Returns the value of the player at the top with the specified number.
    • Example: <top_localstats_blocksbreak_survival_name_1> : <top_localstats_blocksbreak_survival_value_1>

With PlaceholderApi.

  • Stats for general
    • %stats_[placeholder]%
    • %stats_[placeholder]_timeformat% – Show time formatted data
    • %stats_[placeholder]_dateformat% – Show the date format data
    • Example: %stats_skywarsreloaded_wins%
    • Example: %stats_skywarsreloaded_wins_timeformat%
    • Example: %stats_skywarsreloaded_wins_dateformat%
  • Stats for server
    • %stats_[placeholder]_server_[servername]%
    • %stats_[placeholder]_server_[servername]_timeformat% – Show time formatted data
    • %stats_[placeholder]_server_[servername]_dateformat% – Show the date format data
    • Example: %stats_skywarsreloaded_wins_skywars%
    • Example: %stats_skywarsreloaded_wins_skywars_timeformat%
    • Example: %stats_skywarsreloaded_wins_skywars_dateformat%
  • Top for general
    • %top_[placeholder]_name_#% – Returns the name of the player on the top with the specified number.
    • %top_[placeholder]_value_#% – Returns the value of the player at the top with the specified number.
    • Example: %top_localstats_blocksbreak_name_1% : %top_localstats_blocksbreak_value_1%
  • Top for server
    • %top_[placeholder]_server_[servername]_name_#% – Returns the name of the player on the top with the specified number.
    • %top_[placeholder]_server_[servername]_value_#% – Returns the value of the player at the top with the specified number.
    • Example: %top_localstats_blocksbreak_survival_name_1% : %top_localstats_blocksbreak_survival_value_1%

Replace [placeholder] with one from this list Placeholders Collected.

Replace[servername] with the name of the server.

Replace # with a number.