mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-09 20:21:35 +01:00
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
#
|
|
# This file contains default standard lighting profiles. The contents of this file are replaced and updated
|
|
# during upgrades, so new or updated lighing 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
|