1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved bossbar percentages

Discussion in 'Development' started by Levi, Jun 29, 2018.

  1. Levi

    Levi Skeleton

    Messages:
    955
    GitHub:
    captainleviftw
    how can i make a progress bar in bossbar
    like for a quest
    i have to break 10000 blocks
    and in the bossbar the percentage will be the blocks i broke out of 10000 blocks i have to break

    i tried diving the blocks i have to the blocks i need to break and its not work
     
  2. Muqsit

    Muqsit Chicken

    Messages:
    1,548
    GitHub:
    muqsit
    Code:
    percentage = ((number of blocks broken) / 10000) * 100
    
     
  3. Levi

    Levi Skeleton

    Messages:
    955
    GitHub:
    captainleviftw
    200iq right there
     
    jasonwynn10, HimbeersaftLP and Muqsit like this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.