-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.yml
More file actions
58 lines (46 loc) · 2.63 KB
/
config.yml
File metadata and controls
58 lines (46 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# AdvancedEnchantments
# Made by AdvancedPlugins.net
# Config Version: @version@
# Version Release date: @date@
# Homepage: https://advancedplugins.net/item/AdvancedSeasons.185/
# Wiki: https://seasons.advancedplugins.net/
# Change default messages language. You can modify all messages in AdvancedSeasons `lang` folder.
locale: en
# Should temperature be converted to Fahrenheit?
# If true, temperature will be displayed in Fahrenheit, but all calculations will be done in Celsius
# If false, temperature will be displayed in Celsius, and all calculations will be done in Celsius
convertToFahrenheit: false
# World List.
# List of worlds where AdvancedSeasons should be enabled
# You can add worlds in-game using '/as addworld <world name>' command
worlds: []
# Should temperature effects be given to creative players?
creativeTemperatureEffects: false
# Should land protection plugins be ignored?
# If true, AdvancedSeasons will ignore land protection plugins and will be able to change blocks in protected areas
# This may have impact on performance depending on land protection plugins
ignoreLandProtection: false
# Should snow generate in winter?
snowEnabled: true
# Block processing around player
# Default is 9 chunks, which means 9x9 chunks around player will be checked for snow/grass etc.
# We recommend leaving the setting as default. For performance issues, you can lower the value. Increasing it may
# cause more strain on the server, however it is very optimized, uses async and multithreading, so it's able to handle more.
chunkRadius: 9
# When seasons change, how many chunks updates should be sent out to each player every second?
# Default is 8, which means 8 chunks will be updated every second. This only affects surrounding area of the player.
# 8 is a very safe value, and chunks around the player will update gradually. Having a bigger number may overload
# the player connection, and could cause kicks or freezes. If you are experiencing any problems like those, lower the value.
chunkUpdates: 3
# Is temperature actionbar enabled?
# If true, temperature will be displayed in actionbar
# Even if set to false, temperature events will show in actionbar
temperatureActionbar: true
# Should temperature events be shown in actionbar?
# If true, temperature events will be shown in actionbar
temperatureEventsActionbar: true
# Disable seasonal colors for certain biomes
# Example use: If you want to keep all seasonal temperature and other effects, but to disable season colors
# overriding default biome colors, you can add biomes here.
defaultColorBiomes: []
# - 'PLAINS' # Example biome here. To enable this list, uncomment this line and remove `[]` from above