Compatibility
Minecraft: Java Edition
1.21β1.21.10
1.20.x
1.19.x
1.18.x
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published 10 months ago
Updated 10 months ago
β¨ Glowing
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.
βοΈ Features
- π Periodically applies Glowing potion effect to all online players
- β± Configurable duration and interval of the glow effect
- β°οΈ Optionally penalizes players who log out during a glow (drops inventory and kills the player)
- π¬ Sends messages to players when glow starts and ends
- π§ Automatically handles glow removal on logout
π Installation
- Download the plugin
.jarfile - Place it inside your serverβs
plugins/folder - Start or reload your server β the glow cycle begins automatically
βοΈ Configuration (config.yml)
# ==== Glowing ====
glowing: true
glow-interval-minutes: 20
glow-duration-seconds: 60
glow-die-on-logout: true
π‘ How it Works
- Glow cycle: Every interval, all online players receive a glowing effect for a defined duration
- Logout handling: Players who log out while glowing can optionally drop their inventory and die
- Glow removal: Automatically removes the effect when the duration ends or the player logs out
- Messaging: Players are notified when their glow starts and ends
π§© Developer Information
Main classes:
de.scholle.glowing.Glowingβ main plugin classde.scholle.glowing.GlowManagerβ handles glowing cycles and player statede.scholle.glowing.GlowLogoutListenerβ handles player logout eventsde.scholle.glowing.utils.Msgβ utility for sending formatted messages
Key behavior:
- Uses
BukkitRunnablefor timing and effect management - Uses
PotionEffectType.GLOWINGto apply the visual effect - Tracks active glows per player using a
HashMap<UUID, BukkitRunnable>
π§° Compatibility
- β Works on Spigot, Paper, and Purpur
- π§± Compatible with Minecraft 1.18+
- βοΈ Requires Java 17+
π§βπ» Author
Developed by: Scholle
Package: de.scholle.glowing
π License
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


