diff --git a/docs/user-guide/Placeholders.md b/docs/user-guide/Placeholders.md
index 1a8452e..5b8ec21 100644
--- a/docs/user-guide/Placeholders.md
+++ b/docs/user-guide/Placeholders.md
@@ -650,12 +650,16 @@ For example:
Description |
- <supermines_rank> |
- Return the rank |
+ <supermines_hasrank:rank:(player)> |
+ Return whether the player has the rank |
- <supermines_rank:[player]> |
- Return the rank of the player |
+ <supermines_bestrank:(player)> |
+ Return the most valued rank of the player |
+
+
+ <supermines_biggestranklevel:(player)> |
+ Return the most valued rank's level of the player |
<supermines_mine_resettime:[mine]> |
@@ -663,7 +667,7 @@ For example:
<supermines_mine_blocksbroken:[mine]> |
- Return the broken blocks amount (will be 0 when reset) |
+ Return the broken blocks amount (will be 0 when the mine reset) |
<supermines_mine_blockspercent:[mine]> |
diff --git a/docs/user-guide/Projects-using-MiniPlaceholders-API.md b/docs/user-guide/Projects-using-MiniPlaceholders-API.md
index 7a77b9e..53c8cb9 100644
--- a/docs/user-guide/Projects-using-MiniPlaceholders-API.md
+++ b/docs/user-guide/Projects-using-MiniPlaceholders-API.md
@@ -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/)