- 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:
Videos
Dependencies:
Skript 2.2+
RandomSK 1.8+
Umbaska
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:
ActionPBar(Player: player, Length: integer, CD: number, Inc: text, Dec: text, Stay: number, Fin: number, Fout: number)
MessagePBar(Player: player, Length: integer, CD: number, Inc: text, Dec: text, Stay: number, Fin: number, Fout: number)
TitlePBar(Player: player, Length: integer, CD: number, Inc: text, Dec: text, Stay: number, Fin: number, Fout: number)
SubTitlePBar(Player: player, Length: integer, CD: number, Inc: text, Dec: text, Stay: number, Fin: number, Fout: number)
RemovePBar(Player: player, Type: text)
Player: of coz the player you want to send a processbar to
Length: the total length of the bar
CD: interval between every processbar update
Inc: the increase part of the processbar
Dec: the decrease part of the processbar
Type: Message / ActionBar / Title ? SubTitle
Title/SubTitle only:
Stay: the stay time of the Title/SubTitle
Fin: Fade in time
Fout: Fade out time
Dependencies:
Skript 2.2+
RandomSK 1.8+
Umbaska