Configuration
Default Configuration:
# shift boosts while flying
boost:
velocityMultiplier: 2.5
particle:
enabled: true
count: 15
particleType: FLAME
speed: 1.0
# time in seconds required to wait between boosts; set to 0 to disable
cooldown: 0
# launch by holding shift, looking up, and jumping
launch:
velocityMultiplier: 3.0
particle:
enabled: true
count: 5
particleType: EXPLOSION
speed: 1.0
sound:
enabled: true
volume: 0.5
# wings item
wings:
# make sure to include <!italic> tag if you want to remove minecraft's italics
displayName: "<!italic><aqua>Wings</aqua>"
lore:
- "<!italic><gold>Shift Boost</gold>"
- "<!italic><blue>Cushioning</blue>"
unbreakable: true # whether wings should have unbreakable property
enchantGlint: true
locale: en_US
Particles
Particles for both launch and boost are configurable. Available types are:
ASH, FLAME, BUBBLE_COLUMN_UP, BUBBLE_POP, CAMPFIRE_COSY_SMOKE, CAMPFIRE_SIGNAL_SMOKE, CLOUD, CRIT, ELECTRIC_SPARK, ENCHANT, EXPLOSION, HEART, LAVA, PORTAL, SPELL
Customizing Messages
Messages can be changed by modifying the default en_US.yml
file. Color coding should follow the MiniMessage format.
Currently we only have english messages. If you'd like to help us support another language, feel free to submit it on our discord.
Last updated