Skip to content

Commit 162e801

Browse files
HelpChat Wikigitbook-bot
HelpChat Wiki
authored andcommitted
GitBook: [#245] No subject
1 parent 7662be7 commit 162e801

File tree

1 file changed

+7
-5
lines changed
  • clips-plugins/deluxemenus/options-and-configurations

1 file changed

+7
-5
lines changed

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

+7-5
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,17 @@ 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! |
4547
| `[openguimenu] <menu-name>` | Opens another GUI from DeluxeMenus. |
4648
| `[connect] <server-name>` | Connects the player to a server on the same BungeeCord. |
4749
| `[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. |
5052
| `[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. |
5456
| `[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. |
5557
| `[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) |
5658
| `[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

Comments
 (0)