# settings listed under the default section.
world-settings:
default:
# These settings concern the simulation distance of this world.
simulation-distance:
# Should we not manage the simulation distance in this world?
# * Note: Even if excluded, the world's chunks will be counted for the purpose of adjusting the simulation distance
# of other worlds. If you do not want this, also be sure to set the chunk-weight to 0.
exclude: false
# What should the absolute minimum simulation distance be in this world?
minimum-simulation-distance: 6
# What should the absolute maximum simulation distance be in this world?
maximum-simulation-distance: 12
# These settings concern the view distance of this world.
view-distance:
# Should we not manage the view distance in this world?
# * Note: Even if excluded, the world's chunks will be counted for the purpose of adjusting the view distances
# of other worlds.
exclude: false
# What should the absolute minimum view distance be in this world?
minimum-view-distance: 16
# What should the absolute maximum view distance be in this world?
maximum-view-distance: 16
# Relative to the other worlds, how 'heavy' is a chunk on performance?
# * For example: In the End dimension, about half of the chunks you encounter are void and so have very little
# impact on performance. For this reason, you may want to set the chunk-weight of the End to 0.5.
chunk-weight: 1
# These settings concern how we count the number of chunks in this world.
chunk-counter-settings:
# When two players are near each other, the chunks they load can overlap. Should we not double count the chunks
# that are overlapping?
exclude-overlap: true```
#viewdistancetweaker
1 messages · Page 1 of 1 (latest)
So they claim that you can set each worlds view distance, and so I am trying to here but when I copy default section and rename to my world name it errors
and what is the error?
?paste
I’m new to this, but by looking at it how do you think I’d create a new profile for a world
Copy the text, put it there, ctrl+s, send link
duplicated mapping key (141:5)
Is that all there is?
ya
# These settings concern the simulation distance of this world.
simulation-distance:
# Should we not manage the simulation distance in this world?
# * Note: Even if excluded, the world's chunks will be counted for the purpose of adjusting the simulation distance
# of other worlds. If you do not want this, also be sure to set the chunk-weight to 0.
exclude: false
# What should the absolute minimum simulation distance be in this world?
minimum-simulation-distance: 6
# What should the absolute maximum simulation distance be in this world?
maximum-simulation-distance: 12
# These settings concern the view distance of this world.
view-distance:
# Should we not manage the view distance in this world?
# * Note: Even if excluded, the world's chunks will be counted for the purpose of adjusting the view distances
# of other worlds.
exclude: false
# What should the absolute minimum view distance be in this world?
minimum-view-distance: 16
# What should the absolute maximum view distance be in this world?
maximum-view-distance: 16
# Relative to the other worlds, how 'heavy' is a chunk on performance?
# * For example: In the End dimension, about half of the chunks you encounter are void and so have very little
# impact on performance. For this reason, you may want to set the chunk-weight of the End to 0.5.
chunk-weight: 1
# These settings concern how we count the number of chunks in this world.
chunk-counter-settings:
# When two players are near each other, the chunks they load can overlap. Should we not double count the chunks
# that are overlapping?
exclude-overlap: true```
like i tried this
and put it right underneath
but then line 3 has a red line
Send the full config file
how i do that? It is on aternos
The identation is wrong
oh
YML files have to be indented properly with spaces, not tabs. In that paste, the indentation is all fucked up
how do i indent it
Use the backspace key and spacebar
lol it worked
Yup
wow awesoe
Be careful with yaml, it is very picky on syntax
so now my worlds in my server should have custom view distances!!
You can paste yaml here after edits and it will tell you if the yaml is valid https://www.yamllint.com/
Validate, Verify and Reformat your YAML documents, optimized for Ruby on Rails
oh sweet
If it's not, you have to fix it cause the plugin won't be able to load it
what language is yaml
yaml is the language
oh lol