Skip to content

Commit 91a0ba5

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 650178f + 53ce3e8 commit 91a0ba5

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ console-sees-muted-messages: true
5252
console-freeze-login-notified: true
5353
# Which things should be prevented when someone is frozen?
5454
prevent-movement: true
55+
prevent-walking: true
56+
prevent-jumping: true
5557
prevent-interact: true
5658
prevent-xp-pickup: true
5759
prevent-item-pickup: true
@@ -60,10 +62,13 @@ prevent-item-use: true
6062
prevent-hotbar-switch: true
6163
prevent-commands: true
6264
prevent-crafting: true
65+
prevent-inventory-interaction: true
66+
prevent-inventory-open: true #idk why blocking interact doesn't block this but here we are
67+
prevent-attacking: true
6368
whitelisted-commands:
64-
# !! NOTE !! If you do not have the minecraft commands blocked by permissions, it is strongly advised
65-
# Not to remove these from the whitelist due to chat signatures - if these commands are cancelled,
66-
# The player will be kicked for a missing public key.
69+
# !! NOTE !! If you do not have the minecraft commands blocked by permissions, it is strongly advised
70+
# Not to remove these from the whitelist due to chat signatures - if these commands are cancelled,
71+
# The player will be kicked for a missing public key.
6772
- /minecraft:msg
6873
- /minecraft:w
6974
- /minecraft:t
@@ -76,6 +81,10 @@ whitelisted-commands:
7681
- /tm
7782
- /r
7883
placeholder-api-format: "<dark_gray>[Frozen]</dark_gray>"
84+
```
85+
86+
### Locale
87+
```yml
7988
#-------------------- [Locale] --------------------
8089
prefix: "<green><bold>[</bold><yellow>SPF</yellow><bold>]</bold></green> "
8190
no-permission: "<red>You do not have permission to run this command!</red>"
@@ -99,4 +108,4 @@ freeze-spy-disabled: "<grey>Freeze Spy has been toggled <bold><red>Off</red></bo
99108
cannot-be-frozen: "<red>That player cannot be frozen!</red>"
100109
not-frozen: "<red>That player is not frozen!</red>"
101110
only-player: "<red>Sorry! Only a player can run that command</red>"
102-
```
111+
```

0 commit comments

Comments
 (0)