diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-06-28 01:45:24 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-06-28 01:45:24 -0400 |
commit | b7f79527534c8edac418dee0791281ff784bec72 (patch) | |
tree | 7a55b7b997a79479e7be03f1de8246a7516dad5e /src/main/resources/config.yml | |
parent | 02cc74cc5ac06a69ec59d6277234ce69031402f4 (diff) | |
download | Tumble-b7f79527534c8edac418dee0791281ff784bec72.tar.gz Tumble-b7f79527534c8edac418dee0791281ff784bec72.tar.bz2 Tumble-b7f79527534c8edac418dee0791281ff784bec72.zip |
Improve documentation, tweak commands
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r-- | src/main/resources/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 97f0a12..ded50ef 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,5 +1,5 @@ # Hides player join/leave messages in public chat -hideJoinLeaveMessages: false +hide-join-leave-messages: false # Duration in seconds to wait for more players to join wait-duration: 15 |