Advertisement
riking

Untitled

Sep 29th, 2013
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.53 KB | None | 0 0
  1.  
  2. #
  3. #  Settings for the mcMMO scoreboards
  4. ###
  5. Scoreboards:
  6.     # Display player's power levels below their names?
  7.     Power_Level_Tags: false
  8.     # Allow players to use "/mcscoreboard keep" to keep the scoreboard up
  9.     Allow_Keep: true
  10.     # Add some more color on the board :-)
  11.     Rainbows: false
  12.     # Settings for each type of scoreboard
  13.     Types:
  14.         # Settings for /mcrank
  15.         # The sub-options (Print, Board, Display_Time) are the same for each type.
  16.         Rank:
  17.             # Should the command output be printed in chat?
  18.             Print: false
  19.             # Should the command output be displayed in the scoreboard sidebar?
  20.             Board: true
  21.             # Amount of time (seconds) to display in the sidebar before clearing.
  22.             # To display permanently, use "/mcscoreboard keep" or set to -1
  23.             Display_Time: 15
  24.         # Settings for /mctop
  25.         Top:
  26.             Print: false
  27.             Board: true
  28.             Display_Time: 15
  29.         # Settings for /mcstats
  30.         Stats:
  31.             Print: false
  32.             Board: true
  33.             Display_Time: 15
  34.         # Settings for /inspect
  35.         Inspect:
  36.             Print: true
  37.             Board: true
  38.             Display_Time: 15
  39.         # Settings for /<skillname> (e.g. /mining, /unarmed)
  40.         # No "print" option is given here; the information will always be displayed in chat.
  41.         # It should also be noted that this display is pretty dang cool.
  42.         Skill:
  43.             Board: true
  44.             Display_Time: 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement