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/options-and-configurations/README.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,17 @@ 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! |
45
47
|`[openguimenu] <menu-name>`| Opens another GUI from DeluxeMenus. |
46
48
|`[connect] <server-name>`| Connects the player to a server on the same BungeeCord. |
47
49
|`[close]`| Closes the currently opened GUI. |
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.|
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. |
50
52
|`[refresh]`| Refresh items in the current menu view. This updates the shown Items themselves. |
51
-
|`[broadcastsound] <sound> <pitch> <volume>`| Broadcast a sound to all players on the server. |
52
-
|`[broadcastsoundworld] <sound> <pitch> <volume>`| Broadcast a sound to all players in the world. |
53
-
|`[sound] <sound> <pitch> <volume>`| Play a sound for the player. |
53
+
|`[broadcastsound] <sound> <volume> <pitch>`| Broadcast a sound to all players on the server. |
54
+
|`[broadcastsoundworld] <sound> <volume> <pitch>`| Broadcast a sound to all players in the world. |
55
+
|`[sound] <sound> <volume> <pitch>`| Play a sound for the player. |
54
56
|`[takemoney] <amount>`| Take a certain amount of money from the player. [Vault](https://www.spigotmc.org/resources/34315/) is required for this action to work. |
55
57
|`[givemoney] <amount>`| Give a certain amount of money to the player. [Vault](https://www.spigotmc.org/resources/34315/) is required for this action to work.(requires Vault) |
56
58
|`[takeexp] #L`| Take a certain amount of exp levels or points from a player. To give levels, add `L` at the end, otherwise remove it. |
0 commit comments