Skip to content

Commit 798c8c3

Browse files
HelpChat Wikigitbook-bot
HelpChat Wiki
authored andcommitted
GITBOOK-319: change request with no subject merged in GitBook
1 parent a025585 commit 798c8c3

File tree

5 files changed

+47
-49
lines changed

5 files changed

+47
-49
lines changed

SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* [Item](clips-plugins/deluxemenus/options-and-configurations/item.md)
2424
* [Requirements](clips-plugins/deluxemenus/options-and-configurations/requirements.md)
2525
* [Command Registration](clips-plugins/deluxemenus/options-and-configurations/command-registration.md)
26-
* [Meta (Metadata)](helpchat-plugins/deluxemenus/meta-metadata.md)
26+
* [Meta (Metadata)](helpchat-plugins/deluxemenus/metadata.md)
2727
* [External menus](clips-plugins/deluxemenus/external-menus.md)
2828
* [Example GUI menus](clips-plugins/deluxemenus/example-gui-menus.md)
2929
* [Plugin's files](clips-plugins/deluxemenus/files.md)

clips-plugins/deluxechat/config.yml-explained.md

+44-46
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,56 @@ description: Explanation of most options in config.yml
44

55
# Config options
66

7-
| Options | Explanation |
8-
| :--- | :--- |
9-
| check\_updates | Allow plugin to check spigot for updates and announce you. |
10-
| relation\_placeholders\_enabled | Enable PlaceholderAPI relation placeholders. |
11-
| timestamp\_format | Sets the way time is formatted. |
12-
| boolean | Chose what the boolean messages will look like. |
13-
| ops\_use\_group\_format | If this option is disabled, OP players will need permissions for formats to work. |
7+
| Options | Explanation |
8+
| ------------------------------- | --------------------------------------------------------------------------------- |
9+
| check\_updates | Allow plugin to check spigot for updates and announce you. |
10+
| relation\_placeholders\_enabled | Enable PlaceholderAPI relation placeholders. |
11+
| timestamp\_format | Sets the way time is formatted. |
12+
| boolean | Chose what the boolean messages will look like. |
13+
| ops\_use\_group\_format | If this option is disabled, OP players will need permissions for formats to work. |
1414

15-
| Chat Filter Options | Explanation |
16-
| :--- | :--- |
17-
| enabled | Enable or disable the chat filter option. This is to stop people from using certain words or phrases like swears. |
18-
| ignore\_case | If this option is enabled then the filter will ignore the case for the filtered words. |
19-
| list | List the words and phrases that will be filtered and what they will be filtered with. It works like this: `word-to-be-filtered;word-it-will-be-filtered-with` so for example `fuck;***` will replace the word fuck from chat with 3 asterisks. |
15+
| Chat Filter Options | Explanation |
16+
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
17+
| enabled | Enable or disable the chat filter option. This is to stop people from using certain words or phrases like swears. |
18+
| ignore\_case | If this option is enabled then the filter will ignore the case for the filtered words. |
19+
| list | List the words and phrases that will be filtered and what they will be filtered with. It works like this: `word-to-be-filtered;word-it-will-be-filtered-with` so for example `fuck;***` will replace the word fuck from chat with 3 asterisks. |
2020

21-
| BungeeCord Options | Explanation |
22-
| :--- | :--- |
23-
| enabled | Enable bungeecord option. Requires DeluxeChat on BungeeCord and backend servers. |
24-
| server\_name | The server name that will be used for bungeecord.server\_whitelist. |
25-
| server\_prefix | The name of the server that will be displayed when using the placeholder %server% in global chat. |
26-
| join\_global | If this option is enabled all players will be put in the global chat when they join the server. |
27-
| use\_server\_whitelist | This option will enable bungeecord.server\_whitelist. |
28-
| server\_whitelist | List the servers which will have global chat linked to current serve |
21+
| BungeeCord Options | Explanation |
22+
| ---------------------- | ------------------------------------------------------------------------------------------------- |
23+
| enabled | Enable bungeecord option. Requires DeluxeChat on BungeeCord and backend servers. |
24+
| server\_name | The server name that will be used for bungeecord.server\_whitelist. |
25+
| server\_prefix | The name of the server that will be displayed when using the placeholder %server% in global chat. |
26+
| join\_global | If this option is enabled all players will be put in the global chat when they join the server. |
27+
| use\_server\_whitelist | This option will enable bungeecord.server\_whitelist. |
28+
| server\_whitelist | List the servers which will have global chat linked to current serve |
2929

30-
| Private Messages Options | Explanation |
31-
| :--- | :--- |
32-
| enable | Enable private messaging. |
33-
| bungeecord | Enable bungeecord private messaging. |
30+
| Private Messages Options | Explanation |
31+
| ------------------------ | ------------------------------------ |
32+
| enable | Enable private messaging. |
33+
| bungeecord | Enable bungeecord private messaging. |
3434

35-
| Formats Options | Explanation |
36-
| :--- | :--- |
37-
| priority | Selects which format takes over in case of having permission for multiple formats. Lower priority takes over. |
38-
| channel | Text that will be shown before prefix. |
39-
| prefix | Text that will be shown before name. |
40-
| name | Text that will be shown before suffix. |
41-
| suffix | Text that will be shown before the message. |
42-
| name\_color | Color that the name option will have. |
43-
| chat\_color | Color that the message sent in chat will have. |
44-
| channel\_tooltip | Text that will be displayed when hovering over the channel in chat. |
45-
| prefix\_tooltip | Text that will be displayed when hovering over the prefix in chat. |
46-
| name\_tooltip | Text that will be displayed when hovering over the name in chat. |
47-
| suffix\_tooltip | Text that will be displayed when hovering over the suffix in chat. |
48-
| channel\_click_\__commands | Actions that will be executed when clicking on the channel. |
49-
| prefix\_click_\__commands | Actions that will be executed when clicking on the prefix. |
50-
| name\_click_\__commands | Actions that will be executed when clicking on the name. |
51-
| suffix\_click_\__commands | Actions that will be executed when clicking on the suffix. |
35+
| Formats Options | Explanation |
36+
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------- |
37+
| priority | Selects which format takes over in case of having permission for multiple formats. Lower priority takes over. |
38+
| channel | Text that will be shown before prefix. |
39+
| prefix | Text that will be shown before name. |
40+
| name | Text that will be shown before suffix. |
41+
| suffix | Text that will be shown before the message. |
42+
| name\_color | Color that the name option will have. |
43+
| chat\_color | Color that the message sent in chat will have. |
44+
| channel\_tooltip | Text that will be displayed when hovering over the channel in chat. |
45+
| prefix\_tooltip | Text that will be displayed when hovering over the prefix in chat. |
46+
| name\_tooltip | Text that will be displayed when hovering over the name in chat. |
47+
| suffix\_tooltip | Text that will be displayed when hovering over the suffix in chat. |
48+
| channel\_click_\__commands | Actions that will be executed when clicking on the channel. |
49+
| prefix\_click_\__commands | Actions that will be executed when clicking on the prefix. |
50+
| name\_click_\__commands | Actions that will be executed when clicking on the name. |
51+
| suffix\_click_\__commands | Actions that will be executed when clicking on the suffix. |
5252

5353
{% hint style="info" %}
54-
The click commands you can use one of the following actions:
55-
\[EXECUTE\] /command - Will execute the command when clicked
56-
\[URL\] https://url-here.com - Will open the url when clicked
54+
The click commands you can use one of the following actions: \
55+
\[EXECUTE] /command - Will execute the command when clicked \
56+
\[URL] https://url-here.com - Will open the url when clicked
5757
{% endhint %}
5858

5959
{% hint style="info" %}
@@ -62,5 +62,3 @@ Some of the options like tooltips and click commands are not required.
6262

6363

6464

65-
66-

clips-plugins/deluxemenus/options-and-configurations/requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Everything about DeluxeMenus requirements!
66

77
{% hint style="warning" %}
88
**IMPORTANT!**\
9-
**`left/right/shift_left/shift_right/middle`** click requirements won't work unless you also have their respective click commands. This is true even if you have set the **`success_commands`** option
9+
&#xNAN;**`left/right/shift_left/shift_right/middle`** click requirements won't work unless you also have their respective click commands. This is true even if you have set the **`success_commands`** option
1010
{% endhint %}
1111

1212
## Syntax

funnycubes-plugins/rawmsg/commands-and-permissions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ You can use **\<n>** in the message to add a new line. To add a blank line just
1515
\
1616
&#x20;**For 1.16+ Users:**\
1717
\#\<??????> for custom hex colours\
18-
_Replace ?'s with hex value eg #\<ffffff>_
18+
&#xNAN;_&#x52;eplace ?'s with hex value eg #\<ffffff>_
1919
{% endhint %}

0 commit comments

Comments
 (0)