mirror of
https://github.com/kaboomserver/server.git
synced 2025-08-07 05:12:55 +00:00
Add base files
This commit is contained in:
parent
37a6c4f1c3
commit
64a945a55b
45 changed files with 5555 additions and 0 deletions
18
plugins/ImageOnMap/config.yml
Normal file
18
plugins/ImageOnMap/config.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
### ImageOnMap configuration file
|
||||
|
||||
|
||||
# Plugin language. Empty: system language.
|
||||
# Available: en_US (default, fallback) and fr_FR.
|
||||
lang:
|
||||
|
||||
|
||||
# Allows collection of anonymous statistics on plugin environment and usage
|
||||
# The statistics are publicly visible here: http://mcstats.org/plugin/ImageOnMap
|
||||
collect-data: false
|
||||
|
||||
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue