Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 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: true
  22.  
  23. board:
  24. title:
  25. interval: 3
  26. liner:
  27. - "&5Cygnus"
  28. - "&dCygnus"
  29. lines:
  30. 1:
  31. interval: 5
  32. liner:
  33. - "&d------------------------"
  34. - "&5------------------------"
  35. 2:
  36. interval: 40
  37. liner:
  38. - "&dPlayer:"
  39. - "faction:"
  40. - "faction power:"
  41. - "Power:"
  42. - "role:"
  43. 3:
  44. interval: 40
  45. liner:
  46. - "%player_displayname%"
  47. - "%factionsuuid_faction_name%"
  48. - "%factionsuuid_faction_power%/%factionsuuid_faction_powermax%"
  49. - "%factionsuuid_player_power%/%factionsuuid_player_maxpower%"
  50. - "%factionsuuid_player_role%"
  51. 4:
  52. interval: 80
  53. liner:
  54. - " "
  55. 5:
  56. interval: 80
  57. liner:
  58. - "IP: CygnusMC.com"
  59. 6:
  60. interval: 5
  61. liner:
  62. - "&d------------------------"
  63. - "&5------------------------"
  64.  
  65. disabled-worlds:
  66. - "your_world_here"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement