📜Single Configuration Fields

A table of fields that can be used to create single balloons via an easy-to-use configuration system.

Single Balloon Fields

Fields that can be used in the creation of a single-type balloon via a configuration file.

Field
Description
Value Type
Requirement

type

The type of balloon that this is. The two options are single and multipart respectively.

String

Optional (defaults to single)

id

The unique ID of the balloon used for internal purposes.

String

Required

permission

The required permission that a player needs to utilize the balloon type.

String

Required

leash-height

The height of the leash attached from the player to the balloon. This is measured in blocks and is relative to the head of the player.

double

Optional (defaults to 1.2)

balloon-height

The height of the physical balloon model/armor stand. This is measured in blocks and is relative to the head of the player.

double

Optional (defaults to 2.0)

material

The name of the material to use for the model of the balloon. This appears on the head slot of the armor stand. It MUST be a valid Minecraft material.

String

Required

custom-model-data

The custom model data value of the item used as the model of the balloon. This is stored on the item meta of the GUI item and the armor stand model.

int

Required

name

The name of the balloon. This is both displayed in the GUI with the specified color coding and it also used for chat messages in relation to the balloon.

String

Required

lore

The lore of the item that appears within the Bloons main GUI menu. This is not used anywhere else and is not stored on the model of the physical balloon.

String[]

Required

Last updated

Was this helpful?