 
                Reward the whole server in a new unique way for players donating!







general-settings:
  ###How long should the Donation Train last (in seconds)
  duration: 1800
  ###Should the Donation Train timer reset when a new donation comes
  reset-on-new-donation: true
###The donation goals, threshold is the amount required.
goals:
  vote:
    displayName: "&a1 Vote Crate"
    threshold: 5.00
    commands:
      - "crate giveall Vote 1"
  rare:
    displayName: "&91 Rare Crate"
    threshold: 10.00
    commands:
      - "crate giveall Rare 1"
  epic:
    displayName: "&51 Epic Crate"
    threshold: 20.00
    commands:
      - "crate giveall Epic 1"
bossbar-settings:
  ###Should there be a bossbar?
  enabled: true
  ###How often should the bossbar update in seconds?
  interval: 5
  ###How should the bossbar look?
  format: "&a&lDONATION TRAIN&7: &7the server has made &2$&f%amount% &7(&f%time_remaining% &7remaining)"
  ###What style should the bossbar have?
  style: "SOLID"
  ###What color should the bossbar be in?
  color: "GREEN"
broadcast-settings:
  ###Should scheduled broadcasts be enabled?
  enabled: true
  ###How often should it broadcast? (in seconds)
  interval: 300
  ###Should it broadcast in chat when a new donation comes?
  announce-on-new-donation: true
  formats:
    ###How should the message look on the scheduled broadcasts?
    interval:
      - "&7&m                                                        "
      - "&a&lDONATION TRAIN"
      - "&7The server has made &2$&f%amount%&7 with &f%time_remaining% &7time left."
      - " "
      - "&eCurrent Goal&7: &f%goal_display_name% &7($%goal_amount%)"
      - "&eNext Goal&7: &f%next_goal_display_name% &7($%next_goal_amount%)"
      - "&7&oDonate at &f&oshop.example.com"
      - "&7&m                                                        "
    ###How should the message look when a goal has been surpassed?
    goal-surpassed:
      - "&7&m                                                        "
      - "&a&lDONATION TRAIN"
      - "&7The server has made &2$&f%amount%&7."
      - "&7All players will receive %goal_display_name% &7in &f%time_remaining%&7."
      - " "
      - "&eNext Goal&7: &f%next_goal_display_name% &7($%next_goal_amount%)"
      - "&7&oDonate at &f&oshop.example.com"
      - "&7&m                                                        "
    ###How should the message look when the Donation Train ends and there is a goal?
    goal-reached:
      - "&7&m                                                        "
      - "&a&lDONATION TRAIN"
      - "&7The server made &2$&f%amount%&7."
      - "&7All players have received %goal_display_name%&7!"
      - "&7&m                                                        "