add plguin to ajust server render distance to clients' settings
This commit is contained in:
parent
5ae76be931
commit
70056502dd
BIN
src/plugins/SeeMore-1.0.2.jar
(Stored with Git LFS)
Normal file
BIN
src/plugins/SeeMore-1.0.2.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
20
src/plugins/SeeMore/config.yml
Normal file
20
src/plugins/SeeMore/config.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user