File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 3737 - name : build
3838 run : ./gradlew build
3939 - name : capture build artifacts
40- if : ${{ runner.os == 'Linux' && matrix.java == '11 ' }} # Only upload artifacts built from LTS java on one OS
40+ if : ${{ runner.os == 'Linux' && matrix.java == '17 ' }} # Only upload artifacts built from LTS java on one OS
4141 uses : actions/upload-artifact@v2
4242 with :
4343 name : Artifacts
Original file line number Diff line number Diff line change @@ -133,6 +133,20 @@ Zombified piglin will not spawn in nether portal
133133- Acceptable value: ` true ` ` false `
134134- Categories: ` Feature `
135135
136+ ### disabledEntityTick
137+
138+ ** _ Warning! This rule may cause all falling_block entity infinite rebound!_ **
139+
140+ This rule will ignore all entity tick,but players are normal.
141+
142+ When there are a lot of entity in your server,you can use this rule temporarily relieve the stuck.
143+
144+ _ This rule is experimental._
145+
146+ - Default value: ` false `
147+ - Acceptable value: ` true ` ` false `
148+ - Categories: ` Experimental `
149+
136150## Command
137151
138152### player xxx tp
Original file line number Diff line number Diff line change @@ -160,10 +160,10 @@ _比如你要tphere的假人叫做anti_mob,而白名单中有一个anti,那
160160
161161### disabledEntityTick
162162
163- ** _ 注意!此规则可能会导致世界上所有的下落的方块实体无限回弹!! _ **
164- /
163+ ** _ 注意!此规则可能会导致世界上所有的下落的方块实体无限回弹!_ **
164+
165165此规则会跳过世界上一切实体的运算,不过理论上来说玩家是正常的,开启此规则后,所有的生物全都会卡住,就算他们在空中也不会掉下来
166- /
166+
167167此规则的目的是在服务器因为实体问题严重卡顿时,可以暂时缓解问题,但这不是最好的方案
168168
169169- Default value: ` false `
You can’t perform that action at this time.
0 commit comments