Advertisement
Guest User

Config

a guest
Nov 25th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. settings:
  2. dynamic-animation: dynamic_animation
  3. static-animation: animation_1
  4. failsafe: 1000
  5. cache-player-faces: true
  6. forced-hosts-animations:
  7. not-yet-supported: to-do
  8. static-motd: |-
  9. This is the static MOTD
  10. It will be used when the failsafe is called
  11. static-favicon: favicon.png
  12. time-format: '{0}days {1}:{2}:{3}'
  13. date-format: MM-dd-yyyy h:mm a
  14. variables:
  15. countdown:
  16. other: '2014-12-15 09:00:00'
  17. animations:
  18. animation_1:
  19. type: STATIC
  20. settings:
  21. interval: 100
  22. delay: 0
  23. duration: -1
  24. favicon:
  25. enabled: true
  26. animation: animation.gif
  27. intervals-per-frame: 1
  28. background-color:
  29. r: 0
  30. g: 0
  31. b: 0
  32. a: 0
  33. motd:
  34. first:
  35. type: DEFINED
  36. frames:
  37. - '&b&m----&8&l&m[-&e&l Dream&3&lCraft &8&l&m-]&b&m----'
  38. - '&c&m----&8&l&m[-&e&l Dream&3&lCraft &8&l&m-]&c&m----'
  39. - '&9&m----&8&l&m[-&e&l Dream&3&lCraft &8&l&m-]&9&m----'
  40. intervals-per-frame: 20
  41. second:
  42. type: SCROLLER
  43. text: '&bThis is a &cscroller animation.'
  44. spacing: 5
  45. intervals-per-frame: 5
  46. width: 40
  47. right: false
  48. status-bar:
  49. enabled: true
  50. type: TYPE_WRITER
  51. text: Players:&7 {server:onlineplayers}&6/&7{server:maxplayers}
  52. intervals-per-frame: 1
  53. pause: 5
  54. player-data:
  55. frames:
  56. first:
  57. - '&7Animated MOTD'
  58. - '&cCreated by:'
  59. - '&3maciekmm <maciekmm.net>'
  60. - '&3samczsun <samczsun.com>'
  61. second:
  62. - '&cAnimated MOTD'
  63. - '&4Created by:'
  64. - '&amaciekmm <maciekmm.net>'
  65. - '&asamczsun <samczsun.com>'
  66. intervals-per-frame: 4
  67. enabled: true
  68. dynamic_animation:
  69. type: DYNAMIC
  70. settings:
  71. interval: 100
  72. delay: 0
  73. duration: -1
  74. favicon:
  75. enabled: true
  76. animation: animation.gif
  77. intervals-per-frame: 1
  78. background-color:
  79. r: 0
  80. g: 0
  81. b: 0
  82. a: 0
  83. motd:
  84. first:
  85. type: DEFINED
  86. frames:
  87. - '&b&m----&8&l&m[-&e&l Dream&3&lCraft &8&l&m-]&b&m----'
  88. - '&c&m----&8&l&m[-&e&l Dream&3&lCraft &8&l&m-]&c&m----'
  89. - '&9&m----&8&l&m[-&e&l Dream&3&lCraft &8&l&m-]&9&m----'
  90. spacing: 5
  91. intervals-per-frame: 1
  92. second:
  93. type: SCROLLER
  94. frames:
  95. - '&d{countdown:other} &auntil event!'
  96. - '&e{countdown:other} &duntil event!'
  97. - '&a{countdown:other} &euntil event!'
  98. intervals-per-frame: 20
  99. spacing: 5
  100. width: 40
  101. right: false
  102. status-bar:
  103. enabled: true
  104. type: TYPE_WRITER
  105. text: 'Players: &7{server:playersonline}&6/&7{server:maxonline}'
  106. intervals-per-frame: 1
  107. player-data:
  108. frames:
  109. first:
  110. - '&7Animated MOTD'
  111. - '&cCreated by:'
  112. - '&3maciekmm <maciekmm.net>'
  113. - '&3samczsun <samczsun.com>'
  114. second:
  115. - '&cAnimated MOTD'
  116. - '&4Created by:'
  117. - '&amaciekmm <maciekmm.net>'
  118. - '&asamczsun <samczsun.com>'
  119. intervals-per-frame: 4
  120. enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement