Bloons | Cosmetic Balloons icon

Bloons | Cosmetic Balloons -----

Create unique and custom cosmetic balloons! A unique standalone balloon plugin.




For this version, you will need to add a new key to your config, "language" (full default config available at the bottom); default value is "en_US" for English. Also remove the entire messages section from the config.yml. Lastly, start/restart your server and let the new language structure and file generate.

Alternatively, you can backup your entire Bloons plugin folder, delete it, let it regenerate, and then migrate your old settings.


Changes:
  • Fixed lead dropping when moving at fast, non-vanilla, speeds
  • Fixed issues regarding messages not loading
  • Added new key to config "language." Default value: "language: en_US"
  • Restructured language configuration-language files are now in "/languages"

Latest default config.yml:
Code (YAML):
# --------------------------------------------------#
#
# Bloons 1.1.6
# Made by Jeqo
#
# Wiki:     https://jeqo.net/wiki/bloons
# Discord:     https://jeqo.net/discord
#
# Default Assets Made by TwistedDreams
# Get custom balloons and more for your server:
# https://mcmodels.net/vendors/pixelsonpoint/
#
# --------------------------------------------------#
#                     SETTINGS                      #
# --------------------------------------------------#
#
# Send a message to operators when they join if there is a Bloons update.
check-for-updates
: true
# The language file to load. This will be used for all messages in the plugin.
language
: en_US
# Do you want to close the menu when a player equips a balloon?
close-on-equip
: true
# Do you want to close the menu when a player unequips a balloon?
close-on-unequip
: true
# Do you want to hide balloons that the player does not have permission for?
hide-balloons-without-permission
: true
# Title for the balloons menu.
menu-title
: "&f"
# Amount of slots per page. Valid values: 27, 36, 45, and 54. 9 of these slots will be used for the menu buttons.
menu-size
: 54
# Amount of slots from the top that you want the balloons to appear in. Valid values: 9, 18, 27, 36, and 45.
# This has the be at least 9 less than the menu-size!
balloon-slots
: 45
# Notice: Keep buttons in the last row of your entire menu to avoid any bugs!
buttons
:
  previous-page
:
    material
: FLINT
    custom-model-data
: 1
    name
: '<gray>← ᴘʀᴇᴠɪᴏᴜs ᴘᴀɢᴇ'
    slots
:
     - 48
  unequip
:
    material
: FLINT
    custom-model-data
: 2
    name
: '<gray>ᴜɴᴇǫᴜɪᴘ ʙᴀʟʟᴏᴏɴ'
    slots
:
     - 49
  next-page
:
    material
: FLINT
    custom-model-data
: 3
    name
: '<gray>ɴᴇxᴛ ᴘᴀɢᴇ →'
    slots
:
     - 50
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Jun 21, 2024

Changes:
  • Added a check to check if the type is valid and is there in a balloon config
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Jun 21, 2024

There has been a config restructure with this version release! Create a backup of your current Bloons folder before proceeding with the update. Simply move all your balloon entries from your current config into a designated "balloons" directory within the Bloons plugin folder (Bloons/balloons/) and create YML files with any name and insert your balloons in there.

The new structure should look similar to this:
Code (Text):
Bloons/
├── config.yml
└── balloons/
    ├── balloons_pack_1.yml
    └── balloons_pack_2.yml
Changes:
  • New config restructure to support "packs"
  • Fixed an issue with colors in the menu title
  • Fixed items' lore not appearing sometimes in the balloon menu
  • Overhauled the way configs are loaded
  • Codebase organized and cleaned up-minimized size and increased performance
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Jun 21, 2024

Changes:
  • Fix wrong event cancellation value checking
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Jun 17, 2024

Changes:
  • Fixed nether portal bugs
  • Config fixes
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Jun 14, 2024

Changes:
  • Minor fixes and improvements
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Jun 12, 2024

Changes:
  • Overhaul; codebase restructured
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Jun 12, 2024

Changes:
  • Fixed download link
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Apr 28, 2023

Changes:
  • Fixed download link
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Apr 22, 2023

Changes:
  • Balloons no longer "pop" on player death; balloons are now persistent and reappear when the player dies
  • Temporary fix for when a player enters a nether portal with a balloon; leads will no longer consistently drop and balloons will be stored (if a player does not unequip their balloon, it will reappear upon relog).
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Dec 29, 2022

Changes:
  • Balloon scanner: checks for invalid balloons; if found, they will be removed
  • Balloons will now stay equipped or unequipped upon relogging
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Dec 24, 2022

Notice: This update includes a new default menu texture. If you are an existing user and wish to use it, update the texture in your existing resource pack.

Changes:
  • New menu creation system
  • New default menu texture
  • Bugs with menu buttons
  • Other minor bugs
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Nov 17, 2022

Notice: This update includes changes to the config and the default resource pack. To avoid bugs or errors, back up your config, reset it, and restore old values.

Changes:
  • Option to hide balloons that the player doesn't have permission for
  • Memory to balloons-they now reappear on join, respawn, and world changes
  • Balloon randomly pushing players
  • Being able to unleash balloons - Other minor bugs and errors
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Nov 15, 2022

Notice: This update adds new options in the config. To avoid bugs and errors, backup your config, reset it, and restore old values OR add the new values at the bottom of this message.

Changes:
  • Ability to dye balloons
  • Option to adjust menu size
  • Option to adjust balloon slots size
  • Minor bugs and errors
Default resource pack overriding the flint item. The pack provided with the download has been fixed and edited-this includes the menu UI textures, so be sure to update these!
New values added to config:
Code (YAML):

# Amount of slots per page. Valid options are 18, 27, 36, 45, and 54. 9 of these slots will be used for the menu buttons.
menu-size
: 54
# Amount of slots from the top that you want the balloons to appear in.
balloon-slots
: 45
 
Example dyeable balloon:
Code (YAML):

# Balloons can be dyed by adding a color option with a hex value and setting the material to any leather item.
# Valid leather items: LEATHER_HELMET, LEATHER_CHESTPLATE, LEATHER_LEGGINGS, LEATHER_HORSE_ARMOR
balloons
:
  dyeable_example
:
    id
: dyeable_example
    permission
: balloon.dyeable_example
    material
: LEATHER_HORSE_ARMOR
    color
: ' #ff00cc'
    custom-model-data
: 1
    name
: ' #ff00ccDyeable &fBalloon'
    lore
:
     - '&8Bloons Example Balloon'
      - ''
      - '&eᴄʟɪᴄᴋ ᴛᴏ ᴇǫᴜɪᴘ'
Join our community Discord for resources, feature requests, bug reports, and more!
----------, Nov 14, 2022

Resource Information
Author:
----------
Total Downloads: 2,091
First Release: Nov 13, 2022
Last Update: Jun 21, 2024
Category: ---------------
All-Time Rating:
10 ratings
Find more info at jeqo.net...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings