From 70056502ddae477bc22da10588be6e6ba78be92b Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Wed, 20 Aug 2025 22:56:54 +0300 Subject: [PATCH] add plguin to ajust server render distance to clients' settings --- src/plugins/SeeMore-1.0.2.jar | 3 +++ src/plugins/SeeMore/config.yml | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/plugins/SeeMore-1.0.2.jar create mode 100644 src/plugins/SeeMore/config.yml diff --git a/src/plugins/SeeMore-1.0.2.jar b/src/plugins/SeeMore-1.0.2.jar new file mode 100644 index 0000000..a848396 --- /dev/null +++ b/src/plugins/SeeMore-1.0.2.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d06d342489947a296f07fbd012ea0e9842242f5af8d534f2dc91b9d2f0721e6 +size 107284 diff --git a/src/plugins/SeeMore/config.yml b/src/plugins/SeeMore/config.yml new file mode 100644 index 0000000..cab7c65 --- /dev/null +++ b/src/plugins/SeeMore/config.yml @@ -0,0 +1,20 @@ +# 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 \ No newline at end of file