- Supported Minecraft Versions
- 1.18
- 1.19
- 1.20
colorglow.sk
Thanks for visiting my page =)
This simple and light-weight Skript adds a colorful player glow-effect to your server.
There is no need for packet handling plugins, that aren't updated for ages, since this
skript uses the vanilla teams feature of Bukkit.
You can access the effect via. command /glow or via. usage of provided functions.
Update 1.1.1 - Hotfix:
• quotes in command section prevented the permission check of working
New Features and Changes in 1.1.0:
New:
• RGB-Glowing → /glow changecolor rgb
• Added new permission for RGB Glow (cg.command.glow.rgb)
Changes:
• Re-written the team managing parts to Bukkit's API, so there will be no more
console spam visible to operators (previously done by executing console commands)
Before:
After:
Dependencies:
• Skript-Reflect (Download here)
• SkBee (Download here)
Permissions:
• cg.command.glow (enables you to use /glow on | off to glow in the default color)
• cg.command.glow.rgb (allows you to glow in RGB) ¹
• cg.command.glow.admin (allows you to change glow effect to any color) ¹
¹ needs cg.command.glow as well
Language:
This Skript provides an option to change the language to either English or German =)
Commands:
• /glow
• /glow on | off [<color>]
• /glow changecolor <color>
• /glow colorlist
Screenshots:
green glow color:
command auto-complete function for more convinience:
Function usage:
• This Skript provides usage of 2 functions which makes this technique a whole lot easier:
Usage of functions in a skript:
Found any bugs?
contact me on discord: @KleinLuzi
if you report bugs to me, please check if you are using the latest version of my skript, since some bugs may already be fixed in the latest update.
Thanks for visiting my page =)
This simple and light-weight Skript adds a colorful player glow-effect to your server.
There is no need for packet handling plugins, that aren't updated for ages, since this
skript uses the vanilla teams feature of Bukkit.
You can access the effect via. command /glow or via. usage of provided functions.
Update 1.1.1 - Hotfix:
• quotes in command section prevented the permission check of working
New Features and Changes in 1.1.0:
New:
• RGB-Glowing → /glow changecolor rgb
• Added new permission for RGB Glow (cg.command.glow.rgb)
Changes:
• Re-written the team managing parts to Bukkit's API, so there will be no more
console spam visible to operators (previously done by executing console commands)
Before:
After:
Dependencies:
• Skript-Reflect (Download here)
• SkBee (Download here)
Permissions:
• cg.command.glow (enables you to use /glow on | off to glow in the default color)
• cg.command.glow.rgb (allows you to glow in RGB) ¹
• cg.command.glow.admin (allows you to change glow effect to any color) ¹
¹ needs cg.command.glow as well
Language:
This Skript provides an option to change the language to either English or German =)
Commands:
• /glow
• /glow on | off [<color>]
• /glow changecolor <color>
• /glow colorlist
Screenshots:
green glow color:
command auto-complete function for more convinience:
Function usage:
• This Skript provides usage of 2 functions which makes this technique a whole lot easier:
Java:
enableGlowing(p: player, color: string)
Java:
enableRGBGlowing(p: player)
Java:
disableGlowing(p: player)
Usage of functions in a skript:
Java:
on right click:
if type of clicked entity = player:
enableGlowing(clicked entity, "green")
on right click:
if type of clicked entity = player:
enableRGBGlowing(clicked entity)
on right click:
if type of clicked entity = player:
disableGlowing(clicked entity)
contact me on discord: @KleinLuzi
if you report bugs to me, please check if you are using the latest version of my skript, since some bugs may already be fixed in the latest update.