Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 2.41 KB

single-configuration-fields.md

File metadata and controls

13 lines (9 loc) · 2.41 KB
description
A table of fields that can be used to create single balloons via an easy-to-use configuration system.

📜 Single Configuration Fields

Single Balloon Fields

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

FieldDescriptionValue TypeRequirement
typeThe type of balloon that this is. The two options are single and multipart respectively.StringOptional (defaults to single)
idThe unique ID of the balloon used for internal purposes.StringRequired
permissionThe required permission that a player needs to utilize the balloon type.StringRequired
leash-heightThe 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.doubleOptional (defaults to 1.2)
balloon-heightThe height of the physical balloon model/armor stand. This is measured in blocks and is relative to the head of the player.doubleOptional (defaults to 2.0)
materialThe 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.StringRequired
custom-model-dataThe 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.intRequired
nameThe 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.StringRequired
loreThe 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