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
| title | A Color-Text entry for the main title to appear at the center of the screen | 2 (Vanilla) |
14
-
| subtitle | A Color-Text entry for the subtitle to appear below title at the center of the screen | false |
15
-
| message | A Color-Text entry for the chat message to be sent. | 0 (All) |
16
-
| delayTick | How much Minecraft tick to delay before sending this welcome message to the player. | "Internal Exception: java.lang.StackOverflowError" |
17
-
| permLevels | The OP level that this welcome message is sent to. |[1, 2, 3, 4]|
| title | The title that are displayed to the player. ([Simplified Text Format](https://placeholders.pb4.eu/user/text-format/)) |
17
+
| subtitle | The subtitle that are displayed to the player. ([Simplified Text Format](https://placeholders.pb4.eu/user/text-format/)) |
18
+
| message | The chat message that are displayed to the player. ([Simplified Text Format](https://placeholders.pb4.eu/user/text-format/)) |
19
+
| delayTick | How long to wait (in Minecraft tick) before showing the welcome message to the player. |
20
+
| permLevels | An array of numbers representing the op level of the player.<br>Player that are inside the OP Level range will have the welcome message be shown. |
24
21
25
22
### hunger
26
23
This section enforces the hunger range for all players, at a scale from 0 to 20.
@@ -39,14 +36,12 @@ This section contains configurations that overrides Vanilla Minecraft mechanics.
39
36
| minItemFrameInteractOpLevel | The minimum OP Level required to be able to interact with item frame. |
40
37
| fallingBlockDelay | How much tick it should take for falling block (i.e. Sand & Gravel) to start falling after placing. |
| title | The title that are displayed to the player. ([Simplified Text Format](https://placeholders.pb4.eu/user/text-format/)) |
46
-
| subtitle | The subtitle that are displayed to the player. ([Simplified Text Format](https://placeholders.pb4.eu/user/text-format/)) |
47
-
| message | The chat message that are displayed to the player. ([Simplified Text Format](https://placeholders.pb4.eu/user/text-format/)) |
48
-
| delayTick | How long to wait (in Minecraft tick) before showing the welcome message to the player. |
49
-
| permLevels | An array of numbers representing the op level of the player.<br>Player that are inside the OP Level range will have the welcome message be shown. |
39
+
### fancy_msg
40
+
If enabled, this enables a fancier msg of vanilla's `/msg`, `/w` and `/tell` command.
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Note: These are just the default command configuration, you may optionally disab
24
24
| /gmc | Change your gamemode to Creative Mode. | Op Level 2 |
25
25
| /gmsp | Change your gamemode to Spectator Mode. | Op Level 2 |
26
26
| /heal (Target Player) | Sets the health & hunger to full for you,<br>or the player you specified. | Op Level 2 |
27
+
| /playsoundarea <pos1> <pos2> <soundid> <volume> (pitch) | Play sound id to players between pos1 and pos2 | Op Level 2 |
27
28
| /svrutil<br>/svrutil reload | Main SvrUtil command.`/svrutil` to see the version and homepage.<br>`/svrutil reload` to reload the config | Op Level 2 |
28
29
| /spd (speed) | Set the player's walking and flying speed factor.<br>If "speed" argument is not provided, it will reset to the vanilla default speed. | Op Level 2 |
29
30
| /msg <TargetPlayer> <Message> | This sends a private message to the target player,<br>along with a "ding" sound.<br><br>Note: This will deregister the default vanilla `/msg` command. | Op Level 0<br>(Anyone) |
source.getPlayer().sendMessageToClient(Text.literal("").append(target.getDisplayName()).append(" are AFK and may not be available at the moment.").formatted(Formatting.YELLOW), true);
0 commit comments