Skip to content

Commit 9094912

Browse files
HelpChat Wikigitbook-bot
HelpChat Wiki
authored andcommitted
GitBook: [#243] No subject
1 parent 4bb3224 commit 9094912

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

clips-plugins/deluxemenus/commands-and-permissions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ description: List of commands and permissions for the plugin
1919
| /dm open \<menu> \<viewer> -p:\<target> | deluxemenus.placeholdersfor | Opens the specified menu to the specified player but the placeholders in it will be parsed as the specified target. |
2020
| /dm list | deluxemenus.list | Lists loaded menus. |
2121
| /dm execute \<player> \<action> | Player needs to be Op | Executes any action for a player. Check out the [Action Type](https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations#actions-types) for more info. |
22+
| /dm dump \<menu-name> | deluxemenus.admin | Create a paste bin with the menu and also some other important debugging stuff like server version and java version. |
2223
| /dm reload | deluxemenus.reload | Reloads the plugin's files. |
2324
| /dm reload \<menu> | deluxemenus.reload | Reload a menu. |
2425

clips-plugins/deluxemenus/files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: The plugin's configuration files
1313
# A full wiki on how to use this plugin can be found at:
1414
# https://github.com/help-chat/DeluxeMenus/wiki
1515

16-
debug: false
16+
debug: HIGHEST
1717
check_updates: true
1818
gui_menus:
1919
basics_menu:

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@ It has **GUI** options to manage the GUI menu, and **Item** options to manage ev
4242
| `[placeholder] <papi-placeholders>` | Parse placeholders for a player without any chat or console output. |
4343
| `[message] <text>` | Sends a message to the player. You can use [placeholders](https://helpch.at/placeholders) and color/format codes here. |
4444
| `[broadcast] <text>` | <p>Sends a message to everyone online including the console.</p><p>You can use <a href="https://helpch.at/placeholders">placeholders</a> and color/format codes here.</p> |
45-
| \[minimessage] \<text> | Sends a message to a player using the more modern [MiniMessage](https://docs.adventure.kyori.net/minimessage/format.html) format! |
46-
| \[minibroadcast] \<text> | Sends a message to everyone online using the more modern [MiniMessage](https://docs.adventure.kyori.net/minimessage/format.html) format! |
4745
| `[openguimenu] <menu-name>` | Opens another GUI from DeluxeMenus. |
4846
| `[connect] <server-name>` | Connects the player to a server on the same BungeeCord. |
4947
| `[close]` | Closes the currently opened GUI. |
50-
| `[json] <JSON-text>` | Send a json message to the player. Use [this](https://minecraftjson.com/) website to easily generate the JSON text. |
51-
| `[jsonbroadcast] <JSON-text>` | Send a json message to everyone online. Use [this](https://minecraftjson.com/) website to easily generate the JSON text. |
48+
| `[json] <JSON-text>` | Send a json message to the player. Use [this](https://minecraftjson.com) website to easily generate the JSON text. |
49+
| `[jsonbroadcast] <JSON-text>` | Send a json message to everyone online. Use [this](https://minecraftjson.com) website to easily generate the JSON text. |
5250
| `[refresh]` | Refresh items in the current menu view. This updates the shown Items themselves. |
5351
| `[broadcastsound] <sound> <pitch> <volume>` | Broadcast a sound to all players on the server. |
5452
| `[broadcastsoundworld] <sound> <pitch> <volume>` | Broadcast a sound to all players in the world. |

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ To invert the requirement (Check if the input doesn't contain the output) you ca
301301
> ```
302302
303303
Checks if `input:` contains the regular expression in `regex:`.\
304-
Visit [this site](https://regexr.com) to create regular expressions easily.
304+
Visit [this site](https://regexr.com/) to create regular expressions easily.
305305
306306
To invert the requirement (Check if the input doesn't contain the regular expression) you can simply add the exclamation mark before the type name (like this `type: "!regex matches"`).
307307
@@ -315,6 +315,10 @@ To invert the requirement (Check if the input doesn't contain the regular expres
315315
316316
Compares `input:` with `output:`.
317317
318+
{% hint style="success" %}
319+
Now both the input and the output support floating point values.
320+
{% endhint %}
321+
318322
#### Available options
319323
320324
| Comparator | Description |

0 commit comments

Comments
 (0)