Halloween Plugin v3.0.3 - Hotfix Update!
Release Date: October 15, 2025
Build: Two hotfixes (v3.0.2 + v3.0.3)
Critical Bug Fixes
v3.0.3 - Reward System Hotfix
- FIXED: Min/max 0,0 configuration errors when disabling rewards
- FIXED: Random pumpkin mob drops respect min: 0, max: 0 setting
- FIXED: Bat transformation pumpkin rewards respect min: 0, max: 0 setting
- IMPROVED: Admins can safely disable specific rewards without plugin errors
v3.0.2 - Pumpkin Trader Hotfix
- FIXED: Players with Halloween disabled can no longer create Pumpkin Traders
- FIXED: Pumpkin Trader creation respects global Halloween on/off state
What This Means for Admins
Better Control Over Rewards:
You can now safely disable specific rewards by setting
min: 0, max: 0:
Code (Text):
# Disable random pumpkin drops from mobs with pumpkin heads
random_pumpkin_mobs:
pumpkin_drops:
min: 0
max: 0
# Disable pumpkin rewards from bat transformations (keep XP and potions)
bat_transformation:
rewards:
pumpkins_min: 0
pumpkins_max: 0
potion_drop: true # Still gives potions
Proper Halloween Disable Respect:
All features now properly respect your Halloween settings:
- /halloween off - Globally disables all Halloween features
- /halloween disable - Individual players can opt out
- Pumpkin Trader creation now respects these settings
Installation
- Stop your server
- Replace halloween-plugin-3.0.1.jar with halloween-plugin-3.0.3.jar
- Start your server
- No config changes needed - hotfix automatically compatible
Compatibility: Works with existing v3.0.0, v3.0.1, v3.0.2 configs
Minecraft: 1.21.1+ (Paper/Purpur recommended)
Java: 17+
Thanks for using Halloween Plugin! These hotfixes ensure smooth operation for all server admins.