Ver Fonte

Remove/move more comments on identical keys

#1583
TfT_02 há 11 anos atrás
pai
commit
1336aeaef0
1 ficheiros alterados com 4 adições e 8 exclusões
  1. 4 8
      src/main/resources/config.yml

+ 4 - 8
src/main/resources/config.yml

@@ -41,16 +41,16 @@ Scoreboard:
     Rainbows: false
     Rainbows: false
 
 
     # Settings for each type of scoreboard
     # Settings for each type of scoreboard
+    # Print: Should the command output be printed in chat?
+    # Board: Should the command output be displayed in the scoreboard sidebar?
+    # Display_Time: Amount of time (seconds) to display in the sidebar before clearing.
+    # To display permanently, use "/mcscoreboard keep" or set to -1
     Types:
     Types:
         # Settings for /mcrank
         # Settings for /mcrank
         # The sub-options (Print, Board, Display_Time) are the same for each type.
         # The sub-options (Print, Board, Display_Time) are the same for each type.
         Rank:
         Rank:
-            # Should the command output be printed in chat?
             Print: false
             Print: false
-            # Should the command output be displayed in the scoreboard sidebar?
             Board: true
             Board: true
-            # Amount of time (seconds) to display in the sidebar before clearing.
-            # To display permanently, use "/mcscoreboard keep" or set to -1
             Display_Time: 15
             Display_Time: 15
         # Settings for /mctop
         # Settings for /mctop
         Top:
         Top:
@@ -377,13 +377,9 @@ Commands:
         World_Based_Permissions: false
         World_Based_Permissions: false
     partychat:
     partychat:
         Chat_Prefix_Format: '[[GREEN]]([[WHITE]]{0}[[GREEN]])'
         Chat_Prefix_Format: '[[GREEN]]([[WHITE]]{0}[[GREEN]])'
-
-        # Allow mcMMO to use player display names in party chat instead of their usernames
         Use_Display_Names: true
         Use_Display_Names: true
     adminchat:
     adminchat:
         Chat_Prefix_Format: '[[AQUA]][[[WHITE]]{0}[[AQUA]]]'
         Chat_Prefix_Format: '[[AQUA]][[[WHITE]]{0}[[AQUA]]]'
-
-        # Allow mcMMO to use player display names in admin chat instead of their usernames
         Use_Display_Names: true
         Use_Display_Names: true
 
 
 #
 #