Skip to content

Commit 79fbc6f

Browse files
committed
update README-en.md and README.md
1 parent 8725ea5 commit 79fbc6f

File tree

2 files changed

+78
-0
lines changed

2 files changed

+78
-0
lines changed

README-en.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,38 @@ _比如你要tphere的假人叫做anti_mob,而白名单中有一个anti,那
170170
- Acceptable value: `true` `false`
171171
- Categories: `Experimental`
172172

173+
### disabledUpdateSuppressionErrorStackTrace `仅v1.3-alpha.1以上版本`
174+
175+
**_此功能仅限1.17版本_**
176+
177+
**_此功能必须搭配carpet规则updateSuppressionCrashFix使用,否则无效_**
178+
179+
此规则可以让所有非致命的因为更新抑制导致的异常不刷屏,只输出一条日志:Update Suppression.
180+
\
181+
必须搭配carpet规则updateSuppressionCrashFix规则使用,否则无效
182+
\
183+
1.16版本无此规则,因为1.16的carpet没有updateSuppressionCrashFix规则
184+
\
185+
致命异常会正常输出并打印异常栈(致命异常指在不开启updateSuppressionCrashFix情况下会导致服务器崩溃的异常)
186+
187+
- Default value: `false`
188+
- Acceptable value: `true` `false`
189+
- Categories: `BugFix`
190+
191+
### unescapeChatMessage `仅v1.3-alpha.1以上版本`
192+
193+
**此规则仅客户端有效,服务端无效**
194+
195+
此规则会把客户端发出的所有应当转义的文字转义
196+
197+
例如在聊天栏输入:`你好,\u4e2d\u6587`
198+
\
199+
实际发送的消息是:`你好,中文`
200+
201+
- Default value: `false`
202+
- Acceptable value: `true` `false`
203+
- Categories: `Feature` `CLIENT`
204+
173205
## Command
174206

175207
### player xxx tp

0 commit comments

Comments
 (0)