messages.yml

Messages:
  RELOAD:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eConfiguration(s) have been reloaded.'

  VOTE_RECEIVED:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &f%player% &evoted and received &f2x &bDiamonds &eand &f$500 &ein-game money. &8(&7/vote&8)'

  VOTE_PARTY_TRIGGERED:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eVote Party has been triggered! &8(&7/vote&8)'

  GIVE_VOTE:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eSuccessfully added &f1x &6Vote(s) &eto &f%player%&e.'


  REMOVE_VOTE:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eSuccessfully removed &f1x &6Vote(s) &efrom &f%player%&e.'

  TEST_VOTE:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eSimulated a vote for &f%player%&e.'

  LEADERBOARD_REFRESH:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eVote leaderboard has been refreshed.'

  MILESTONE_ALREADY_CLAIMED:
    Sound:
      Enable: true
      Value: ENTITY_BAT_TAKEOFF;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou have already claimed this milestone.'

  MILESTONE_NOT_ENOUGH_VOTES:
    Sound:
      Enable: true
      Value: ENTITY_BAT_TAKEOFF;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou need &f%required_votes% &evotes to unlock this milestone.'
      
  MODULE_DISABLED:
    Sound:
      Enable: true
      Value: ENTITY_BAT_TAKEOFF;1.0;1.0
    Message:
      Enable: true
      Value: '&4&l[&c&l!&4&l] &cHey! This is current disabled or undergoing maintenance.'

  VOTE_REMINDER_TOGGLE:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eVote reminder has been &f%status%&e.'
      
  STREAK_ALREADY_CLAIMED:
    Sound:
      Enable: true
      Value: ENTITY_BAT_TAKEOFF;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou have already claimed this streak reward.'

  STREAK_NOT_ENOUGH:
    Sound:
      Enable: true
      Value: ENTITY_BAT_TAKEOFF;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou need a streak of &f%required_streak% &eto unlock this reward.'

  STREAK_RESET:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou have reset &f%player%&e''s voting streak.'

  STREAK_SET:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou have set &f%player%&e''s voting streak to &f%streak%&e.'

  STREAK_ADD:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou have added &f%streak% &eto &f%player%&e''s voting streak.'

  VOTE_LIST:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value:
        - '&e&l&m                                          &r'
        - '                 &6&lVote Sites'
        - '     &7&o Vote on these sites to receive rewards!'
        - ' '
        - ' &f&l→ &eVote Link &6#1'
        - ' &f&l→ &eVote Link &6#2'
        - ' &f&l→ &eVote Link &6#3'
        - ' &f&l→ &eVote Link &6#4'
        - ' &f&l→ &eVote Link &6#5'
        - ' '
        - ' &f&l→ &eCurrent Votes: &6%daily_votes%'
        - ' '
        - '&e&l&m                                          &r'

  ADMIN_HELP:
    Sound:
      Enable: true
      Value: ENTITY_PLAYER_LEVELUP;1.0;1.0
    Message:
      Enable: true
      Value:
        - '&e&l&m                                          &r'
        - '                 &6&lAdmin Commands'
        - ' '
        - ' &f&l→ &e/%admin_command% reload &7- &fReloads the configuration.'
        - ' &f&l→ &e/%admin_command% givevote <player> &7- &fGives a player votes.'
        - ' &f&l→ &e/%admin_command% removevote <player> <amount> &7- &fRemoves the amount of vote(s) from a player.'
        - ' &f&l→ &e/%admin_command% testvote &7- &fSimulates a vote.'
        - ' '
        - '&e&l&m                                          &r'

Last updated