
RandomEffects is a flexible Minecraft plugin that applies random potion effects to players during gameplay, creating unpredictable and exciting challenges.
RU | EN
RandomEffects is a flexible Minecraft plugin that applies random potion effects to players during gameplay, creating unpredictable and exciting challenges.

RandomEffects-1.0.0.jar from the releases sectionplugins folderplugins/RandomEffects/config.ymlThe plugin creates a config.yml file in the plugins/RandomEffects directory. Key settings include:
# Language settings (en, ru)
language: en
# Effects settings
effects:
# Timed mode - activates effects for everyone at the same time
timed:
enabled: true
interval: 60 # seconds
# Chunk mode - activates effects when a player enters a new chunk
chunk:
enabled: true
# Apply effects when a player joins the server
applyOnJoin: true
# Duration range in seconds
duration:
min: 20
max: 60
# Amplifier range (0 = level I, 1 = level II, etc.)
amplifier:
min: 0
max: 2
Basic commands:
/randomeffects - Show plugin information/randomeffects help - Display help information/randomeffects reload - Reload the plugin configuration/randomeffects apply [player] - Apply random effects to yourself or specified player/randomeffects clear [player] - Clear effects from yourself or specified player/randomeffects toggle <timed|chunk> - Toggle a specific plugin mode/randomeffects interval <seconds> - Set the timed mode intervalAliases: /reffects, /reff
randomeffects.use - Basic command access (default: true)randomeffects.admin.reload - Reload configuration (default: op)randomeffects.admin.apply - Apply effects to players (default: op)randomeffects.admin.clear - Clear effects from players (default: op)randomeffects.admin.toggle - Toggle plugin modes (default: op)randomeffects.admin.interval - Change timed effects interval (default: op)This project uses Maven as its build system. To build the plugin:
mvn -B package --file pom.xml
The compiled JAR will be in target/RandomEffects-1.0.0.jar