Skip to content

Commit

Permalink
adjust config comment for allow-owner-change
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed Jan 12, 2025
1 parent bae948f commit 689914a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ public static void initConfig(ConfigFile config) {
.getBooleanValue(true);
allowOwnerChange = config.getTag("allow-owner-change")
.setComment(
"Enabling this enables the option to change the owner of a Chunkloader. By default only the owner can change it. In case of 'user-interact' is false, only OPs can edit them. WARNING: If you change a owner of a chunkloader, you have no idea what may break/explode.")
"Enabling this enables the option to change the owner of a Chunkloader. If op-interact is enabled, only OPs can change this (for security reason). WARNING: If you change a owner of a chunkloader, you have no idea what may break/explode.")
.getBooleanValue(false);
maxChunks = config.getTag("maxchunks")
.setComment("The maximum number of chunks per chunkloader")
Expand Down

0 comments on commit 689914a

Please sign in to comment.