Fix some config formatting issues.

This commit is contained in:
GJ 2013-05-14 11:32:22 -04:00
parent 501f5de55a
commit 0ad18ee971

View File

@ -31,33 +31,32 @@ General:
Potato_Explosion_Chance: 1 Potato_Explosion_Chance: 1
Scoreboards: Scoreboards:
Inspect:
# Should mcMMO use scoreboards for /inspect? # Should mcMMO use scoreboards for /inspect?
Use: true
# Amount of time (in seconds) to display. To display permanently, set to -1 # Amount of time (in seconds) to display. To display permanently, set to -1
Inspect:
Use: true
Display_Time: 10 Display_Time: 10
Mcrank:
# Should mcMMO use scoreboards for /mcrank? # Should mcMMO use scoreboards for /mcrank?
Use: true
# Amount of time (in seconds) to display. To display permanently, set to -1 # Amount of time (in seconds) to display. To display permanently, set to -1
Mcrank:
Use: true
Display_Time: 10 Display_Time: 10
Mcstats:
# Should mcMMO use scoreboards for /mcstats? # Should mcMMO use scoreboards for /mcstats?
Use: true
# Amount of time (in seconds) to display. To display permanently, set to -1 # Amount of time (in seconds) to display. To display permanently, set to -1
Mcstats:
Use: true
Display_Time: 10 Display_Time: 10
Mctop:
# Should mcMMO use scoreboards for /mctop? # Should mcMMO use scoreboards for /mctop?
Use: true
# Amount of time (in seconds) to display. To display permanently, set to -1 # Amount of time (in seconds) to display. To display permanently, set to -1
Mctop:
Use: true
Display_Time: 10 Display_Time: 10
Skillname:
# Should mcMMO use scoreboards for /skillname (/mining, /fishing, etc.)? # Should mcMMO use scoreboards for /skillname (/mining, /fishing, etc.)?
Use: true
# Amount of time (in seconds) to display. To display permanently, set to -1 # Amount of time (in seconds) to display. To display permanently, set to -1
Skillname:
Use: true
Display_Time: 10 Display_Time: 10
Mob_Healthbar: Mob_Healthbar:
# Default display for mob health bars - HEARTS, BAR, or DISABLED # Default display for mob health bars - HEARTS, BAR, or DISABLED
Display_Type: HEARTS Display_Type: HEARTS
@ -72,6 +71,7 @@ Database_Purging:
# Any user who hasn't connected in this many months will be purged from the database # Any user who hasn't connected in this many months will be purged from the database
# To never purge old users, set to -1 # To never purge old users, set to -1
Old_User_Cutoff: 6 Old_User_Cutoff: 6
# #
# Settings for using a mySQL database # Settings for using a mySQL database
### ###
@ -85,6 +85,7 @@ MySQL:
Server: Server:
Port: 3306 Port: 3306
Address: localhost Address: localhost
# #
# Settings for Hardcore mode # Settings for Hardcore mode
### ###
@ -382,6 +383,7 @@ Experience:
Magma_Cube: 2.0 Magma_Cube: 2.0
Iron_Golem: 2.0 Iron_Golem: 2.0
Wither_Skeleton: 4.0 Wither_Skeleton: 4.0
# #
# Settings for commands # Settings for commands
### ###
@ -403,6 +405,7 @@ Commands:
a: a:
# Allow mcMMO to use player display names in chat instead of their usernames # Allow mcMMO to use player display names in chat instead of their usernames
Use_Display_Names: true Use_Display_Names: true
# #
# Settings for particles # Settings for particles
### ###