-
Notifications
You must be signed in to change notification settings - Fork 55
/
web.yml
143 lines (137 loc) · 5.53 KB
/
web.yml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# Web integration
# Supports (Dynmap, BlueMap, squaremap)
# All three can be used at the same time.
# Changes in this section require server reload / restart.
map:
general:
# Should land markers be hidden by default?
hide: false
# The name of the layer where users can see the marked lands.
layer: 'Lands'
# If you want your players activity to be more anonymous, you can specify an update interval.
# This helps to prevent enemies spying dynmap to track player activity.
# Time units: d, h, m, s -> Example: 1h
# Default: -1 = use default handling defined by Lands (recommended)
# This option requires server reload / restart.
update_time: -1
land:
# Should admin lands (/lands admin menu) be displayed?
show-admin: true
# Should only lands, that are part of a nation, appear on the map?
# Note: This option requires server reload / restart.
only-nation: false
# To edit the color you need to insert the hex values given here:
# https://www.google.com/search?q=color+picker
color:
from-name:
# Set the color depending on the land's name?
land: false
# Set the color depending on the nation's name?
nation: true
# Default colors, if the land name has no color set or from-name option is disabled.
# Color picker: https://www.google.com/search?q=color+picker
land: '#00ff00'
admin: '#ffff00'
border:
# Default border color:
# Color picker: https://www.google.com/search?q=color+picker
color:
from-name:
# Set the color depending on the land's name?
land_2: false
# Set the color depending on the nation's name?
nation_2: true
# Default colors, if the land name has no color set or from-name option is disabled.
# Color picker: https://www.google.com/search?q=color+picker
land_2: '#009933'
admin_2: '#ffcc00'
dynmap:
enabled: true
# Set the spawn icon
# You can disable this by setting icon to ''
spawn:
# Set the icon. If empty, no icon will be displayed.
icon: 'greenflag'
# Set the icon for a nation's capital. If empty, no icon will be displayed.
icon-capital: 'greenflag'
# Set minimum zoom. The icon won't display, if the zoom in your browser is greater (mousewheel).
min-zoom: 0
land:
# Opactiy of the land. Needs to be between 0 (lowest) and 1 (highest).
opacity: 0.35
border:
# Opactiy of the land border. Needs to be between 0 (lowest) and 1 (highest).
opacity_2: 1
# Thickness of the border.
thickness: 2
bluemap:
enabled_2: true
# Set the spawn icon
# You can disable this by setting icon to ''
spawn:
# Set the icon
# NOTE: This needs to be the absolute image address. Recommended imgage size: 32 x 32 pixels
# Path is relative to the "bluemap" folder in your server.
# Example: 'assets\steve.png'
icon_2: ''
# Set the icon for a nations capital.
# NOTE: This needs to be the absolute image address. Recommended imgage size: 32 x 32 pixels
# Path is relative to the "bluemap" folder in your server.
# Example: 'assets\steve.png'
icon-capital_2: ''
# Set minimum zoom. The icon won't display, if the zoom in your browser is smaller (mousewheel).
min-zoom_2: 5
# Set the markers height.
height: 62
land:
# Opactiy of the land. Needs to be between 0 (lowest) and 1 (highest).
opacity_3: 0.35
# Should 3D markers be used to visualize claims? That means that they extend to the min and max height of the claim.
3d: false
border:
# Opactiy of the land border. Needs to be between 0 (lowest) and 1 (highest).
opacity_4: 1
squaremap:
enabled_3: true
# Set the spawn icon
# You can disable this by setting icon to ''
spawn:
# Set the icon
# NOTE: This needs to be the absolute image address. Recommended imgage size: 32 x 32 pixels
# Example: 'path-to-server\bluemap\web\assets\steve.png'
icon_3: ''
# Set the icon for a nations capital.
# NOTE: This needs to be the absolute image address. Recommended imgage size: 32 x 32 pixels
# Example: 'path-to-server\bluemap\web\assets\steve.png'
icon-capital_3: ''
# Set minimum zoom. The icon won't display, if the zoom in your browser is smaller (mousewheel).
min-zoom_3: 126
land:
# Opactiy of the land. Needs to be between 0 (transparent) and 255 (completely opaque).
opacity_5: 0.35
border:
# Opactiy of the land border. Needs to be between 0 (transparent) and 255 (completely opaque).
opacity_6: 1
# Thickness of the border.
thickness_3: 2
Pl3xMap:
enabled_4: true
# Set the spawn icon
# You can disable this by setting icon to ''
spawn:
# Set the icon
# NOTE: This needs to be the absolute image address. Recommended imgage size: 32 x 32 pixels
# Example: 'path-to-server\bluemap\web\assets\steve.png'
icon_4: ''
# Set the icon for a nations capital.
# NOTE: This needs to be the absolute image address. Recommended imgage size: 32 x 32 pixels
# Example: 'path-to-server\bluemap\web\assets\steve.png'
icon-capital_4: ''
land:
# Opactiy of the land. Needs to be between 0 (lowest) and 1 (highest).
opacity_7: 0.6
border:
# Opactiy of the land border. Needs to be between 0 (lowest) and 1 (highest).
opacity_8: 0.9
# Thickness of the border.
thickness_4: 2