Glowing plugin where players glow every few minutes for exiting pvp mini games and die if they logout during the effect.
A Minecraft Spigot/Paper plugin that makes players glow periodically, providing a visual effect and optional gameplay consequences.
Perfect for events, minigames, or PvP servers wanting dynamic glowing effects.
.jar file plugins/ folder config.yml)# ==== Glowing ====
glowing: true
glow-interval-minutes: 20
glow-duration-seconds: 60
glow-die-on-logout: true
Main classes:
de.scholle.glowing.Glowing – main plugin class de.scholle.glowing.GlowManager – handles glowing cycles and player state de.scholle.glowing.GlowLogoutListener – handles player logout events de.scholle.glowing.utils.Msg – utility for sending formatted messagesKey behavior:
BukkitRunnable for timing and effect management PotionEffectType.GLOWING to apply the visual effect HashMap<UUID, BukkitRunnable>Developed by: Scholle
Package: de.scholle.glowing
This project is licensed under the Apache License 2.0.
You may use, modify, and distribute it in compliance with the terms of that license.
For more information, see: http://www.apache.org/licenses/LICENSE-2.0