28 lines
775 B
YAML
28 lines
775 B
YAML
### ImageOnMap configuration file
|
|
|
|
|
|
# Plugin language. Empty: system language.
|
|
# Available: en-US (default, fallback), fr-FR, ru-RU, de-DE, zh-CN, ja-JP.
|
|
lang:
|
|
|
|
|
|
# Allows collection of anonymous statistics on plugin environment and usage
|
|
# The statistics are publicly visible here: http://mcstats.org/plugin/ImageOnMap
|
|
collect-data: true
|
|
|
|
|
|
# Images rendered on maps consume Minecraft maps ID, and there are only 32 767 of them.
|
|
# You can limit the maximum number of maps a player, or the whole server, can use with ImageOnMap.
|
|
# 0 means unlimited.
|
|
map-global-limit: 0
|
|
map-player-limit: 0
|
|
|
|
|
|
# Maximum size in pixels for an image to be. 0 is unlimited.
|
|
limit-map-size-x: 0
|
|
limit-map-size-y: 0
|
|
|
|
|
|
# Should the full image be saved when a map is rendered?
|
|
save-full-image: false
|
|
|