Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # Settings for the mcMMO scoreboards
- ###
- Scoreboards:
- # Display player's power levels below their names?
- Power_Level_Tags: false
- # Allow players to use "/mcscoreboard keep" to keep the scoreboard up
- Allow_Keep: true
- # Add some more color on the board :-)
- Rainbows: false
- # Settings for each type of scoreboard
- Types:
- # Settings for /mcrank
- # The sub-options (Print, Board, Display_Time) are the same for each type.
- Rank:
- # Should the command output be printed in chat?
- Print: false
- # Should the command output be displayed in the scoreboard sidebar?
- 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
- # Settings for /mctop
- Top:
- Print: false
- Board: true
- Display_Time: 15
- # Settings for /mcstats
- Stats:
- Print: false
- Board: true
- Display_Time: 15
- # Settings for /inspect
- Inspect:
- Print: true
- Board: true
- Display_Time: 15
- # Settings for /<skillname> (e.g. /mining, /unarmed)
- # No "print" option is given here; the information will always be displayed in chat.
- # It should also be noted that this display is pretty dang cool.
- Skill:
- Board: true
- Display_Time: 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement