-
-
Notifications
You must be signed in to change notification settings - Fork 46
Home
BillyGalbreath edited this page Jan 9, 2021
·
18 revisions
Configuration:
# this is for internal use - do not change it!
config-version: 1
# all settings are under this section
settings:
# set which language file to use. only english is supplied, but you can add your own (PRs welcome)
language-file: lang-en.yml
# output extra information to console (can be spammy)
debug-mode: false
# the internal web server settings
internal-webserver:
# set to true to use the internal web server.
# set to false if you want to run your own
# external web server
enabled: true
# the ip the internal web server will bind to
# (leave this alone if you don't know what it does)
bind: 0.0.0.0
# the port the internal web server will bind to
port: 8080
# web directory settings (where all the public files go)
web-directory:
# the path where the public web directory is
# relative paths are from the plugin directory
# absolute paths will work here, too
path: web
# should the plugin overwrite all the public web files when the plugin starts up
# set to false if you want to edit the files by hand
auto-update: true
# per-world map settings
world-settings:
# default settings to be applied to all loaded worlds
default:
# settings for the map of this world
map:
# is the map enabled for this world
enabled: true
# water settings
water:
# should water be translucent (see through)
clear-depth: true
# should water render checkerboard pattern for depth
checkerboard: true
# biome specific settings
biomes:
# should biomes be rendered on the map
enabled: true
# should biome grass/foliage blend together (like in game)
# possible values are 0 - 15
# 0 will disable this feature
blend-biomes: 4
# lava specific settings
lava:
# should lava render checkerboard pattern for depth
checkerboard: true
# zoom settings
zoom:
# the maximum zoom level (it is advised to make this the default zoom level)
maximum: 3
# the default zoom level (where original tiles will be drawn)
default: 3
# extra zoom in levels beyond default
extra: 2
# ui settings
ui:
# title of web page for this world
title: Pl3xMap
# show coordinates box on map
coordinates: true
# player tracker settings
player-tracker:
# show players on the map
enabled: true
# show the toggle for player tracker in the layers menu
show-toggle: true
# nameplate settings on player markers
nameplate:
# show nameplate on player markers
enabled: true
# show player heads in nameplates
show-head: true
# player hide settings
hide:
# hide invisible players (potion)
invisible: true
# hide players in spectator gamemode
spectators: true