- Fixed OP Permission Bypass: OP players can now properly mount other players' Happy Ghasts
- Now correctly check for OP status
- Fixed permission check priority to respect both ghastmaster.bypass permission and OP status
- Configuration Defaults: All configuration methods now provide sensible default values
- Plugin works correctly even with incomplete or missing config entries
- Prevents false returns for missing boolean configuration values
- Default messages provided for all text keys
New Features
- Any plugin features can be disabled in the config file:
# Feature toggles - Enable or disable specific plugin features
# When this is set to true, a player can place blocks on top of the Happy Ghast while crouching
build-on-happy-ghast-enabled: true
# Enable or disable dynamic speed management system
speed-management-enabled: true
# Enable or disable feeding system for speed boosts
feeding-system-enabled: true
# Enable or disable HUD display system
hud-system-enabled: true
# Enable or disable particle effects for free ghasts
particle-effects-enabled: true
# Enable or disable bypass permission system
# Feature toggles - Enable or disable specific plugin features
# When this is set to true, a player can place blocks on top of the Happy Ghast while crouching
build-on-happy-ghast-enabled: true
# Enable or disable dynamic speed management system
speed-management-enabled: true
# Enable or disable feeding system for speed boosts
feeding-system-enabled: true
# Enable or disable HUD display system
hud-system-enabled: true
# Enable or disable particle effects for free ghasts
particle-effects-enabled: true
# Enable or disable bypass permission system
bypass-system-enabled: true
# Ownership system settings
# Enable or disable the ghast ownership system
ownership-system-enabled: true
# Knockback strength when unauthorized players try to access owned ghasts
ownership-knockback-strength: 1.5
# Free system settings
# Enable or disable the free ghast system
free-system-enabled: true
bypass-system-enabled: true
# Ownership system settings
# Enable or disable the ghast ownership system
ownership-system-enabled: true
# Knockback strength when unauthorized players try to access owned ghasts
ownership-knockback-strength: 1.5
# Free system settings
# Enable or disable the free ghast system
free-system-enabled: true