Eldskogen

Untitled

Nov 17th, 2024
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.94 KB | None | 0 0
  1. # All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/plugins/dynmap/
  2.  
  3. # All map templates are defined in the templates directory
  4. # To use the HDMap very-low-res (2 ppb) map templates as world defaults, set value to vlowres
  5. # The definitions of these templates are in normal-vlowres.txt, nether-vlowres.txt, and the_end-vlowres.txt
  6. # To use the HDMap low-res (4 ppb) map templates as world defaults, set value to lowres
  7. # The definitions of these templates are in normal-lowres.txt, nether-lowres.txt, and the_end-lowres.txt
  8. # To use the HDMap hi-res (16 ppb) map templates (these can take a VERY long time for initial fullrender), set value to hires
  9. # The definitions of these templates are in normal-hires.txt, nether-hires.txt, and the_end-hires.txt
  10. # To use the HDMap low-res (4 ppb) map templates, with support for boosting resolution selectively to hi-res (16 ppb), set value to low_boost_hi
  11. # The definitions of these templates are in normal-low_boost_hi.txt, nether-low_boost_hi.txt, and the_end-low_boost_hi.txt
  12. # To use the HDMap hi-res (16 ppb) map templates, with support for boosting resolution selectively to vhi-res (32 ppb), set value to hi_boost_vhi
  13. # The definitions of these templates are in normal-hi_boost_vhi.txt, nether-hi_boost_vhi.txt, and the_end-hi_boost_vhi.txt
  14. # To use the HDMap hi-res (16 ppb) map templates, with support for boosting resolution selectively to xhi-res (64 ppb), set value to hi_boost_xhi
  15. # The definitions of these templates are in normal-hi_boost_xhi.txt, nether-hi_boost_xhi.txt, and the_end-hi_boost_xhi.txt
  16. deftemplatesuffix: hires
  17.  
  18. # Set default tile scale (0 = 128px x 128x, 1 = 256px x 256px, 2 = 512px x 512px, 3 = 1024px x 1024px, 4 = 2048px x 2048px) - 0 is default
  19. # Note: changing this value will result in all maps that use the default value being required to be fully rendered
  20. #defaulttilescale: 0
  21.  
  22. # Map storage scheme: only uncomment one 'type' value
  23. # filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting
  24. # sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory)
  25. # mysql: MySQL database, at hostname:port in database, accessed via userid with password
  26. # mariadb: MariaDB database, at hostname:port in database, accessed via userid with password
  27. # postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password
  28. storage:
  29. # Filetree storage (standard tree of image files for maps)
  30. #type: filetree
  31. # SQLite db for map storage (uses dbfile as storage location)
  32. #type: sqlite
  33. #dbfile: dynmap.db
  34. # MySQL DB for map storage (at 'hostname':'port' with flags "flags" in database 'database' using user 'userid' password 'password' and table prefix 'prefix')
  35. type: mysql
  36. #prefix: ""
  37. #flags: "?allowReconnect=true&autoReconnect=true"
  38. #
  39. # AWS S3 backet web site
  40. #type: aws_s3
  41. #bucketname: "dynmap-bucket-name"
  42. #region: us-east-1
  43. #aws_access_key_id: "<aws-access-key-id>"
  44. #aws_secret_access_key: "<aws-secret-access-key>"
  45. #override_endpoint: ""
  46.  
  47. components:
  48. - class: org.dynmap.ClientConfigurationComponent
  49.  
  50. # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server.
  51. - class: org.dynmap.InternalClientUpdateComponent
  52. sendhealth: true
  53. sendposition: true
  54. allowwebchat: true
  55. webchat-interval: 5
  56. hidewebchatip: false
  57. trustclientname: false
  58. includehiddenplayers: false
  59. # (optional) if true, color codes in player display names are used
  60. use-name-colors: false
  61. # (optional) if true, player login IDs will be used for web chat when their IPs match
  62. use-player-login-ip: true
  63. # (optional) if use-player-login-ip is true, setting this to true will cause chat messages not matching a known player IP to be ignored
  64. require-player-login-ip: false
  65. # (optional) block player login IDs that are banned from chatting
  66. block-banned-player-chat: true
  67. # Require login for web-to-server chat (requires login-enabled: true)
  68. webchat-requires-login: false
  69. # If set to true, users must have dynmap.webchat permission in order to chat
  70. webchat-permissions: false
  71. # Limit length of single chat messages
  72. chatlengthlimit: 256
  73. # # Optional - make players hidden when they are inside/underground/in shadows (#=light level: 0=full shadow,15=sky)
  74. # hideifshadow: 4
  75. # # Optional - make player hidden when they are under cover (#=sky light level,0=underground,15=open to sky)
  76. # hideifundercover: 14
  77. # # (Optional) if true, players that are crouching/sneaking will be hidden
  78. hideifsneaking: false
  79. # optional, if true, players that are in spectator mode will be hidden
  80. hideifspectator: false
  81. # If true, player positions/status is protected (login with ID with dynmap.playermarkers.seeall permission required for info other than self)
  82. protected-player-info: false
  83. # If true, hide players with invisibility potion effects active
  84. hide-if-invisiblity-potion: true
  85. # If true, player names are not shown on map, chat, list
  86. hidenames: false
  87. #- class: org.dynmap.JsonFileClientUpdateComponent
  88. # writeinterval: 1
  89. # sendhealth: true
  90. # sendposition: true
  91. # allowwebchat: true
  92. # webchat-interval: 5
  93. # hidewebchatip: false
  94. # includehiddenplayers: false
  95. # use-name-colors: false
  96. # use-player-login-ip: false
  97. # require-player-login-ip: false
  98. # block-banned-player-chat: true
  99. # hideifshadow: 0
  100. # hideifundercover: 0
  101. # hideifsneaking: false
  102. # # Require login for web-to-server chat (requires login-enabled: true)
  103. # webchat-requires-login: false
  104. # # If set to true, users must have dynmap.webchat permission in order to chat
  105. # webchat-permissions: false
  106. # # Limit length of single chat messages
  107. # chatlengthlimit: 256
  108. # hide-if-invisiblity-potion: true
  109. # hidenames: false
  110.  
  111. - class: org.dynmap.SimpleWebChatComponent
  112. allowchat: true
  113. # If true, web UI users can supply name for chat using 'playername' URL parameter. 'trustclientname' must also be set true.
  114. allowurlname: false
  115.  
  116. # Note: this component is needed for the dmarker commands, and for the Marker API to be available to other plugins
  117. - class: org.dynmap.MarkersComponent
  118. type: markers
  119. showlabel: false
  120. enablesigns: false
  121. # Default marker set for sign markers
  122. default-sign-set: markers
  123. # (optional) add spawn point markers to standard marker layer
  124. showspawn: true
  125. spawnicon: world
  126. spawnlabel: "Spawn"
  127. # (optional) layer for showing offline player's positions (for 'maxofflinetime' minutes after logoff)
  128. showofflineplayers: false
  129. offlinelabel: "Offline"
  130. offlineicon: offlineuser
  131. offlinehidebydefault: true
  132. offlineminzoom: 0
  133. maxofflinetime: 30
  134. # (optional) layer for showing player's spawn beds
  135. showspawnbeds: false
  136. spawnbedlabel: "Spawn Beds"
  137. spawnbedicon: bed
  138. spawnbedhidebydefault: true
  139. spawnbedminzoom: 0
  140. spawnbedformat: "%name%'s bed"
  141. spawnbedremoveonplayerleave: true
  142. # (optional) show world border (vanilla 1.8+)
  143. showworldborder: true
  144. worldborderlabel: "Border"
  145.  
  146. - class: org.dynmap.ClientComponent
  147. type: chat
  148. allowurlname: false
  149. - class: org.dynmap.ClientComponent
  150. type: chatballoon
  151. focuschatballoons: false
  152. - class: org.dynmap.ClientComponent
  153. type: chatbox
  154. showplayerfaces: true
  155. messagettl: 5
  156. # Optional: set number of lines in scrollable message history: if set, messagettl is not used to age out messages
  157. #scrollback: 100
  158. # Optional: set maximum number of lines visible for chatbox
  159. #visiblelines: 10
  160. # Optional: send push button
  161. sendbutton: false
  162. - class: org.dynmap.ClientComponent
  163. type: playermarkers
  164. showplayerfaces: true
  165. showplayerhealth: true
  166. # If true, show player body too (only valid if showplayerfaces=true)
  167. showplayerbody: false
  168. # Option to make player faces small - don't use with showplayerhealth or largeplayerfaces
  169. smallplayerfaces: false
  170. # Option to make player faces larger - don't use with showplayerhealth or smallplayerfaces
  171. largeplayerfaces: false
  172. # Optional - make player faces layer hidden by default
  173. hidebydefault: false
  174. # Optional - ordering priority in layer menu (low goes before high - default is 0)
  175. layerprio: 0
  176. # Optional - label for player marker layer (default is 'Players')
  177. label: "Players"
  178.  
  179. #- class: org.dynmap.ClientComponent
  180. # type: digitalclock
  181. - class: org.dynmap.ClientComponent
  182. type: link
  183.  
  184. - class: org.dynmap.ClientComponent
  185. type: timeofdayclock
  186. showdigitalclock: true
  187. showweather: true
  188. # Mouse pointer world coordinate display
  189. - class: org.dynmap.ClientComponent
  190. type: coord
  191. label: "Location"
  192. hidey: false
  193. show-mcr: false
  194. show-chunk: false
  195.  
  196. # Note: more than one logo component can be defined
  197. #- class: org.dynmap.ClientComponent
  198. # type: logo
  199. # text: "Dynmap"
  200. # #logourl: "images/block_surface.png"
  201. # linkurl: "http://forums.bukkit.org/threads/dynmap.489/"
  202. # # Valid positions: top-left, top-right, bottom-left, bottom-right
  203. # position: bottom-right
  204.  
  205. #- class: org.dynmap.ClientComponent
  206. # type: inactive
  207. # timeout: 1800 # in seconds (1800 seconds = 30 minutes)
  208. # redirecturl: inactive.html
  209. # #showmessage: 'You were inactive for too long.'
  210.  
  211. #- class: org.dynmap.TestComponent
  212. # stuff: "This is some configuration-value"
  213.  
  214. # Treat hiddenplayers.txt as a whitelist for players to be shown on the map? (Default false)
  215. display-whitelist: false
  216.  
  217. # How often a tile gets rendered (in seconds).
  218. renderinterval: 1
  219.  
  220. # How many tiles on update queue before accelerate render interval
  221. renderacceleratethreshold: 60
  222.  
  223. # How often to render tiles when backlog is above renderacceleratethreshold
  224. renderaccelerateinterval: 0.2
  225.  
  226. # How many update tiles to work on at once (if not defined, default is 1/2 the number of cores)
  227. tiles-rendered-at-once: 2
  228.  
  229. # If true, use normal priority threads for rendering (versus low priority) - this can keep rendering
  230. # from starving on busy Windows boxes (Linux JVMs pretty much ignore thread priority), but may result
  231. # in more competition for CPU resources with other processes
  232. usenormalthreadpriority: true
  233.  
  234. # Save and restore pending tile renders - prevents their loss on server shutdown or /reload
  235. saverestorepending: true
  236.  
  237. # Save period for pending jobs (in seconds): periodic saving for crash recovery of jobs
  238. save-pending-period: 900
  239.  
  240. # Zoom-out tile update period - how often to scan for and process tile updates into zoom-out tiles (in seconds)
  241. zoomoutperiod: 30
  242.  
  243. # Control whether zoom out tiles are validated on startup (can be needed if zoomout processing is interrupted, but can be expensive on large maps)
  244. initial-zoomout-validate: true
  245.  
  246. # Default delay on processing of updated tiles, in seconds. This can reduce potentially expensive re-rendering
  247. # of frequently updated tiles (such as due to machines, pistons, quarries or other automation). Values can
  248. # also be set on individual worlds and individual maps.
  249. tileupdatedelay: 30
  250.  
  251. # Tile hashing is used to minimize tile file updates when no changes have occurred - set to false to disable
  252. enabletilehash: true
  253.  
  254. # Optional - hide ores: render as normal stone (so that they aren't revealed by maps)
  255. #hideores: true
  256.  
  257. # Optional - enabled BetterGrass style rendering of grass and snow block sides
  258. #better-grass: true
  259.  
  260. # Optional - enable smooth lighting by default on all maps supporting it (can be set per map as lighting option)
  261. smooth-lighting: true
  262.  
  263. # Optional - use world provider lighting table (good for custom worlds with custom lighting curves, like nether)
  264. # false=classic Dynmap lighting curve
  265. use-brightness-table: true
  266.  
  267. # Optional - render specific block names using the textures and models of another block name: can be used to hide/disguise specific
  268. # blocks (e.g. make ores look like stone, hide chests) or to provide simple support for rendering unsupported custom blocks
  269. block-alias:
  270. # "minecraft:quartz_ore": "stone"
  271. # "diamond_ore": "coal_ore"
  272.  
  273. # Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100, webp-l),
  274. # Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download)
  275. #
  276. # Has no effect on maps with explicit format settings
  277. image-format: jpg-q90
  278.  
  279. # If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH
  280. # For Windows, include .exe
  281. #
  282. #cwebpPath: /usr/bin/cwebp
  283. #dwebpPath: /usr/bin/dwebp
  284.  
  285. # use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures
  286. # correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker)
  287. # transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks
  288. use-generated-textures: true
  289. correct-water-lighting: true
  290. transparent-leaves: true
  291.  
  292. # ctm-support: if true, Connected Texture Mod (CTM) in texture packs is enabled (default)
  293. ctm-support: true
  294. # custom-colors-support: if true, Custom Colors in texture packs is enabled (default)
  295. custom-colors-support: true
  296.  
  297. # Control loading of player faces (if set to false, skins are never fetched)
  298. #fetchskins: false
  299.  
  300. # Control updating of player faces, once loaded (if faces are being managed by other apps or manually)
  301. #refreshskins: false
  302.  
  303. # Customize URL used for fetching player skins (%player% is macro for name, %uuid% for UUID)
  304. skin-url: "http://skins.minecraft.net/MinecraftSkins/%player%.png"
  305.  
  306. # Enable skins via SkinsRestorer plugin instead of internal legacy implementation (disabled by default)
  307. #skinsrestorer-integration: true
  308.  
  309. render-triggers:
  310. #- playermove
  311. #- playerjoin
  312. - blockplaced
  313. - blockbreak
  314. - leavesdecay
  315. - blockburn
  316. - chunkgenerated
  317. - blockformed
  318. - blockfaded
  319. - blockspread
  320. - pistonmoved
  321. - explosion
  322. #- blockfromto
  323. #- blockphysics
  324. - structuregrow
  325. - blockgrow
  326. #- blockredstone
  327.  
  328. # Title for the web page - if not specified, defaults to the server's name (unless it is the default of 'Unknown Server')
  329. #webpage-title: "My Awesome Server Map"
  330.  
  331. # The path where the tile-files are placed.
  332. tilespath: web/tiles
  333.  
  334. # The path where the web-files are located.
  335. webpath: web
  336.  
  337. # If set to false, disable extraction of webpath content (good if using custom web UI or 3rd party web UI)
  338. # Note: web interface is unsupported in this configuration - you're on your own
  339. update-webpath-files: true
  340.  
  341. # The path were the /dynmapexp command exports OBJ ZIP files
  342. exportpath: export
  343.  
  344. # The path where files can be imported for /dmarker commands
  345. importpath: import
  346.  
  347. # The network-interface the webserver will bind to (0.0.0.0 for all interfaces, 127.0.0.1 for only local access).
  348. # If not set, uses same setting as server in server.properties (or 0.0.0.0 if not specified)
  349. #webserver-bindaddress: 0.0.0.0
  350.  
  351. # The TCP-port the webserver will listen on.
  352. webserver-port: 20500
  353.  
  354. # Maximum concurrent session on internal web server - limits resources used in Bukkit server
  355. max-sessions: 30
  356.  
  357. # Disables Webserver portion of Dynmap (Advanced users only)
  358. disable-webserver: false
  359.  
  360. # Enable/disable having the web server allow symbolic links (true=compatible with existing code, false=more secure (default))
  361. allow-symlinks: true
  362.  
  363. # Enable login support
  364. login-enabled: false
  365. # Require login to access website (requires login-enabled: true)
  366. login-required: false
  367.  
  368. # Period between tile renders for fullrender, in seconds (non-zero to pace fullrenders, lessen CPU load)
  369. timesliceinterval: 0.0
  370.  
  371. # Maximum chunk loads per server tick (1/20th of a second) - reducing this below 90 will impact render performance, but also will reduce server thread load
  372. maxchunkspertick: 200
  373.  
  374. # Progress report interval for fullrender/radiusrender, in tiles. Must be 100 or greater
  375. progressloginterval: 100
  376.  
  377. # Parallel fullrender: if defined, number of concurrent threads used for fullrender or radiusrender
  378. # Note: setting this will result in much more intensive CPU use, some additional memory use. Caution should be used when
  379. # setting this to equal or exceed the number of physical cores on the system.
  380. #parallelrendercnt: 4
  381.  
  382. # Interval the browser should poll for updates.
  383. updaterate: 2000
  384.  
  385. # If nonzero, server will pause fullrender/radiusrender processing when 'fullrenderplayerlimit' or more users are logged in
  386. fullrenderplayerlimit: 0
  387. # If nonzero, server will pause update render processing when 'updateplayerlimit' or more users are logged in
  388. updateplayerlimit: 0
  389. # Target limit on server thread use - msec per tick
  390. per-tick-time-limit: 50
  391. # If TPS of server is below this setting, update renders processing is paused
  392. update-min-tps: 18.0
  393. # If TPS of server is below this setting, full/radius renders processing is paused
  394. fullrender-min-tps: 18.0
  395. # If TPS of server is below this setting, zoom out processing is paused
  396. zoomout-min-tps: 18.0
  397.  
  398. showplayerfacesinmenu: true
  399.  
  400. # Control whether players that are hidden or not on current map are grayed out (true=yes)
  401. grayplayerswhenhidden: true
  402.  
  403. # Use player permissions to order player list: first to last, players are ordered by first permission listed that they have
  404. # That is, anyone with first listed permission goes before anyone with second, etc, with users with none of the nodes going last
  405. player-sort-permission-nodes:
  406. - bukkit.command.op
  407.  
  408. # Set sidebaropened: 'true' to pin menu sidebar opened permanently, 'pinned' to default the sidebar to pinned, but allow it to unpin
  409. #sidebaropened: true
  410.  
  411. # Customized HTTP response headers - add 'id: value' pairs to all HTTP response headers (internal web server only)
  412. #http-response-headers:
  413. # Access-Control-Allow-Origin: "my-domain.com"
  414. # X-Custom-Header-Of-Mine: "MyHeaderValue"
  415.  
  416. # Trusted proxies for web server - which proxy addresses are trusted to supply valid X-Forwarded-For fields
  417. # This now supports both IP address, and subnet ranges (e.g. 192.168.1.0/24 or 202.24.0.0/14 )
  418. trusted-proxies:
  419.  
  420. # Join/quit message format for web chat: set to "" to disable notice on web UI
  421. joinmessage: "%playername% joined"
  422. quitmessage: "%playername% quit"
  423.  
  424. spammessage: "You may only chat once every %interval% seconds."
  425. # format for messages from web: %playername% substitutes sender ID (typically IP), %message% includes text
  426. webmsgformat: "&color;2[WEB] %playername%: &color;f%message%"
  427.  
  428. # Control whether layer control is presented on the UI (default is true)
  429. showlayercontrol: true
  430.  
  431. # Enable checking for banned IPs via banned-ips.txt (internal web server only)
  432. check-banned-ips: true
  433.  
  434. # Default selection when map page is loaded
  435. defaultzoom: 0
  436. defaultworld: world
  437. defaultmap: flat
  438. # (optional) Zoom level and map to switch to when following a player, if possible
  439. #followzoom: 3
  440. #followmap: surface
  441.  
  442. # If true, make persistent record of IP addresses used by player logins, to support web IP to player matching
  443. persist-ids-by-ip: true
  444.  
  445. # If true, map text to cyrillic
  446. cyrillic-support: false
  447.  
  448. # If true, coordinates will be rounded
  449. round-coordinates: true
  450.  
  451. # Messages to customize
  452. msg:
  453. maptypes: "Map Types"
  454. players: "Players"
  455. chatrequireslogin: "Chat Requires Login"
  456. chatnotallowed: "You are not permitted to send chat messages"
  457. hiddennamejoin: "Player joined"
  458. hiddennamequit: "Player quit"
  459.  
  460. # URL for client configuration (only need to be tailored for proxies or other non-standard configurations)
  461. url:
  462. # configuration URL
  463. #configuration: "up/configuration"
  464. # update URL
  465. #update: "up/world/{world}/{timestamp}"
  466. # sendmessage URL
  467. #sendmessage: "up/sendmessage"
  468. # login URL
  469. #login: "up/login"
  470. # register URL
  471. #register: "up/register"
  472. # tiles base URL
  473. #tiles: "tiles/"
  474. # markers base URL
  475. #markers: "tiles/"
  476.  
  477. # Customization commands - allows scripts to be run before/after certain events
  478. custom-commands:
  479. image-updates:
  480. # Command run just before any image file is written or updated: run with single parameter with fully qualified file name
  481. preupdatecommand: ""
  482. # Command run just after any image file is written or updated: run with single parameter with fully qualified file name
  483. postupdatecommand: ""
  484.  
  485. # Snapshot cache size, in chunks
  486. snapshotcachesize: 500
  487. # Snapshot cache uses soft references (true), else weak references (false)
  488. soft-ref-cache: true
  489.  
  490. # Player enter/exit title messages for map markers
  491. #
  492. # Processing period - how often to check player positions vs markers - default is 1000ms (1 second)
  493. #enterexitperiod: 1000
  494. # Title message fade in time, in ticks (0.05 second intervals) - default is 10 (1/2 second)
  495. #titleFadeIn: 10
  496. # Title message stay time, in ticks (0.05 second intervals) - default is 70 (3.5 seconds)
  497. #titleStay: 70
  498. # Title message fade out time, in ticks (0.05 seocnd intervals) - default is 20 (1 second)
  499. #titleFadeOut: 20
  500. # Enter/exit messages use on screen titles (true - default), if false chat messages are sent instead
  501. #enterexitUseTitle: true
  502. # Set true if new enter messages should supercede pending exit messages (vs being queued in order), default false
  503. #enterReplacesExits: true
  504.  
  505. # Published public URL for Dynmap server (allows users to use 'dynmap url' command to get public URL usable to access server
  506. # If not set, 'dynmap url' will not return anything. URL should be fully qualified (e.g. https://mc.westeroscraft.com/)
  507. #publicURL: http://my.greatserver.com/dynmap
  508.  
  509. # Send this message if the player does not have permission to use the command
  510. noPermissionMsg: "You don't have permission to use this command!"
  511.  
  512. # Set to true to enable verbose startup messages - can help with debugging map configuration problems
  513. # Set to false for a much quieter startup log
  514. verbose: false
  515.  
  516. # Enables debugging.
  517. #debuggers:
  518. # - class: org.dynmap.debug.LogDebugger
  519. # Debug: dump blocks missing render data
  520. dump-missing-blocks: false
  521.  
  522. # Have dynmap migrate old chunks to the new format for the current MC version (specifically, for migrating pre-1.13 chunks to 1.13 or 1.14). This is needed
  523. # in order to render chunks on an upgraded server (due to various bugs/limitations in CB/spigot 1.13+). This setting is NOT suggested to be enabled full time,
  524. # but only long enough to do a fullrender of a migrated world - it should be turned back off once worlds are migrated). It is EXPERIMENTAL, so be sure to backup
  525. # your worlds before running with this setting enabled (set to true)
  526. #
  527. #migrate-chunks: true
  528.  
  529. # Log4J defense: string substituted for attempts to use macros in web chat
  530. hackAttemptBlurb: "(IaM5uchA1337Haxr-Ban Me!)"
  531.  
Advertisement
Add Comment
Please, Sign In to add comment