- 插件中文名称
- 看见更多
- 插件英文名称
- SeeMore
- 支持的核心
- Paper
- Purpur
- Folia
- 其他Paper下游
- 资源语言
- 英语
- 适配版本
- 1.19
- 1.20
- 1.21
SeeMore
SeeMore 是一个简单的插件,它根据每个玩家的客户端渲染距离来设置他们的服务器端视图距离。这样可以更有效地利用服务器资源,避免为使用低渲染距离的玩家不必要地加载块。安装
要安装插件,只需将下载的 jar 放入您的插件目录中即可。请务必通过查看其 .config.yml配置
YAML:
# Configuration for SeeMore.
# Please don't change this!
version: 2
# The delay (in ticks) before a player's view distance is lowered after their client settings change.
# * This stops players overloading the server by constantly changing their view distance.
update-delay: 600
# Whether the plugin should log to the console when it changes a player's view distance.
log-changes: true
# These settings can be specified per world.
# * Note: If a world is not listed here or if a setting is missing, it will use the settings listed under the default
# section.
world-settings:
default:
# The maximum view distance a player in this world can have.
# Set to -1 to use the server's configured view distance for this world.
maximum-view-distance: -1
命令
要运行该命令,用户将需要 。/seemore <subcommand>seemore.command.<subcommand>- /seemore reload- 重新加载插件的配置。
- /seemore average- 获取每个世界的有效平均视角距离。
- /seemore players- 显示所有在线玩家的服务器端视距。