Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. battlePassAliases:
  2. - bp
  3. - battlep
  4. seasonStart:
  5. year: 2019
  6. month: 7
  7. day: 11
  8. amountOfWeeks: 8
  9. expToTierUp: 1000
  10. isMaintenance: false
  11. fallbackMenu: true
  12. database:
  13. enableAutosaveMessage: true
  14. autosaveInterval: 8000
  15. useSSL: true
  16. poolSettings:
  17. maximumPoolSize: 10
  18. minimumIdle: 10
  19. maximumLifetime: 1800000
  20. connectionTimeout: 5000
  21. mysql:
  22. enabled: false
  23. prefix: battlepass-
  24. database: battlepass
  25. host: localhost
  26. port: 3306
  27. username: root
  28. password: password
  29. progressBar:
  30. completedColour: '&a'
  31. toCompleteColour: '&c'
  32. symbol: '|'
  33. rewardSettings:
  34. clickableRewards: false
  35. claimPlaceholder:
  36. claimable: '&aClick to claim this reward.'
  37. alreadyClaimed: '&cYou have already claimed this reward.'
  38. notClaimable: '&cYou can not claim this reward yet.'
  39. missionSettings:
  40. queuedMissions: false
  41. noPreviousWeeksMissions: false
  42. progressMessagesAt: 25%, 50%, 75%, 100%
  43. completeChallengeTitle:
  44. title: '&a&lMission Complete'
  45. subtitle: '&7You completed the &a&n%mission_name%&7 mission'
  46. incompleteVariable: '&7Mission Progress &f%progress%&8/&f%required_progress%'
  47. completeVariable: '&aMission Complete'
  48. playerKillMissionIpCheck: true
  49. missionGlowOnComplete: true
  50. dailyMissions:
  51. enabled: true
  52. amount: 10
  53. timeZone: America/New_York
  54. hourOfDay: 20
  55. resetMessage: '&7New &bdaily missions&7 are now available!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement