Description

MercuryVoteParty is ont of the most powerful voteparty plugins. He reward all online players for their votes.

Features

  • ForceStart a VoteParty.

  • Give a VoteParty to a specific player.

  • Set amount of current voteparty.

  • Boost amount of vote for one vote.

  • Reset current VoteParty.

  • TitleBar & BossBar announcement.

  • Particles & Sounds configurable.

Dependencies

  • AquaCore

  • LuckPerms

  • PermissionsEX

Soft-Dependencies

  • PlaceholdersAPI

Default configuration

MESSAGES:
  HELP_COMMAND:
    - "&7[&e&l☿&7] /vp - Display all informations about VoteParty."
    - "&7[&e&l☿&7] /vp help - Display this page."
    - "&7[&e&l☿&7] /voteparty forcestart - Force start a VoteParty."
    - "&7[&e&l☿&7] /vp give to <player> - Give a VoteParty to a specific player."
    - "&7[&e&l☿&7] /vp set <amount> - Set the amount of current voteparty."
    - "&7[&e&l☿&7] /vp setmax <amount> - Set the amount of max voteparty."
    - "&7[&e&l☿&7] /vp boost <amount> - Boost amount of vote for 1 vote."
    - "&7[&e&l☿&7] /vp reset - Reset current vote party."

  VP_INFOS:
    - "&7[&e&l☿&7] Current VoteParty : &6%mercuryvoteparty_current_vote%&f/&6%mercuryvoteparty_max_vote%"

  BAD_USAGE: "&7[&e&l☿&7] &fBad usage, please use %command%."
  NUMBER_FORMAT_EXCEPTION: "&7[&e&l☿&7] &fNombre invalide."

  VP_FORCE_START: "&7[&e&l☿&7] &fYou just force start a VoteParty !"
  VP_GIVE_PARTY: "&7[&e&l☿&7] &fYou just give a VoteParty to &6%target% &f!"
  VP_SET: "&7[&e&l☿&7] &fYou just set the current vote count to &6%amount% &f!"
  VP_ADD: "&7[&e&l☿&7] &fYou just add &6%amount% &fvote(s) to VoteParty &f!"
  VP_SET_MAX: "&7[&e&l☿&7] &fYou just set the max vote count to &6%amount% &f!"
  VP_BOOST: "&7[&e&l☿&7] &fYou just boost the vote count to &6x%amount% &f!"
  VP_RESET: "&7[&e&l☿&7] &fYou just reset the VoteParty !"

BOOST_REWARD:
  # This number is the amount of x time specific rank recieve the voteparty rewards.
  PERMISSION:
    RANK1: 2
    RANK2: 3

PLACEHOLDERS:
  VOTE_CURRENTLY_BOOST:
    YES: "&aYes &7(&6x%amount%&7)"
    NO: "No"

VP_START:
  # Choose between : ACTION_BAR / TITLE_BAR / CHAT_MESSAGE
  ANNOUNCEMENT_TYPE: TITLE_BAR
  ACTION_BAR_MESSAGE: "&7[&e&l☿&7] &fVoteParty &astart &f! &7We just reach the goal !"
  CHAT_MESSAGE_MESSAGE: "&7[&e&l☿&7] &fVoteParty &astart &f! &7We just reach the goal !"
  TITLE_BAR_TITLE: "&6&lVoteParty"
  TITLE_BAR_SUB_TITLE: "&7We just reach the goal !"
  TITLE_BAR_FADEIN: 20
  TITLE_BAR_STAY: 40
  TITLE_BAR_FADEOUT: 20

TASK:
  # in seconds
  CHECK_DELAY: 5

PARTICLES:
  SEND_PARTICLES_ON_START: true
  # You can find here https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html. Be careful use type available on your spigot version.
  ENUM_PARTICLE_TYPE: VILLAGER_HAPPY

SOUNDS:
  SEND_SOUNDS_ON_START: true
  # You can find here https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html. Be careful use type available on your spigot version.
  ENUM_SOUNDS_TYPE: ENTITY_FIREWORK_ROCKET_BLAST

REWARDS:
  # All commands gonna be execute 1 time per player online. So please don't use commands who give to all player online.
  # For Exemple if you want give money to all player, please use /eco give %player% %amount% instead of /eco give all %amount%.
  COMMANDS:
    - "eco give %player% 1000"
    - "cr give to %player% Vote 3"
    - "msg %player% &7[&e🌏&7] &fYou just recieve rewards from VoteParty !"

Placeholders

%mercuryvoteparty_current_vote% -> Return the current amount of vote on VoteParty.
%mercuryvoteparty_max_vote% -> Return the max amount of vote to complete the VoteParty.
%mercuryvoteparty_vote_currently_boost% -> Return if voteparty is currently boost.
%mercuryvoteparty_vote_required_before_vp% -> Return number of vote left to start the Party.

Last updated