aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorLéo Kosman <leo.kosman@proton.me>2024-08-25 21:46:29 +0200
committerLéo Kosman <leo.kosman@proton.me>2024-08-25 21:46:29 +0200
commite22e4e757958cd2270a7d441c3f3eea06e0b8980 (patch)
tree778d65dd1f5f7ff14ac0f493e8a92dcda3327957 /src/main
parent2df45c639867b33f72802a3cde7ff709342101cb (diff)
docs: create the config file page
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/world/anhgelus/molehunt/config/Config.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/world/anhgelus/molehunt/config/Config.java b/src/main/java/world/anhgelus/molehunt/config/Config.java
index b2e45ab..1f617e6 100644
--- a/src/main/java/world/anhgelus/molehunt/config/Config.java
+++ b/src/main/java/world/anhgelus/molehunt/config/Config.java
@@ -124,8 +124,8 @@ public class Config {
# Other
- # Enable portals (nether, end, end gateway)
- # Default: false
+ # Enable portals (nether, end, end gateway).
+ # Default: false.
enable_portals = false
""";
}