AzRegionEffect icon

AzRegionEffect -----

A lightweight region-based potion effect system for Minecraft



AzRegionEffect
A lightweight region-based potion effect system for Minecraft


:sparkles: FEATURES
  • :white_check_mark: Multiple Effects Per Region - Stack unlimited potion effects in a single region
  • :white_check_mark: WorldGuard Integration - Seamless compatibility with WorldGuard regions
  • :white_check_mark: Auto Apply & Remove - Effects apply on enter, remove on exit
  • :white_check_mark: Fully Configurable - Customize duration, amplifier, and messages
  • :white_check_mark: Hex Color Support - Use
    Code (Text):
    &#FF00FF
    and
    Code (Text):
    &
    color codes in messages
  • :white_check_mark: Live Reload - Update config without server restart
  • :white_check_mark: Lightweight - Minimal performance impact

:computer: REQUIREMENTS
Requirement Version
Minecraft Server Spigot/Paper 1.16+
Java JDK 8 or higher
WorldGuard 7.0+ (recommended)
Maven 3.6+ (for building)



INSTALLATION
  1. Build the plugin using Maven:
    Code (Text):
    mvn clean package
  2. Copy AzRegionEffect-1.0.0.jar to your plugins/ folder
  3. Install WorldGuard (optional but recommended)
  4. Restart your server
  5. Edit plugins/AzRegionEffect/config.yml
  6. Reload with /azre reload

:wrench: CONFIGURATION
Code (YAML):

messages
:
  prefix
: "&8[&bAzRegionEffect&8]&r "
  reload-success
: "&aConfiguration reloaded successfully!"
  no-permission
: "&cYou don't have permission!"

regions
:
  spawn
:
    worldguard-region
: "spawn"
    effect
: SPEED,NIGHT_VISION,JUMP
    amplifier
: 1
    duration
: 10
    enabled
: true
   
  arena
:
    worldguard-region
: "pvp"
    effect
: STRENGTH,INCREASE_DAMAGE
    amplifier
: 2
    duration
: 15
    enabled
: true
   
  safezone
:
    worldguard-region
: "safe"
    effect
: REGENERATION,ABSORPTION,FIRE_RESISTANCE
    amplifier
: 2
    duration
: 8
    enabled
: true

check-interval
: 10
debug
: false
 


COMMANDS
Command Description Permission
/azregioneffect reload Reload configuration azregioneffect.reload
/azre reload Alias for reload azregioneffect.reload


PERMISSIONS
Permission Description Default
azregioneffect.admin Access to all commands OP
azregioneffect.reload Reload configuration OP


AVAILABLE EFFECTS
Positive Effects:
  • SPEED, JUMP, INCREASE_DAMAGE (Strength)
  • REGENERATION, HEAL, ABSORPTION
  • NIGHT_VISION, INVISIBILITY
  • FIRE_RESISTANCE, WATER_BREATHING
  • DAMAGE_RESISTANCE, LUCK

Negative Effects:
  • SLOW, WEAKNESS, HARM
  • BLINDNESS, CONFUSION, POISON
  • WITHER, SLOW_DIGGING, UNLUCK


HOW IT WORKS

LICENSE
Code (Text):

╔══════════════════════════════════════════╗
║           LICENSE ACTIVATED              ║
╠══════════════════════════════════════════╣
║ Key: xxxx-xxxx-xxxx                      ║
║ Status: VALID                            ║
╚══════════════════════════════════════════╝
        Made By HuzaiDev
 

SUPPORT
  • Enable debug: true in config for detailed logs
  • Ensure WorldGuard region names match exactly
  • Use /azre reload after config changes

:pLANNED FEATURES
  • [ ] Custom particle effects on region entry
  • [ ] Sound notifications
  • [ ] Per-world region configuration


Made with :heart: by GamingHuzai

AzRegionEffect • Version 1.0.0
Enhance your server with region-based potion effects
Resource Information
Author:
----------
Total Downloads: 4
First Release: Oct 25, 2025
Last Update: Oct 25, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings