Skip to content

Commit

Permalink
fix: Fixed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
4drian3d committed Aug 30, 2023
1 parent 6ef149d commit 1f5f82a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
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
```
1 change: 1 addition & 0 deletions sponge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ sponge {
dependency("floodgate") {
loadOrder(PluginDependency.LoadOrder.AFTER)
optional(false)
version("2.2.0-SNAPSHOT")
}
}
}

0 comments on commit 1f5f82a

Please sign in to comment.