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:

Customizing Messages

Messages can be changed by modifying the default en_US.yml file. Color coding should follow the MiniMessagearrow-up-right 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