@@ -147,6 +147,52 @@ Zombified piglin will not spawn in nether portal.
147147- Acceptable value: ` true ` ` false `
148148- Categories: ` Feature `
149149
150+ ### disabledEntityTick
151+
152+ ** _ Warning! This rule may cause all falling_block entity infinite rebound!_ **
153+
154+ This rule will ignore all entity tick,but players are normal.
155+
156+ When there are a lot of entity in your server,you can use this rule temporarily relieve the stuck.
157+
158+ _ This rule is experimental._
159+
160+ - Default value: ` false `
161+ - Acceptable value: ` true ` ` false `
162+ - Categories: ` Experimental `
163+
164+ ### disabledUpdateSuppressionErrorStackTrace ` 仅v1.3-alpha.1以上版本 `
165+
166+ ** _ This rule is just in 1.17_ **
167+
168+ ** _ This function must be used together with the carpet rule updateSuppressionCrashFix, otherwise it is invalid_ **
169+
170+ This rule allows all non-fatal exceptions caused by update suppression not to be refreshed, and only one log is output:
171+ Update Suppression
172+ \
173+ 1.16 hasn't this rule,because carpet-1.16 has not updateSuppressionCrashFix rule.
174+ \
175+ Fatal Exception will be printed normally(Fatal Exceptions mean the exception that will cause the server to crash when
176+ updateSuppressionCrashFix is not enabled)
177+
178+ - Default value: ` false `
179+ - Acceptable value: ` true ` ` false `
180+ - Categories: ` BugFix `
181+
182+ ### unescapeChatMessage ` 仅v1.3-alpha.1以上版本 `
183+
184+ ** This rule is valid only on the client side, and invalid on the server side**
185+
186+ This rule will escape all text sent by the client that should be escaped.
187+
188+ For example,type ` 你好,\u4e2d\u6587 ` in chat
189+ \
190+ And you will see ` 你好,中文 ` in chat.
191+
192+ - Default value: ` false `
193+ - Acceptable value: ` true ` ` false `
194+ - Categories: ` Feature ` ` CLIENT `
195+
150196## Command
151197
152198### player xxx tp
0 commit comments