@@ -26,9 +26,20 @@ permissions:
2626 default : false
2727 children :
2828 advancedsensitivewords.bypass : true
29+ advancedsensitivewords.bypass.* : true
2930 advancedsensitivewords.notice : true
3031 advancedsensitivewords.update : true
3132 advancedsensitivewords.command.* : true
33+ advancedsensitivewords.bypass.* :
34+ description : Bypass all player-owned Advanced Sensitive Words filters.
35+ default : false
36+ children :
37+ advancedsensitivewords.bypass.chat : true
38+ advancedsensitivewords.bypass.command : true
39+ advancedsensitivewords.bypass.book : true
40+ advancedsensitivewords.bypass.sign : true
41+ advancedsensitivewords.bypass.anvil : true
42+ advancedsensitivewords.bypass.item : true
3243 advancedsensitivewords.command.* :
3344 description : All Advanced Sensitive Words management commands.
3445 default : false
@@ -47,7 +58,25 @@ permissions:
4758 advancedsensitivewords.command.player.punish : true
4859 advancedsensitivewords.command.ai.status : true
4960 advancedsensitivewords.bypass :
50- description : Bypass the Advanced Sensitive Words filter.
61+ description : Global bypass for all player-owned Advanced Sensitive Words filters.
62+ default : false
63+ advancedsensitivewords.bypass.chat :
64+ description : Bypass chat, chat anti-spam, and chat LLM checks.
65+ default : false
66+ advancedsensitivewords.bypass.command :
67+ description : Bypass command argument checks.
68+ default : false
69+ advancedsensitivewords.bypass.book :
70+ description : Bypass book checks.
71+ default : false
72+ advancedsensitivewords.bypass.sign :
73+ description : Bypass sign checks.
74+ default : false
75+ advancedsensitivewords.bypass.anvil :
76+ description : Bypass anvil rename checks.
77+ default : false
78+ advancedsensitivewords.bypass.item :
79+ description : Bypass item name and lore checks.
5180 default : false
5281 advancedsensitivewords.notice :
5382 description : Retrieve the notice message when player violated.
0 commit comments