diff options
| author | Léo Kosman <leo.kosman@proton.me> | 2024-08-25 21:46:29 +0200 |
|---|---|---|
| committer | Léo Kosman <leo.kosman@proton.me> | 2024-08-25 21:46:29 +0200 |
| commit | e22e4e757958cd2270a7d441c3f3eea06e0b8980 (patch) | |
| tree | 778d65dd1f5f7ff14ac0f493e8a92dcda3327957 /src | |
| parent | 2df45c639867b33f72802a3cde7ff709342101cb (diff) | |
docs: create the config file page
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/java/world/anhgelus/molehunt/config/Config.java | 4 |
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 """; } |
