Advertisement
Guest User

bossbar

a guest
Mar 31st, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. #styles (SERVER 1.9+)
  2. #NOTCHED_6, NOTCHED_10, NOTCHED_12, NOTCHED_20, PROGRESS
  3.  
  4. #colors (SERVER 1.9+)
  5. #BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
  6.  
  7. #IF YOU ARE USING SERVER 1.8.X
  8. #the entity will be slightly visible when progress is less than ~50% (client-sided bug)
  9. #only 1 line can be displayed at a time
  10.  
  11. #you can also announce a message using /tab announce bar <bar name> <duration in seconds> (does not support animations yet)
  12.  
  13. bossbar-enabled: false
  14. refresh-interval-milliseconds: 1000
  15. bossbar-toggle-command: /bossbar
  16.  
  17. #saving toggle decision into playerdata.yml to keep it saved after reloads/restarts
  18. remember-toggle-choice: false
  19.  
  20. #to have no default bars, set it to
  21. #default-bars: []
  22. default-bars:
  23. - ServerInfo
  24. per-world:
  25. testworld:
  26. - "test"
  27.  
  28. bars:
  29. ServerInfo:
  30. #tab.bossbar.<name>, in this case tab.bossbar.ServerInfo
  31. permission-required: false
  32. refresh: 1000
  33. style: "PROGRESS"
  34. color: "%animation:barcolors%"
  35. progress: "100" # in %
  36. text: "&fWebsite: &bwww.domain.com"
  37. test:
  38. permission-required: false
  39. refresh: 100
  40. style: PROGRESS
  41. color: WHITE
  42. progress: "100"
  43. text: "test"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement