Colorful Glow Skript [1.18 - 1.20.1]

Script Colorful Glow Skript [1.18 - 1.20.1] 1.1.1

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Supported Minecraft Versions
  1. 1.18
  2. 1.19
  3. 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:
Screenshot_426.png

After:
1697895920749.png


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:
Screenshot_422.png


command auto-complete function for more convinience:
Screenshot_424.png



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)
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.
Author
KleinLuzi
Downloads
423
Views
1,514
First release
Last update
Rating
0.00 star(s) 0 ratings