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.

Script Process Bar | Make a process bar with different type 1.2.0

Make different layout skills cooldown with simple command

  1. i998979
    Supported Minecraft Versions:
    • 1.8
    Process Bar
    make different layout skills cooldown via simple command
    Original thread:
    https://forums.skunity.com/t/process-bar-a-shortcut-for-making-skills-cooldown/6321

    Description coming soon

    API:
    Special thanks to https://forums.skunity.com/t/processbar-api/7783
    This is the unofficial API
    Also, he pushed me to make an official API
    Please use the unofficial API with caution, you will get no support with that API, if you ask me anything with that unofficial API, I will just ignore you.
    Please contact the author of unofficial API to get support.

    API syntax:
    Code (Text):
    1.  
    2. ActionPBar(Player: player, Length: integer, CD: number, Inc: text, Dec: text, Stay: number, Fin: number, Fout: number)
    3.  
    4. MessagePBar(Player: player, Length: integer, CD: number, Inc: text, Dec: text, Stay: number, Fin: number, Fout: number)
    5.  
    6. TitlePBar(Player: player, Length: integer, CD: number, Inc: text, Dec: text, Stay: number, Fin: number, Fout: number)
    7.  
    8. SubTitlePBar(Player: player, Length: integer, CD: number, Inc: text, Dec: text, Stay: number, Fin: number, Fout: number)
    9.  
    10. RemovePBar(Player: player, Type: text)
    11.  
    12. Player: of coz the player you want to send a processbar to
    13. Length: the total length of the bar
    14. CD: interval between every processbar update
    15. Inc: the increase part of the processbar
    16. Dec: the decrease part of the processbar
    17. Type: Message / ActionBar / Title ? SubTitle
    18.  
    19. Title/SubTitle only:
    20. Stay: the stay time of the Title/SubTitle
    21. Fin: Fade in time
    22. Fout: Fade out time
    23.  
    Videos


    Dependencies:
    Skript 2.2+
    RandomSK 1.8+
    Umbaska
    BrettPlayMC likes this.

Recent Updates

  1. Download source update