Glowing Plugin
作者:rebot | 分类:模组
Minecraft 版本: 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
平台: bukkit folia paper purpur spigot
标签: game-mechanics minigame technology
✨ 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
请登录后举报
暂无评论,抢个沙发吧~