Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.11
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published last week
WindTweaks
A Minecraft plugin that allows you to change the mechanics of wind charges.
Features
- Minemen Club's spear mace wind charges (Fully customizable)
- Customize wind charge despawn time
- Customize wind charge use cooldown
- Super light weight
- Compatiable with Anti-Cheats such as Vulcan.
Requirements
- Java 21
- Minecraft 1.21.11 or higher
Commands
/windtweaks reloadReloads the wind tweaks plugin
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 :)


