Skip to content

Commit 5173434

Browse files
committed
Even smaller pedantic config fixes
1 parent f958674 commit 5173434

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

common/src/main/resources/de/bluecolored/bluemap/config/core.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
## Core-Config ##
44
## ##
55

6-
# By changing the setting (accept-download) below to TRUE you are indicating that you have accepted mojang's EULA (https://account.mojang.com/documents/minecraft_eula),
6+
# By changing the setting (accept-download) below to TRUE you are indicating that you have accepted Mojang's EULA (https://account.mojang.com/documents/minecraft_eula),
77
# you confirm that you own a license to Minecraft (Java Edition),
8-
# and you agree that BlueMap will download and use a minecraft client file (depending on the minecraft version) from mojangs servers (https://piston-meta.mojang.com/) for you.
9-
# This file contains resources that belong to mojang and you must not redistribute it or do anything else that is not compliant with mojang's EULA.
10-
# BlueMap uses resources in this file to generate the 3D models used for the map and texture them. (BlueMap will not work without those resources).
8+
# and you agree that BlueMap will download and use a Minecraft client file (depending on the Minecraft version) from Mojang's servers (https://piston-meta.mojang.com/) for you.
9+
# This file contains resources that belong to Mojang and you must not redistribute it or do anything else that is not compliant with Mojang's EULA.
10+
# BlueMap uses resources in this file to generate the 3D models used for the map and texture them. (BlueMap will not work without those resources.)
1111
# ${timestamp}
1212
accept-download: false
1313

common/src/main/resources/de/bluecolored/bluemap/config/storages/sql.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ max-connections: -1
2929
# E.g. if your runtime environment is not already providing the SQL-Driver you need,
3030
# you could download the MariaDB JDBC-Connector from https://mariadb.com/downloads/connectors/connectors-data-access/java8-connector/
3131
# (If you set this value, you HAVE TO set the correct driver-class name below).
32-
# Place it in the './bluemap' folder and use is like this:
32+
# Place it in the './bluemap' folder and use it like this:
3333
#driver-jar: "bluemap/mariadb-java-client-3.0.7.jar"
3434

3535
# This is the driver-class that BlueMap will try to load and use.

0 commit comments

Comments
 (0)