generated from sVoxelDev/spigot-plugin-template
-
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
Showing
2 changed files
with
25 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# FAQ | ||
|
||
Here are some of the most asked questions for sChat. | ||
|
||
??? faq "Are HEX Colors supported?" | ||
Yes they are. | ||
Take a look at the [MiniMessage Format][minimessage] to learn more. | ||
|
||
??? faq "How can I add hover text to the player names?" | ||
You can define a custom [`message_format`][message-format] and use the [MiniMessage Syntax][minimessage] to display information in the hover event. | ||
The use of [PlaceholderAPI][placeholderapi] placeholders is possible as well. | ||
|
||
```yaml | ||
channels: | ||
global: | ||
name: Global | ||
settings: | ||
format: | ||
message_format: "<hover:show_text:'World: <aqua>%player_world%</aqua>'><source_display_name></hover>: <text>" | ||
``` | ||
|
||
[minimessage]: configuration/minimessage | ||
[message-format]: configuration/channels.md#message_format | ||
[placeholderapi]: extensions/placeholderapi |
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