Skip to content

Commit e7a981c

Browse files
committed
Fixed PlatformInfo expansion documentation
1 parent 23bd612 commit e7a981c

File tree

1 file changed

+18
-22
lines changed

1 file changed

+18
-22
lines changed

docs/user-guide/Placeholders.md

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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>&lt;proxy_online_players:(server)&gt;</code></td>
422+
<td><code>&lt;platforminfo_online_players:(server)&gt;</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>&lt;proxy_server_count&gt;</code></td>
429+
<td><code>&lt;platforminfo_server_count&gt;</code></td>
430430
<td>Returns the number of registered servers</td>
431431
</tr>
432432
<tr>
433-
<td><code>&lt;proxy_is_player_online:[player]&gt;</code></td>
433+
<td><code>&lt;platforminfo_is_player_online:[player]&gt;</code></td>
434434
<td>Returns true if the player is connected, otherwise false</td>
435435
</tr>
436436
<tr>
437-
<td><code>&lt;proxy_version&gt;</code></td>
437+
<td><code>&lt;platforminfo_version&gt;</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>&lt;server_name&gt;</code></td>
450+
<td><code>&lt;platforminfo_name&gt;</code></td>
451451
<td>Shows you the name of the server</td>
452452
</tr>
453453
<tr>
454-
<td><code>&lt;server_version&gt;</code></td>
454+
<td><code>&lt;platforminfo_version&gt;</code></td>
455455
<td>Shows you the server version</td>
456456
</tr>
457457
<tr>
458-
<td><code>&lt;server_online&gt;</code></td>
458+
<td><code>&lt;platforminfo_online&gt;</code></td>
459459
<td>Shows you the number of online users</td>
460460
</tr>
461461
<tr>
462-
<td><code>&lt;server_max_players&gt;</code></td>
462+
<td><code>&lt;platforminfo_max_players&gt;</code></td>
463463
<td>Shows you the maximum number of users that can enter the server</td>
464464
</tr>
465465
<tr>
466-
<td><code>&lt;server_unique_joins&gt;</code></td>
466+
<td><code>&lt;platforminfo_unique_joins&gt;</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>&lt;server_mspt&gt;</code></td>
476-
<td>Shows you the delay in milliseconds elapsed per current tick</td>
477-
</tr>
478-
<tr>
479-
<td><code>&lt;server_has_whitelist&gt;</code></td>
475+
<td><code>&lt;platforminfo_has_whitelist&gt;</code></td>
480476
<td>Returns true if the server has whitelist, otherwise false</td>
481477
</tr>
482478
<tr>
483-
<td><code>&lt;server_total_chunks&gt;</code></td>
484-
<td>Returns the total number of chunks loaded</td>
479+
<td><code>&lt;platforminfo_total_chunks&gt;</code></td>
480+
<td>Returns the total number of chunks loaded | Not Implemented in Sponge yet</td>
485481
</tr>
486482
<tr>
487-
<td><code>&lt;server_total_entities&gt;</code></td>
483+
<td><code>&lt;platforminfo_total_entities&gt;</code></td>
488484
<td>Returns the total number of loaded entities</td>
489485
</tr>
490486
<tr>
491-
<td><code>&lt;server_datapack_list&gt;</code></td>
492-
<td>Returns the list of enabled datapacks</td>
487+
<td><code>&lt;platforminfo_datapack_list&gt;</code></td>
488+
<td>Returns the list of enabled datapacks | Not Implemented in Sponge yet</td>
493489
</tr>
494490
<tr>
495-
<td><code>&lt;server_datapack_count&gt;</code></td>
496-
<td>Returns the number of enabled datapacks</td>
491+
<td><code>&lt;platforminfo_datapack_count&gt;</code></td>
492+
<td>Returns the number of enabled datapacks | Not Implemented in Sponge yet</td>
497493
</tr>
498494
</table>
499495

0 commit comments

Comments
 (0)