generated from MiniPlaceholders/Example-Expansion
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# Example-Expansion | ||
Example Expansion for MiniPlaceholders | ||
# Floodgate-Expansion | ||
Floodgate Expansion for MiniPlaceholders | ||
|
||
``` | ||
- <floodgate_client_locale> | ||
Displays the player's language according to his client | ||
- <floodgate_client_version> | ||
Displays the player's bedrock version | ||
- <floodgate_client_device> | ||
Displays the type of device to which a player is connected | ||
- <floodgate_prefix> | ||
Displays the prefix to be added to players | ||
- <floodgate_is_bedrock_player> | ||
Will return true if a player is playing from bedrock, otherwise false | ||
- <floodgate_player_count> | ||
Returns the number of bedrock players who are online | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters