-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
0d6d5d9
commit 3d4587c
Showing
1 changed file
with
17 additions
and
0 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,19 @@ | ||
# CloudNet-PlaceholderAPI | ||
A few placeholders for CloudNet that works with CloudNet 3.3.x | ||
|
||
# Usage | ||
`%cloudnet_total_online%` | ||
|
||
# Available Placeholders | ||
|
||
`%cloudnet_service_name` - Return the service name | ||
`%cloudnet_service_static` - Returns a true or false | ||
`%cloudnet_service_autodelete` - Return true or false | ||
`%cloudnet_service_port` - Returns the port of the current service | ||
`%cloudnet_service_host` - Returns the host of the current service | ||
`%cloudnet_service_address` - Return the full address of the service in the form of `<ip>:<port>` | ||
`%cloudnet_task_name` - Return the name of the current task | ||
`%cloudnet_total_online` - Returns the count of players online network wide. | ||
|
||
# Suggestions | ||
Feel free to give me your suggestions on placeholders. |