MuffledCross

ugh

Jan 20th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. # _____ __ _ _ _ _____ _ _
  2. #|_ _| / _(_) (_) | / ___| | | | |
  3. # | | _ __ | |_ _ _ __ _| |_ ___ \ `--. ___ ___ _ __ ___| |__ ___ __ _ _ __ __| |
  4. # | || '_ \| _| | '_ \| | __/ _ \ `--. \/ __/ _ \| '__/ _ \ '_ \ / _ \ / _` | '__/ _` |
  5. # _| || | | | | | | | | | | || __/ /\__/ / (_| (_) | | | __/ |_) | (_) | (_| | | | (_| |
  6. # \___/_| |_|_| |_|_| |_|_|\__\___| \____/ \___\___/|_| \___|_.__/ \___/ \__,_|_| \__,_|
  7. #
  8. # Created by Infinite Plugins
  9.  
  10. # Do not change this unless you know what you are doing
  11. version: "1.3.0"
  12.  
  13. # The permissions configuration section.
  14. permissions:
  15. # Required for reloading the configurations.
  16. admin: "infinite.scoreboard.admin"
  17.  
  18. settings:
  19. # true: you can use 128 characters per line (1.13 and up)
  20. # false: you can use 32 characters per line (1.12 and down)
  21. longerline: false
  22.  
  23. board:
  24. title:
  25. interval: 3
  26. liner:
  27. - "&2Infinite Scoreboard"
  28. - "&aInfinite Scoreboard"
  29. lines:
  30. 1:
  31. interval: 5
  32. liner:
  33. - "&a------------------------"
  34. - "&2------------------------"
  35. 2:
  36. interval: 80
  37. liner:
  38. - "&aPlayer:"
  39. 3:
  40. interval: 80
  41. liner:
  42. - "%player_name%"
  43. 4:
  44. interval: 80
  45. liner:
  46. - " "
  47. 5:
  48. interval: 80
  49. liner:
  50. - "&aUptime:"
  51. - "&aPing:"
  52. 6:
  53. interval: 80
  54. liner:
  55. - "%server_uptime%"
  56. - "%player_ping% ms"
  57. 7:
  58. interval: 80
  59. liner:
  60. - ""
  61. 8:
  62. interval: 5
  63. liner:
  64. - "&a------------------------"
  65. - "&2------------------------"
  66.  
  67. disabled-worlds:
  68. - "your_world_here"
Add Comment
Please, Sign In to add comment