SeeMore 图标

Minecraft 服务端插件

SeeMore

A simple plugin to set a player's server-side view distance according to their client-side render distance.

版本范围
1.19–1.21.8
下载量
5.3 万

插件介绍

SeeMore

SeeMore is a simple plugin that sets each player's server-side view distance according to their client-side render distance. This results in more efficient use of server resources, by not unnecessarily loading chunks for players who use a low render distance.

Installation

To install the plugin, simply place the downloaded jar into your plugin directory. Be sure to configure the plugin by looking through its config.yml.

Configuration

# 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

Commands

To run the command /seemore <subcommand> the user will require seemore.command.<subcommand>.

  • /seemore reload - Reload the plugin's configuration.
  • /seemore average - Get the effective average view distance of each world.
  • /seemore players - Show the server-side view distance of all online players.

Metrics

This plugin uses bStats to collect some (non-identifying) data about the servers running this plugin. You can opt-out by editing the config.yml in the bStats folder located within your server's plugin directory.

版本与下载

推荐下载

SeeMore-1.0.2.jar版本 1.0.2 · 104.8 KBSHA-1 83f25668516de38ad29b0d2d685b87b651f3006f下载 SeeMore-1.0.2.jar

1.0.2

正式版
加载器
folia · paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SeeMore-1.0.2.jar104.8 KBSHA-1 83f25668516de38ad29b0d2d685b87b651f3006f获取文件 SeeMore-1.0.2.jar
展开更新日志

Changes in 1.0.2:

  • Added option to log view distance changes to console.
  • Added a /seemore players command which shows the server-side view distance of all online players.

1.0.1

正式版
加载器
folia · paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SeeMore-1.0.1.jar98.8 KBSHA-1 9e7e8310bc95b9429db36e29ccb5eed9d6970c8e获取文件 SeeMore-1.0.1.jar
展开更新日志

Changes in 1.0.1:

  • Fix occasional error on player join.

1.0.0

正式版
加载器
folia · paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4
SeeMore-1.0.0.jar98.6 KBSHA-1 80afe27a1ed5fe58aa1d44b92380e8cbb7e06c5e获取文件 SeeMore-1.0.0.jar
展开更新日志

Initial release