1 120
收录服务器
1481
注册
34 368
玩家
xRay
使xRay成为合法的特权(或管理工具)
作 者 Kyllian
发布时间 2017年6月13日
支持核心 Spigot
原生版本
支持版本 1.7,1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19
点此下载

xRay 插件旨在优化游戏体验,允许管理员监控玩家行为,同时降低作弊行为。该插件依赖于 ProtocolLib,配置简单,使用方便,旨在提供无服务器卡顿、快速且安全的用户体验。


🎉xRay

指令

  • /xray
    • 功能:切换 xRay 模式。
    • 权限:xray.toggle
  • /xray reload
    • 功能:重载插件配置。
    • 权限:xray.reload
  • /xray help
    • 功能:显示帮助信息。
  • /xray add/remove block
    • 功能:添加或移除可透视的方块。
    • 权限:xray.edit

⚙️配置 (config.yml)


# xRay
#
# Thanks for downloading xRay!
# If the plugin doesn't work, make sure to contact me on my Discord: https://kyllian.nl/discord

Messages:
  NotAPlayer: '&8&oxRay: &7You need to be a player to execute this command!'
  NoPermission: '&8&oxRay: &7You dont have permissions to execute this command'
  UnknownArgument: '&8&oxRay: &7The argument you specified seems to be incorrect!'
  DisabledxRay: '&8&oxRay: &7Disabled xRay vision'
  EnabledxRay: '&8&oxRay: &7Enabled xRay vision'
  Reloaded: '&8&oxRay: &7Reloaded the plugin!'
  AddedBlock: '&8&oxRay: &7Added block!'
  RemovedBlock: '&8&oxRay: &7Removed block!'
  UnknownBlock: '&8&oxRay: &7The block you specified is unknown!'
  AlreadyAdded: '&8&oxRay: &7This block is already affected by the xRay vision'
  DoesntExist: '&8&oxRay: &7This block is not affected by the xRay vision'

Settings:
  UpdateDelay: 5
  # How long should the plugin wait to update the xRay vision? (In seconds)
  xRayBlocks:
      - 'AIR' # DO NOT REMOVE
      - 'COAL_ORE'
      - 'IRON_ORE'
      - 'GOLD_ORE'
      - 'DIAMOND_ORE'
      - 'OAK_WOOD'
      - 'WATER'
      - 'LAVA'
      - 'BEDROCK'
  Mode: CHUNK # CHUNK / BLOCK
  Range: 1
  # Range of the xRay (In chunks)

✨更新日志

  • 1.0 版本:
    • 优化插件性能,减轻服务器负担。
    • 修复了因光照重计算导致的客户端卡顿问题。
  • 2.0 版本:
    • 增加了按方块范围设置透视功能。