PinataParty |1.11, 1.12, 1.13, 1.14 |  Free Download

 PinataParty |1.11, 1.12, 1.13, 1.14 | Free Download 1.3.2

PinataParty |1.11, 1.12, 1.13, 1.14 |  Free Download
Tested Minecraft Versions! 1.11, 1.12, 1.13, 1.14
bb3ef5bb58367439a47343724791f9a073bba8a4

What does it do?
PinataParty adds a brand new type of rewarding vote party. Once your server reaches a certain amount of votes, a flashy cool-looking party pinata will appear at the spawn. Players will then have to hit it till it breaks!

Like any other vote party plugin, PinataParty encourages players to vote every day for your server by giving them easy rewards. However this plugin makes things a little bit more challenging since players need to participate in destroying the pinata in order to receive the rewards! It also encourages them to be active on the server while checking for any pinata party.

IMAGES:
ef9ccd198c1952e0a47eff7bfce2d6a76acfab5c

5455088170a8194d24abf02a556ed901c8a372fc

To make it more challenging, the pinata has Speed III and can also teleport a few blocks away and deal knockback to nearby players to make the party last longer!

How cool is the pinata?
The party llama has a color changing carpet and display name as well as a vortex of firework particles flying around it. When the pinata finally explodes, it bursts into explosion particles, shoots a few colorful fireworks and plays the mario beat using noteblock notes. Pinata abilities (teleport/knockback) also play sound & particle effects.
c60d631241664d29c399862e55c882906465b902

Easy to use & to customize
Admins can define locations in the config file to define where they want the pinata to spawn. They can then use /pp spawn <location> to make a pinata spawn at the target location.
This plugin is very easy to install. Download it, unzip the file and drag & drop the jar file into the /plugins folder, and restart your server. Every command features a tab completion system to make them even simpler. You might need to slightly edit the config file (change sound names) if you are running a 1.13 server as the default config is made for <1.13.

Code:
# Notifies players with the 'pinataparty.update-notify' perm node when
# they join the server if a new update is available for download.
# Requires /reload when changed.
update-notify: true

# In-game messages.
# Messages are yellow by default.
message:
    spawn: 'A pinata just spawned!'
    die: 'The pinata was destroyed!'
    pinata:
        teleport: '&eThe pinata teleported at &c&l%x%&e - &c&l%y%&e - &c&l%z%&e!'
        hits-left: '&c&l%hit% hit%s% left!'
    no-perm: 'You don''t have enough permissions.'

# When enabled, the pinata will summon every X votes.
# Supports Votifier. Set votes-needed to 0 to disable.
auto-summon:
    votes-needed: 20
    spawn-locations:
    - spawn

# Commands sent when:
# - the pinata spawns (spawn)
# - the pinata is hit by a player (hit)
# - the pinata dies (die)
# - a player votes (player-vote)
# Use %player% to return the players who participated.
commands:
    spawn: {}
    hit:
        '1':
            chance: 10
            command:
            - 'minecraft:give %player% minecraft:leather 1'
    die:
        '1':
            chance: 100
            command:
            - 'minecraft:give %player% minecraft:diamond 12'
            - 'minecraft:give %player% minecraft:iron_ingot 16'
        '2':
            chance: 20
            command:
            - 'minecraft:give %player% minecraft:emerald 4'
    player-vote:
        '1':
            chance: 100
            command:
            - 'say %player% has voted for the server!'
            - 'minecraft:give %player% minecraft:diamond 1'

# Llama characteristics.
# Use '&rdm' in the name to make it flash.
# Health is the number of hits the pinata will need to explode.
llama:
    health: 50
    name: '&7» &rdm&lPINATA! &7«'
    hit-sound:
        name: BLOCK_SAND_BREAK
        pitch: 1
        vol: 1
    speed-amplifier: 2

# Location used by /pinataparty spawn <location> & by the auto summon feature.
# You can add as many locations as you wish.
custom-locations:
    spawn:
        world: world
        x: 397
        y: 88
        z: 396

# Enable/disable/edit the pinata's abilities here.
# Abilities make destroying the pinata more challenging!
# Teleport  - the pinata teleports a few blocks away.
# Knockback - the pinata knocks nearby players away.
pinata-abilities:
    teleport:
        enabled: true
        radius: 20
        chance: 20
        sound:
            name: ENTITY_ENDERMEN_TELEPORT
            pitch: 1
            vol: 1
        max-y: 10
        # Keep empty to disable.
        white-list:
        - GRASS
        - STONE
    knockback:
        enabled: true
        chance: 20
        radius: 8
        force: 1.5
        sound:
            name: ENTITY_ZOMBIE_ATTACK_DOOR_WOOD
            pitch: 1
            vol: 1

Compatibility
PinataParty supports Votifier & PlaceholderAPI.
These placeholders could be a great addition to your side-bar info scoreboard:
  • %pinataparty_votes_needed% displays the total amount of votes needed to summon a pinata.
  • %pinataparty_votes_left% displays the amount of votes before a pinata summons automatically.
  • %pinataparty_current_votes% displays the current amount of votes.
  • %pinataparty_votes_total% displays the player's total amount of votes.
Votifier is not a dependency since you don't need a voting system to make the pinata appear ; you can also use commands.
PinataParty should be able to hook onto any rewarding plugin, since when the pinata dies, the server will send a configurable list of commands for each player who helped killing the pinata. For developers, PinataParty includes cancellable events: PinataSpawnEvent & PinataDieEvent.

PinataParty works best using GlowAPI and PacketListenerAPI. These plugins allows the llama to glow just like a rainbow.


Commands & permissions
  • /pp summon summons a party llama at your location.
  • /pp spawn <location> summons a party llama at a location saved in the config file.
  • /pp reload reloads the config file.
  • /pp killall kills all alive pinatas.
  • /pp shows the help page.
The permission pinataparty.admin gives you access to all of these commands.


Terms of service
While downloading the plugin, you agree to the following:
  • You are not allowed to -Redacted-, resell, or give this plugin to anyone else.
  • You are not allowed to modify or decompile the plugin.
  • You can only use it for your network.
  • You are allowed to download this plugin from the official site only.
  • Bugs may be reported in the discussion section.
  • I do not aim to glorify violence against llamas.
  • I reserve the right to change the terms at any time; therefore you have to agree the most recent version of them.
  • There will be no refunds.

Similar resources

PinataParty - Interactive Event! ✨ 10% OFF SALE ✨ qtChan
A brand new type of vote party! (All in one voting plugin)
3.00 star(s) 3 ratings
Downloads
507
Updated
PinataParty - Interactive Event! ✨ AIO Voting System ✨ [1.12.x - 1.19.x] Dekomori
4.20 star(s) 10 ratings
Downloads
1,873
Updated
PinataParty SRC LazerX123
1.00 star(s) 2 ratings
Downloads
140
Updated
BlackSpigot General Chat
Rules Help Users
    K @ kole2412: Hy I need to download OpenTunel designer. I am student from Montenegro who want to learn in that...
    Top