Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions docs/user-guide/Placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,20 +650,24 @@ For example:
<th>Description</th>
</tr>
<tr>
<td><code>&lt;supermines_rank&gt;</code></td>
<td>Return the rank</td>
<td><code>&lt;supermines_hasrank:rank:(player)&gt;</code></td>
<td>Return whether the player has the rank</td>
</tr>
<tr>
<td><code>&lt;supermines_rank:[player]&gt;</code></td>
<td>Return the rank of the player</td>
<td><code>&lt;supermines_bestrank:(player)&gt;</code></td>
<td>Return the most valued rank of the player</td>
</tr>
<tr>
<td><code>&lt;supermines_biggestranklevel:(player)&gt;</code></td>
<td>Return the most valued rank's level of the player</td>
</tr>
<tr>
<td><code>&lt;supermines_mine_resettime:[mine]&gt;</code></td>
<td>Return the remaining reset time of the mine</td>
</tr>
<tr>
<td><code>&lt;supermines_mine_blocksbroken:[mine]&gt;</code></td>
<td>Return the broken blocks amount (will be 0 when reset)</td>
<td>Return the broken blocks amount (will be 0 when the mine reset)</td>
</tr>
<tr>
<td><code>&lt;supermines_mine_blockspercent:[mine]&gt;</code></td>
Expand Down
1 change: 1 addition & 0 deletions docs/user-guide/Projects-using-MiniPlaceholders-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ In these plugins/mods you can use MiniPlaceholders placeholders in all your mess
* ### [SkiesGuis](https://modrinth.com/mod/skiesguis)
* ### [SkiesKits](https://modrinth.com/mod/skieskits)
* ### [SlimeRanks](https://modrinth.com/plugin/slimeranks)
* ### [SuperMines](https://hangar.papermc.io/lijinhong11/SuperMines)
* ### [TDeathMessages](https://github.com/Saturn745/TDeathMessages)
* ### [TeamChat](https://modrinth.com/plugin/teamchat)
* ### [Treasury](https://github.com/ArcanePlugins/Treasury/)
Expand Down