We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d468305 commit 549eef8Copy full SHA for 549eef8
src/main/resources/config.yml
@@ -52,9 +52,9 @@ currency:
52
format: "#,##0.00"
53
54
# Starting balance
55
-# Min value is 0. Set to false to disable creating an account on join.
56
-# If the Vault integration is enabled and this is set to `null`, an account with 0 balance will be created regardless.
57
-starting-balance: false
+# Min value is 0. Set to "false" to disable creating an account on join.
+# If the Vault integration is enabled and this is set to "false", an account with 0 balance will be created regardless.
+starting-balance: 0
58
59
# Server account
60
server-account:
0 commit comments