@@ -5,7 +5,7 @@ sidebar_position: 2
55
66::: info
77
8- MiniPlaceholders v3 was recently released, and several of the expansions shown here have not yet been updated to this version. Please be patient, as they will be updated over the coming days.
8+ MiniPlaceholders v3 was recently released, and many of the expansions shown here have not yet been updated to this version. Please be patient, as they will be updated over the coming days.
99
1010:::
1111
@@ -419,22 +419,22 @@ For example:
419419 <th>Description</th>
420420 </tr >
421421 <tr >
422- <td><code><proxy_online_players :(server)></code></td>
422+ <td><code><platforminfo_online_players :(server)></code></td>
423423 <td>
424424 Returns the number of connected users.
425425 Optionally accepts a server value to show the number of connected users on that server
426426 </td>
427427 </tr >
428428 <tr >
429- <td><code><proxy_server_count ></code></td>
429+ <td><code><platforminfo_server_count ></code></td>
430430 <td>Returns the number of registered servers</td>
431431 </tr >
432432 <tr >
433- <td><code><proxy_is_player_online :[player]></code></td>
433+ <td><code><platforminfo_is_player_online :[player]></code></td>
434434 <td>Returns true if the player is connected, otherwise false</td>
435435 </tr >
436436 <tr >
437- <td><code><proxy_version ></code></td>
437+ <td><code><platforminfo_version ></code></td>
438438 <td>Return version of Velocity</td>
439439 </tr >
440440</table >
@@ -447,23 +447,23 @@ For example:
447447 <th>Description</th>
448448 </tr >
449449 <tr >
450- <td><code><server_name ></code></td>
450+ <td><code><platforminfo_name ></code></td>
451451 <td>Shows you the name of the server</td>
452452 </tr >
453453 <tr >
454- <td><code><server_version ></code></td>
454+ <td><code><platforminfo_version ></code></td>
455455 <td>Shows you the server version</td>
456456 </tr >
457457 <tr >
458- <td><code><server_online ></code></td>
458+ <td><code><platforminfo_online ></code></td>
459459 <td>Shows you the number of online users</td>
460460 </tr >
461461 <tr >
462- <td><code><server_max_players ></code></td>
462+ <td><code><platforminfo_max_players ></code></td>
463463 <td>Shows you the maximum number of users that can enter the server</td>
464464 </tr >
465465 <tr >
466- <td><code><server_unique_joins ></code></td>
466+ <td><code><platforminfo_unique_joins ></code></td>
467467 <td>
468468 Shows you the number of users who have ever logged in to the server
469469
@@ -472,28 +472,24 @@ For example:
472472
473473 </tr >
474474 <tr >
475- <td><code><server_mspt></code></td>
476- <td>Shows you the delay in milliseconds elapsed per current tick</td>
477- </tr >
478- <tr >
479- <td><code><server_has_whitelist></code></td>
475+ <td><code><platforminfo_has_whitelist></code></td>
480476 <td>Returns true if the server has whitelist, otherwise false</td>
481477 </tr >
482478 <tr >
483- <td><code><server_total_chunks ></code></td>
484- <td>Returns the total number of chunks loaded</td>
479+ <td><code><platforminfo_total_chunks ></code></td>
480+ <td>Returns the total number of chunks loaded | Not Implemented in Sponge yet </td>
485481 </tr >
486482 <tr >
487- <td><code><server_total_entities ></code></td>
483+ <td><code><platforminfo_total_entities ></code></td>
488484 <td>Returns the total number of loaded entities</td>
489485 </tr >
490486 <tr >
491- <td><code><server_datapack_list ></code></td>
492- <td>Returns the list of enabled datapacks</td>
487+ <td><code><platforminfo_datapack_list ></code></td>
488+ <td>Returns the list of enabled datapacks | Not Implemented in Sponge yet </td>
493489 </tr >
494490 <tr >
495- <td><code><server_datapack_count ></code></td>
496- <td>Returns the number of enabled datapacks</td>
491+ <td><code><platforminfo_datapack_count ></code></td>
492+ <td>Returns the number of enabled datapacks | Not Implemented in Sponge yet </td>
497493 </tr >
498494</table >
499495
0 commit comments