Placeholders

ItsMyMeta supports a wide range of placeholders that can be used to retrieve meta values, leaderboard positions, and other related data.

NameExampleDescription
%itsmymeta_<meta>%251272.26 or 'Hello world'Retrieves the meta value.
%itsmymeta_<meta>_fixed%251272Retrieves the fixed meta value.
%itsmymeta_<meta>_formatted%251.27kRetrieves the formatted meta value.
%itsmymeta_<meta>_leaderboard_<1-100>%251272.26Retrieves the player's meta value at the chosen position.
%itsmymeta_<meta>_leaderboard_<1-100>_name%SkyssyRetrieves the player name at the chosen position.
%itsmymeta_<meta>_leaderboard_<1-100>_fixed%251272Retrieves the player's fixed meta value at the chosen position.
%itsmymeta_<meta>_leaderboard_<1-100>_formatted%251.27kRetrieves the player's formatted meta value at the chosen position.
%itsmymeta_<meta>_leaderboard_position%1Retrieves the player's position in the leaderboard.
%itsmymeta_<meta>_leaderboard_position_percent%0.1Retrieves the percentage of the player's position in the leaderboard.
%itsmymeta_<meta>_leaderboard_total%567812349.65Retrieves the sum total of all players in a meta.
%itsmymeta_<meta>_leaderboard_total_players%1000Retrieves the number of players in the leaderboard.

Commands

  • Name
    /meta set <player> <meta> <value>
    Type
    itsmymeta.set
    Description

    Sets the meta value for a player.

  • Name
    /meta give <player> <meta> <value>
    Type
    itsmymeta.give
    Description

    Increases the value of a meta for a player.

  • Name
    /meta take <player> <meta> <value>
    Type
    itsmymeta.take
    Description

    Reduces the value of a meta for a player.

  • Name
    /meta reset <player> <meta>
    Type
    itsmymeta.reset
    Description

    Resets the value of a meta for a player.

  • Name
    /meta info <player> <meta>
    Type
    itsmymeta.info
    Description

    Retrieves the meta value for a player.

  • Name
    /meta currency <command> <meta> | /<meta> <command>
    Type
    itsmymeta.command.<meta>.<command>
    Description

    Executes a currency-based command.

  • Name
    /meta list
    Type
    itsmymeta.list
    Description

    Retrieves the meta list.

  • Name
    /meta reload
    Type
    itsmymeta.reload
    Description

    Reloads ItsMyMeta.