first commit
This commit is contained in:
17
docs/mcdocs/1-ModAPI/枚举值/AniCheatBlockBreak.md
Normal file
17
docs/mcdocs/1-ModAPI/枚举值/AniCheatBlockBreak.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# AniCheatBlockBreak
|
||||
|
||||
class in mod.common.minecraftEnum
|
||||
|
||||
- 描述
|
||||
|
||||
反作弊配置枚举值,破坏方块相关
|
||||
|
||||
|
||||
|
||||
```python
|
||||
class AniCheatBlockBreak(object):
|
||||
OpenSwitch = "server-authoritative-block-breaking" # 是否开启破坏方块反作弊检查
|
||||
PickRangeScalar = "server-authoritative-block-breaking-pick-range-scalar" # 破坏方块距离检查参数,最小值为1.0,设置小于1.0无效
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user