HomeJavaModsWindTweaks
WindTweaks

WindTweaks

A Minecraft plugin that allows you to change the mechanics of wind charges.

Features

Requirements

Commands

Config

# ==========================================================
#  __        ___           _ _____                    _
#  \ \      / (_)_ __   __| |_   _|_      _____  __ _| | _____
#   \ \ /\ / /| | '_ \ / _` | | | \ \ /\ / / _ \/ _` | |/ / __|
#    \ V  V / | | | | | (_| | | |  \ V  V /  __/ (_| |   <\__ \
#     \_/\_/  |_|_| |_|\__,_| |_|   \_/\_/ \___|\__,_|_|\_\___/
#
#                    WindTweaks Configuration
#
#  Author: Mattivous
#
#  Customize mechanics/behaviour of wind charges
#
# ==========================================================

wind-charges:
  air-hit:
    # Makes wind charges behave like the wind charges in spear mace on Minemen Club
    enabled: true
    # Only work when the player has a spear in their inventory
    only-spear: false
    # How high should the player go when they wind charge in the air (Default = 0.2)
    height: 0.2
    # Whether player's fall distance reset when they wind charge in the air (Can prevent certain Anti-Cheat false flags)
    reset-fall: true
    # Whether the player takes damage from the wind charge when it hits them
    take-damage: true

  cooldown:
    # Whether item cooldown for wind charges are enabled
    enabled: true
    # The length of the cooldown in ticks (Default = 10) (1 second = 20 ticks)
    length: 10

  despawn:
    # Whether wind charges despawn after a certain amount of time (Can help prevent lag)
    enabled: false
    # The time it takes for wind charges to despawn in ticks
    time: 200

This is my first public plugin, so enjoy :)

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more