@@ -52,6 +52,8 @@ console-sees-muted-messages: true
5252console-freeze-login-notified : true
5353# Which things should be prevented when someone is frozen?
5454prevent-movement : true
55+ prevent-walking : true
56+ prevent-jumping : true
5557prevent-interact : true
5658prevent-xp-pickup : true
5759prevent-item-pickup : true
@@ -60,10 +62,13 @@ prevent-item-use: true
6062prevent-hotbar-switch : true
6163prevent-commands : true
6264prevent-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
6368whitelisted-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
7883placeholder-api-format : " <dark_gray>[Frozen]</dark_gray>"
84+ ` ` `
85+
86+ ### Locale
87+ ` ` ` yml
7988# -------------------- [Locale] --------------------
8089prefix : " <green><bold>[</bold><yellow>SPF</yellow><bold>]</bold></green> "
8190no-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
99108cannot-be-frozen : " <red>That player cannot be frozen!</red>"
100109not-frozen : " <red>That player is not frozen!</red>"
101110only-player : " <red>Sorry! Only a player can run that command</red>"
102- ` ` `
111+ ` ` `
0 commit comments