Create simple progress bars for your server!
You will need to understand a little bit of Skript to use this.
Example usage:
Code (Text):
bar(1, 2, 30)
The first number represents how filled the progress should be, and the second number represents the max fill. This works similar to fractions and ratios, 1/2 is a half. Then the last number is how many increments ("|") should be displayed. This example shows 30, so if I ran that example it would be 15 green, 15 grey.
Potential Issues:
- None of these arguments can go under 0. Only argument one can equal to 0 (no progress)
- Outdated Skript version (try updating)
Please give me a rating in the reviews it makes me feel good :/