反透视 (Anti Xray)
反透视是一个轻量级的 Fabric 模组,允许服务器所有者对付透视作弊者。
配置
toml
默认数值
enabled = false
特定世界数值
[overworld]
enabled = true
engineMode = 3
maxBlockHeight = 256
updateRadius = 2
lavaObscures = false
hiddenBlocks = ["#c:ores", "raw_copper_block", "raw_iron_block", "raw_gold_block"]
replacementBlocks = ["stone", "deepslate", "andesite", "calcite", "diorite", "dirt", "granite", "gravel", "sand", "tuff", "mossy_cobblestone", "obsidian", "clay", "infested_stone", "amethyst_block", "budding_amethyst", "chest"]
[the_nether]
enabled = true
engineMode = 1
maxBlockHeight = 128
updateRadius = 2
lavaObscures = true
hiddenBlocks = ["ancient_debris", "nether_quartz_ore", "nether_gold_ore", "gold_block", "gilded_blackstone"]
配置选项概览
- `enabled` 如果设置为 true,反透视将在指定的世界中生效
- `engineMode` 可以是 1、2 或 3,参见[引擎模式](#引擎模式)
- `maxBlockHeight` 控制需要混淆的方块的最大高度
- `updateRadius` 控制从显示方块开始的混淆距离(如果您的玩家看到虚假矿石,建议增加此值)
- `lavaObscures` 如果设置为 true,熔岩旁边的方块将被混淆
- `hiddenBlocks` 需要隐藏的方块列表 (引擎模式 1) 或用于混淆的方块列表 (引擎模式 2/3)
- `replacementBlocks` 是一个将被混淆但不用作虚假方块的方块列表 (仅适用于引擎模式 2/3)
引擎模式
| 信息 | 图片 |
:-------------------------:|:-------------------------:
反透视已禁用: 仅供参考 | 的方块 | : 与引擎模式 2 类似,但在处理慢速连接时效果更佳 | 
关于
此模组是 Paper 的[Async 反透视补丁](
截图:
AntiXray NeoForge 1.4.10+1.21.6
- `#antixray:hidden_only_ores` block tag for mod developers
### Changed
- Allow negating blocks / block tags in the config
AntiXray Fabric 1.4.10+1.21.6
- `#antixray:hidden_only_ores` block tag for mod developers
### Changed
- Allow negating blocks / block tags in the config
AntiXray Fabric 1.4.10+1.21.6-rc1
- `#antixray:hidden_only_ores` block tag for mod developers
### Changed
- Allow negating blocks / block tags in the config
AntiXray NeoForge 1.4.10+1.21.4
- `#antixray:hidden_only_ores` block tag for mod developers
### Changed
- Allow negating blocks / block tags in the config
AntiXray Fabric 1.4.10+1.21.4
- `#antixray:hidden_only_ores` block tag for mod developers
### Changed
- Allow negating blocks / block tags in the config
AntiXray NeoForge 1.4.10+1.21.5
- `#antixray:hidden_only_ores` block tag for mod developers
### Changed
- Allow negating blocks / block tags in the config
AntiXray Fabric 1.4.10+1.21.5
- `#antixray:hidden_only_ores` block tag for mod developers
### Changed
- Allow negating blocks / block tags in the config
AntiXray NeoForge 1.4.9+1.21.5
- Potential networking issues
- Incompatibility with ServerReplay (@senseiwells)
AntiXray Fabric 1.4.9+1.21.5
- Potential networking issues
- Incompatibility with ServerReplay (@senseiwells)
AntiXray Fabric 1.4.9+1.21.5-pre2
- Potential networking issues
- Incompatibility with ServerReplay (@senseiwells)
AntiXray NeoForge 1.4.9+1.21.4
- Potential networking issues
- Incompatibility with ServerReplay (@senseiwells)
AntiXray Fabric 1.4.9+1.21.4
- Potential networking issues
- Incompatibility with ServerReplay (@senseiwells)
AntiXray Fabric 1.4.8+1.21.4
- Mark stable
AntiXray NeoForge 1.4.8+1.21.4
- Mark stable
AntiXray Fabric 1.4.7+1.21.4
- Bypass permission
AntiXray NeoForge 1.4.7+1.21.4
- Bypass permission
AntiXray NeoForge 1.4.6+1.21.3
- Wrong argument
AntiXray Fabric 1.4.6+1.21.3
- Wrong argument
AntiXray Fabric 1.4.6+1.21.2-rc2
- Wrong argument
AntiXray NeoForge 1.4.6+1.20.4
- Wrong argument
AntiXray Fabric 1.4.6+1.20.4
- Wrong argument
AntiXray Forge 1.4.6+1.20.1
- Wrong argument
AntiXray Fabric 1.4.6+1.20.1
- Wrong argument
AntiXray NeoForge 1.4.6+1.21.1
- Wrong argument
AntiXray Fabric 1.4.6+1.21.1
- Wrong argument
AntiXray Forge 1.4.5+1.20.1
- Incorrect mixin target
AntiXray Fabric 1.4.5+1.20.1
- Incorrect mixin target
AntiXray NeoForge 1.4.5+1.20.4
- Incorrect mixin target
AntiXray Fabric 1.4.5+1.20.4
- Incorrect mixin target
AntiXray NeoForge 1.4.5+1.21
- Incorrect mixin target
AntiXray Fabric 1.4.5+1.21
- Incorrect mixin target
AntiXray NeoForge 1.4.4+1.21
- Client side mixin issues
- Incompatibility with Flywheel / Create
AntiXray Fabric 1.4.4+1.21
- Client side mixin issues
- Incompatibility with Flywheel / Create
AntiXray NeoForge 1.4.4+1.20.4
- Client side mixin issues
- Incompatibility with Flywheel / Create
AntiXray Fabric 1.4.4+1.20.4
- Client side mixin issues
- Incompatibility with Flywheel / Create
AntiXray Forge 1.4.4+1.20.1
- Client side mixin issues
- Incompatibility with Flywheel / Create
AntiXray Fabric 1.4.4+1.20.1
- Client side mixin issues
- Incompatibility with Flywheel / Create
AntiXray NeoForge 1.4.3+1.21
- Improve solid block check for modded blocks
- Improve mod compatibility
### Fixed
- Class not found warnings at startup
AntiXray Fabric 1.4.3+1.21
- Improve solid block check for modded blocks
- Improve mod compatibility
### Fixed
- Class not found warnings at startup
AntiXray NeoForge 1.4.2+1.20.4
- Client side crash
- Use Java 17
AntiXray Forge 1.4.2+1.20.4
- Client side crash
- Use Java 17
AntiXray Fabric 1.4.2+1.20.4
- Client side crash
- Use Java 17
AntiXray Fabric 1.4.2+1.21
- Client side crash
AntiXray NeoForge 1.4.2+1.21
- Client side crash
AntiXray NeoForge 1.4.2+1.20.6
- Client side crash
AntiXray Fabric 1.4.2+1.20.6
- Client side crash
AntiXray NeoForge 1.4.1+1.21
- Improved chunk batch sending
AntiXray Fabric 1.4.1+1.21
- Improved chunk batch sending
AntiXray Forge 1.4.1+1.20.4
- Improved chunk batch sending
AntiXray Fabric 1.4.1+1.20.4
- Improved chunk batch sending
AntiXray NeoForge 1.4.1+1.20.4
- Improved chunk batch sending
AntiXray NeoForge 1.4.1+1.20.6
- Improved chunk batch sending
AntiXray Fabric 1.4.1+1.20.6
- Improved chunk batch sending
AntiXray NeoForge 1.4.0+1.20.6
- Neoforge support
### Changed
- Mod publishing
- Multiloader setup
### Fixed
- Packet delaying causing packet order issues
### Removed
- Forge support (temporary)
AntiXray Fabric 1.4.0+1.20.6
- Neoforge support
### Changed
- Mod publishing
- Multiloader setup
### Fixed
- Packet delaying causing packet order issues
### Removed
- Forge support (temporary)
AntiXray 1.3.3
- Antixray can now be used client-side (useful for LAN)
AntiXray 1.3.3
- Antixray can now be used client-side (useful for LAN)
AntiXray 1.3.2
- Incompatibility with Immersive Portals (Fabric only)
AntiXray 1.3.2
- Incompatibility with Immersive Portals (Fabric only)
AntiXray 1.3.1
- Allow custom dimension id's to be specified in the config
AntiXray 1.3.1
- Allow custom dimension id's to be specified in the config
AntiXray 1.3.1
- Allow custom dimension id's to be specified in the config
AntiXray 1.3.1
- Allow custom dimension id's to be specified in the config
AntiXray 1.3.0
- Block tag support (in configs)
- Layer obfuscation (Engine Mode 3)
### Removed
- Bypass permission: "antixray.bypass"
### Changed
- Relocate forge dependencies
- Improved default config
AntiXray 1.3.0
- Block tag support (in configs)
- Layer obfuscation (Engine Mode 3)
### Removed
- Bypass permission: "antixray.bypass"
### Changed
- Relocate forge dependencies
- Improved default config
AntiXray 1.3.0
- Block tag support (in configs)
- Layer obfuscation (Engine Mode 3)
### Removed
- Bypass permission: "antixray.bypass"
### Changed
- Relocate forge dependencies
- Improved default config
AntiXray 1.3.0
- Block tag support (in configs)
- Layer obfuscation (Engine Mode 3)
### Removed
- Bypass permission: "antixray.bypass"
### Changed
- Relocate forge dependencies
- Improved default config
AntiXray 1.3.0
- Block tag support (in configs)
- Layer obfuscation (Engine Mode 3)
### Removed
- Bypass permission: "antixray.bypass"
### Changed
- Relocate forge dependencies
- Improved default config
AntiXray 1.3.0
- Block tag support (in configs)
- Layer obfuscation (Engine Mode 3)
### Removed
- Bypass permission: "antixray.bypass"
### Changed
- Relocate forge dependencies
- Improved default config
AntiXray 1.3.0
- Block tag support (in configs)
- Layer obfuscation (Engine Mode 3)
### Removed
- Bypass permission: "antixray.bypass"
### Changed
- Relocate forge dependencies
- Improved default config
AntiXray 1.2.8
- NPE server crash
AntiXray 1.2.8
- NPE server crash
AntiXray 1.2.8
- NPE server crash
AntiXray 1.2.8
- NPE server crash
AntiXray 1.2.7
- Bypass permission: "antixray.bypass"
### Fixed
- Typo in forge release names
AntiXray 1.2.7
- Bypass permission: "antixray.bypass"
### Fixed
- Typo in forge release names
AntiXray 1.2.7
- Bypass permission: "antixray.bypass"
### Fixed
- Typo in forge release names
AntiXray 1.2.7
- Bypass permission: "antixray.bypass"
### Fixed
- Typo in forge release names
AntiXray 1.2.6
- Automatic Modrinth, CurseForge and GitHub releases
### Changed
- Update to 1.19.2
AntiXray 1.2.6
- Automatic Modrinth, CurseForge and GitHub releases
### Changed
- Update to 1.19.2
1.2.5
1.2.5
1.2.4
1.2.4
1.2.3
1.2.3
1.2.2
1.2.2
1.2.2
1.2.1
1.2.1
1.2.0
- Fix compatibility with Archtictury API
- Minor changes
1.2.0
- Add Forge mod jar
- Fix compatibility with Archtictury API
- Minor changes
1.1.2
* Re-add polymer mod compatibility
* Clean up code
* Enable mixins on server environment only
* Fixed: anti-xray failing to obfuscate blocks next to chunk borders.
* Adjust default nether config
- Special Thanks to Wesley1808, who did the majority of this update
1.1.1
1.1.0
- Removed slimjar and netty updated
- Added default config options
1.1.0
- Removed slimjar and netty update
- Added default config options
1.0.2
1.0.2
1.0.1
Increased stability
1.0.1
- Increased stability
1.0.0
收录