Exploding Sheep Party - A Fun and Dynamic VoteParty Event Plugin icon

Exploding Sheep Party - A Fun and Dynamic VoteParty Event Plugin -----

Exploding Sheep Party is a feature-rich event plugin designed for Minecraft server!



[​IMG]
Exploding Sheep Party - A Fun and Dynamic Event Plugin for Minecraft

Exploding Sheep Party is a feature-rich event plugin designed for Minecraft servers, offering players a unique, chaotic, and rewarding experience. Perfect for voting rewards, server events, or just adding a bit of explosive fun to your server, this plugin comes packed with customizable features.


Key Features

  • Dynamic Event Mechanics:
    - Players destroy colorful sheep that explode upon being hit, dropping rewards in the process.
    - Special sheep types like Golden Sheep, Black Sheep, and Rainbow Sheep offer unique rewards and effects.
  • Voting Integration:
    - Fully compatible with Votifier! Events can automatically start once a set number of votes is reached.
    - Votes are tracked and saved in the configuration file.
  • Reward System:
    - Customize rewards for each sheep type (e.g., items, commands, effects).
    - Top 10 players receive configurable rewards at the end of the event.
  • Placeholders:
    - PlaceholderAPI integration lets you display real-time leaderboard stats anywhere on your server.
    - Placeholders include top 10 player rankings and more.
  • Full Customization:
    - Edit all messages, rewards, event duration, sheep colors, and more in the configuration file.
    - Configure unique effects like fireworks, particles, and titles for different sheep types.
  • Comprehensive Commands:
    - Manage events, votes, and points easily with admin commands.​


Commands

/sheepparty start Start the event manually. (Permission: sheepparty.start)
/sheepparty setarena Set the arena location to your current position. (Permission: sheepparty.setarena)
/sheepparty top View the Top 10 leaderboard. (Permission:sheepparty.top)
/sheepparty addpoints <player> <points>
Add points to a player. (Permission: sheepparty.addpoints)

/sheepparty addvote <number>
Add votes manually to trigger the event. (Permission: sheepparty.addvote)

/sheepparty resetvotes
Reset the current vote count. (Permission: sheepparty.resetvotes)



️ Configuration Overview

Code (Text):
event:
  time: 300 # ⏳ Event duration in seconds
  max_distance: 15 # ️ Maximum distance sheep can move
  max_sheep: 3 # Maximum number of sheep types

bossbar:
  title: "&d⏳ Exploding Sheep Party - {time}s" # BossBar title
  color: "PINK" # Colors: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
  style: "SOLID" # Styles: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20

messages:
  event_start: "&d Exploding Sheep Party begins in &f30 &dseconds!" # Announcement message
  event_running: "&d The event is running! Destroy sheep to earn points!" # Event ongoing message
  event_end: "&d The event has ended! Check out the winners!" # Event end message
  reward_received: "&d✨ You earned a reward from &f{reward}!" # Reward notification
  arena_set: "&d️ Arena location has been set to: &f{world}, {x}, {y}, {z}!" # Arena set confirmation
  not_an_arena: "&d❌ Arena is not set! Use the command: &f/sheepparty setarena" # Arena not set
  no_permission: "&d You don't have permission to use this command!" # No permission message
  unknown_command: "&d❓ Unknown command. Use &f/sheepparty <start|setarena|top>" # Unknown command
  top_reward: "&d Congratulations! You placed {place} in Exploding Sheep Party!"
  top_header: "&d--- &f⭐ TOP 10 PLAYERS ⭐ &d---"
  top_entry: "&d{place}. &f{player} &7- &f{points} pts"
  top_footer: "&d--- &f CONGRATULATIONS! &d---"
  top_players_header: "&d--- &f⭐ TOP 10 PLAYERS ⭐ &d---"
  top_player: "&d{player} &7- &f{points} pts"
  vote_received: "&a{player} voted! Current votes: &f{votes}/{max_votes}" # Message when a vote is received

placeholders:
  top_format: "&d{position}. &f{player} &7- &f{points} pts"
  no_player: "&d No player"
  invalid_placeholder: "&d❌ Invalid placeholder"

titles:
  start:
    title: "&d Exploding Sheep Party!" # Event start title
    subtitle: "&fThe event has started!" # Event start subtitle
  end:
    title: "&d The event has ended!" # Event end title
    subtitle: "&fCheck the results!" # Event end subtitle

arena_location:
  world: "world" # Default world
  x: 0 # Position X
  y: 100 # Position Y
  z: 0 # Position Z

sheep_names:
  normal_sheep: "&fNormal Sheep &7(&a+10pts&7)"
  golden_sheep: "&6Golden Sheep &7(&a+20pts&7)"
  black_sheep: "&0Black Sheep &7(&a+15pts&7)"
  rainbow_sheep: "&dRainbow Sheep &7(&a+50pts&7)"

sheep_colors:
  normal_sheep: "WHITE"
  golden_sheep: "YELLOW"
  black_sheep: "BLACK"
  rainbow_sheep: "WHITE" # Rainbow sheep will dynamically change colors

rewardsSheep:
  normal_sheep:
    - "item:iron_ingot:2" # Gives 2 iron ingots
  golden_sheep:
    - "item:gold_ingot:2" # Gives 2 gold ingots
  black_sheep:
    - "item:potato:5" # Gives 5 potatoes
    - "command:effect give {player} minecraft:jump_boost 10 1" # Jump boost effect
  rainbow_sheep:
    - "item:diamond:1" # Gives 1 diamond
    - "command:title {player} title {\"text\":\"Rainbow Sheep!\",\"color\":\"aqua\"}"

points:
  normal_sheep: 10 # Points for killing Normal Sheep
  golden_sheep: 20 # Points for killing Golden Sheep
  black_sheep: 15 # Points for killing Black Sheep
  rainbow_sheep: 50 # Points for killing Rainbow Sheep

rewards:
  top:
    1:
      - "eco give {player} 15000"
    2:
      - "eco give {player} 9750"
    3:
      - "eco give {player} 8500"
    4:
      - "eco give {player} 7250"
    5:
      - "eco give {player} 6200"
    6:
      - "eco give {player} 5150"
    7:
      - "eco give {player} 4100"
    8:
      - "eco give {player} 1175"
    9:
      - "eco give {player} 950"
    10:
      - "eco give {player} 825"

effects:
  firework:
    enabled: true
    type: "BALL"
    flicker: true
    trail: true
    colors:
      normal_sheep:
        red: 255
        green: 255
        blue: 255
      golden_sheep:
        red: 255
        green: 215
        blue: 0
      black_sheep:
        red: 0
        green: 0
        blue: 0
      rainbow_sheep: {} # Dynamic rainbow colors
  particles:
    enabled: true
    count: 20
    offset: 0.5


votes:
  max_votes: 10 # Maximum votes required to start the event
  current_votes: 0 # Current number of votes
PlaceholderAPI Support

Easily integrate stats into scoreboards, holograms, or any other plugin supporting PlaceholderAPI.

  • %sheepparty_top1%: Displays the 1st place player.
  • %sheepparty_top10%: Displays the 10th place player.


Special Effects

- Fireworks: Fully customizable firework effects for each sheep type.
- Particles: Spawn unique particles on sheep death.
- Titles: Display titles for players at the start and end of the event.


Installation

1. Download the plugin `.jar` file.
2. Place it in your server's `/plugins/` folder.
3. Restart your server.
4. Configure `config.yml` to your liking.
5. Install PlaceholderAPI and Votifier (optional).


Dependencies

- PlaceholderAPI (optional)
- Votifier (optional)


Support

For bug reports, suggestions, or assistance join our Discord server.
[​IMG]
CLICK HERE

Add this chaotic, fun-filled plugin to your server today and let your players enjoy the thrill of Exploding Sheep Party!


✨MY OTHER PREMIUM PLUGINS
[​IMG] [​IMG]
[​IMG] [​IMG]
[​IMG] [​IMG]
CLICK HERE TO SEE ALL MY PAID AND FREE PLUGINS!
Resource Information
Author:
----------
Total Downloads: 8
First Release: Jan 10, 2025
Last Update: Apr 27, 2025
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings