You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clips-plugins/deluxemenus/commands-and-permissions.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ description: List of commands and permissions for the plugin
19
19
| /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. |
20
20
| /dm list | deluxemenus.list | Lists loaded menus. |
21
21
| /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. |
Copy file name to clipboardExpand all lines: clips-plugins/deluxemenus/options-and-configurations/README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,13 +42,11 @@ It has **GUI** options to manage the GUI menu, and **Item** options to manage ev
42
42
|`[placeholder] <papi-placeholders>`| Parse placeholders for a player without any chat or console output. |
43
43
|`[message] <text>`| Sends a message to the player. You can use [placeholders](https://helpch.at/placeholders) and color/format codes here. |
44
44
|`[broadcast] <text>`| <p>Sends a message to everyone online including the console.</p><p>You can use <ahref="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! |
47
45
|`[openguimenu] <menu-name>`| Opens another GUI from DeluxeMenus. |
48
46
|`[connect] <server-name>`| Connects the player to a server on the same BungeeCord. |
49
47
|`[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.|
52
50
|`[refresh]`| Refresh items in the current menu view. This updates the shown Items themselves. |
53
51
|`[broadcastsound] <sound> <pitch> <volume>`| Broadcast a sound to all players on the server. |
54
52
|`[broadcastsoundworld] <sound> <pitch> <volume>`| Broadcast a sound to all players in the world. |
Copy file name to clipboardExpand all lines: clips-plugins/deluxemenus/options-and-configurations/requirements.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -301,7 +301,7 @@ To invert the requirement (Check if the input doesn't contain the output) you ca
301
301
> ```
302
302
303
303
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.
305
305
306
306
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"`).
307
307
@@ -315,6 +315,10 @@ To invert the requirement (Check if the input doesn't contain the regular expres
315
315
316
316
Compares `input:` with `output:`.
317
317
318
+
{% hint style="success" %}
319
+
Now both the input and the output support floating point values.
0 commit comments