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!
It's planned for vanilla SkriptDo you think you would ever add gradient support? So like we give 2 hex values and it makes a gradient from one color to the next? Some plugins are doing this already, but having this in skript would be awesome.
Thank God, that is actually awesome! Are hex codes available on holograms, scoreboards, and gui titles?It's planned for vanilla Skript
Removed Holograms (You can use dedicated hologram addon)
command /rank:
trigger:
set {_book} to a new written book
set {_component} to a new text component with "&l&nExample 2!%nl%%nl%%nl%%nl%%nl%&4Working!"
add hover event with action SHOW_TEXT with text "&5This message is a hover!" to text component {_component}
add text component {_component} to book {_book}
open book {_book} to player
Here we are, 2 years later when Skellett rain vain.
This update isn't an addition update unfortunately. This update removes everything that is already added in Skript. Since the SkriptLang team has expanded and became more active, it really deprecates the usage of Skellett. Skellett became so popular because it had so many syntaxes that Skript didn't have yet. So today's update is the start of that change, lets get Skellett back to being useful, I plan on updating Skellett with more modern...
Hello!
I am currently working on a PvP server with custom classes and abilities, using Skript as a core plugin to the server. We installed SKELLETT but now none of our previous commands work. We are running Skript 2.6.1 and SKELLETT2.0.3.
Are you aware of anything that can cause SKELLETT to act like this?
There were no errors or logs.
Thank you.
command /Loop <integer>:
trigger:
loop arg-1 times:
message "%arg-1%"
- Updated to Skript 2.8.2 and Spigot 1.20.4