-
Notifications
You must be signed in to change notification settings - Fork 0
/
lightings.txt
73 lines (71 loc) · 2.4 KB
/
lightings.txt
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
version: 1.9
#
# This file contains default standard lighting profiles. The contents of this file CAN need to be replaced and updated
# during upgrades, so new or updated lighting definitions should be done in the custom-lightings.txt file
#
lightings:
# Default lighting - no effects, shadows, day/night
- class: org.dynmap.hdmap.DefaultHDLighting
name: default
# Shadows enabled day mode
- class: org.dynmap.hdmap.ShadowHDLighting
name: shadows
shadowstrength: 1.0
# Night view (default moonight level is 4)
- class: org.dynmap.hdmap.ShadowHDLighting
name: night
shadowstrength: 1.0
ambientlight: 4
# A 'bright' night view (easier to see unlit landscape dimly)
- class: org.dynmap.hdmap.ShadowHDLighting
name: brightnight
shadowstrength: 1.0
ambientlight: 8
# Night and day view
- class: org.dynmap.hdmap.ShadowHDLighting
name: nightandday
shadowstrength: 1.0
ambientlight: 4
night-and-day: true
# 'Bright' Night and day view
- class: org.dynmap.hdmap.ShadowHDLighting
name: brightnightandday
shadowstrength: 1.0
ambientlight: 8
night-and-day: true
# Shadows enabled nether
- class: org.dynmap.hdmap.ShadowHDLighting
name: nethershadows
shadowstrength: 0.5
ambientlight: 4
# Shadows enabled day mode (smooth lighting)
- class: org.dynmap.hdmap.ShadowHDLighting
name: shadows-smooth
shadowstrength: 1.0
smooth-lighting: true
# Night view (default moonight level is 4) (smooth lighting)
- class: org.dynmap.hdmap.ShadowHDLighting
name: night-smooth
shadowstrength: 1.0
ambientlight: 4
smooth-lighting: true
# A 'bright' night view (easier to see unlit landscape dimly) (smooth lighting)
- class: org.dynmap.hdmap.ShadowHDLighting
name: brightnight-smooth
shadowstrength: 1.0
ambientlight: 8
smooth-lighting: true
# Night and day view (smooth lighting)
- class: org.dynmap.hdmap.ShadowHDLighting
name: nightandday-smooth
shadowstrength: 1.0
ambientlight: 4
night-and-day: true
smooth-lighting: true
# 'Bright' Night and day view (smooth lighting)
- class: org.dynmap.hdmap.ShadowHDLighting
name: brightnightandday-smooth
shadowstrength: 1.0
ambientlight: 8
night-and-day: true
smooth-lighting: true