Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. ##################################################################
  2. # Thanks for buying AnimatedMOTD! #
  3. # If you need help, open a ticket at: #
  4. # http://macizun.freshdesk.com #
  5. # #
  6. # Visit http://macizun.me for documentation #
  7. # And if you have the time, please leave a review! #
  8. ##################################################################
  9. settings:
  10. animations:
  11. default: #Default animations is displayed for unregognized addresses (not marked as forced-hosts)
  12. dynamic: generic_dynamic #For known players - displays player data
  13. static: generic_static #For unknown players - not player based variables
  14. host.macizun.me: #You can specify animation per forced-host
  15. dynamic: generic_dynamic
  16. static: generic_static
  17. caching: #Caching of player parts
  18. time: 604800000 #Duration in seconds
  19. parts:
  20. face: 'http://cravatar.eu/avatar/<player value="name">/64.png'
  21. fallback:
  22. motd: 'This is the fallback MOTD It will be used: \nWhen the duration is reached, or an animation fails'
  23. favicon: favicon.png
  24. #status-bar: '&7Players: <server value="onlineplayers">/<server value="maxplayers">' #Uncomment if you want custom status-bar on failsafe
  25. player-sample:
  26. - "&7Here is the static player sample"
  27. - "&7It is &ac&bo&cl&1o&2r&3a&db&el&4e"
  28. - "&7One frame only"
  29. debug: false
  30. max-connections-per-ip: 5
  31. formatting:
  32. time-format: '{0} days {1}:{2}:{3}'
  33. date-format: 'MM-dd-yyyy h:mm a'
  34. update-check: true
  35. database:
  36. type: sqlite
  37. mysql:
  38. host: localhost
  39. port: 3306
  40. username: user
  41. password: pass
  42. database: animatedmotd
  43. sqlite:
  44. file: players.db
  45. variables:
  46. countdown:
  47. christmas:
  48. type: TARGET
  49. target: '2014-12-31 12:59:59'
  50. dropparty:
  51. type: REPEATING
  52. duration: 86400 #Duration in seconds
  53. repeats: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement