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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon Skellett - The beast addon! 2.0.9

All your Skript needs in one addon!

  1. EarthAgar

    EarthAgar Member

    Joined:
    Feb 27, 2019
    Messages:
    3
    Likes Received:
    0
    Do 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.
     
  2. LimeGlass

    VIP Supporter ++ Regular Diner Addon Developer

    Joined:
    Jan 24, 2017
    Messages:
    623
    Likes Received:
    439
    Medals:
    It's planned for vanilla Skript
     
  3. EarthAgar

    EarthAgar Member

    Joined:
    Feb 27, 2019
    Messages:
    3
    Likes Received:
    0
    Thank God, that is actually awesome! Are hex codes available on holograms, scoreboards, and gui titles?
     
  4. Burnty_

    Burnty_ New Member

    Joined:
    Feb 16, 2017
    Messages:
    8
    Likes Received:
    0
    As in the one that is marked as only 1.12 compatible...? Or something else?
     
  5. Mads Bille

    Mads Bille Member

    Joined:
    Oct 15, 2018
    Messages:
    10
    Likes Received:
    0
    I keep gettings this for everyting i try. I tryed the example and it says the same.

    Code (Text):
    1. command /rank:
    2.     trigger:
    3.         set {_book} to a new written book
    4.         set {_component} to a new text component with "&l&nExample 2!%nl%%nl%%nl%%nl%%nl%&4Working!"
    5.         add hover event with action SHOW_TEXT with text "&5This message is a hover!" to text component {_component}
    6.         add text component {_component} to book {_book}
    7.         open book {_book} to player
    8.                
    upload_2020-8-14_0-57-14.png
     
  6. pepper82

    pepper82 Member

    Joined:
    Jan 26, 2017
    Messages:
    272
    Likes Received:
    1
    Skellett is now skript-holo? What does it mean? I found an addon by another dev called skript-holo not being updated for over a year or so?! Also missing a changelog
    --- Double Post Merged, Aug 24, 2021, Original Post Date: Sep 9, 2020 ---
    When do you think can we expect an updated version for 1.17.1?
     
  7. LimeGlass

    VIP Supporter ++ Regular Diner Addon Developer

    Joined:
    Jan 24, 2017
    Messages:
    623
    Likes Received:
    439
    Medals:
    LimeGlass updated Skellett - The beast addon! with a new update entry:

    Starting fresh

    Read the rest of this update entry...
     
  8. Martzoz

    Martzoz Member

    Joined:
    Feb 7, 2022
    Messages:
    1
    Likes Received:
    0
    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.
     
  9. victor11

    victor11 Member

    Joined:
    May 20, 2021
    Messages:
    2
    Likes Received:
    0
    Did yo go through the documentation? You might find a solution over there.
     
  10. katerina

    katerina Member

    Joined:
    Mar 11, 2022
    Messages:
    1
    Likes Received:
    0
    Hello

    I have a "loop" problem with Skelet

    The skript :
    Code (Text):
    1. command /Loop <integer>:
    2.     trigger:
    3.         loop arg-1 times:
    4.             message "%arg-1%"
    >.... [21:11:30 ERROR]: #!#! [Skript] Severe Error:
    >.... [21:11:30 ERROR]: #!#! Could not load test.sk
    >.... [21:11:30 ERROR]: #!#! Current node: loop arg-1 times: (test.sk, line 3)

    whereas if I disable Skelett, the skript works

    Skelett-Legacy-2.0.3
    Skript 2.6.1
    Paper 1.18.2
    Java17
     
    #530 katerina, Mar 11, 2022
    Last edited: Mar 11, 2022

Share This Page

Loading...