sora200507

Bossbar

Jul 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Bars:
  2. - Title:
  3. 1: '&aサーバー人数%server_online%/%server_max_players%'
  4. 2: '&b起動時間%server_uptime%'
  5. 3: '&a現在のTPS%server_tps%'
  6. Update-Delay: 500
  7. - Title: '&b%server_ram_used%Mb使用/%server_ram_free%Mb空き'
  8. Health: '%server_ram_used%'
  9. Max-Health: '%server_ram_total%'
  10. - Title:
  11. 1: '&6%player_name%さんこんにちは!'
  12. 2: '&5ゆっくりしていってね!!'
  13. 3: '&bあなたのpingは%player_ping%です!'
  14. 4: '&b現在の所持丸石は%vault_eco_balance%です'
  15. 5: '&6現在のランク%vault_prefix%'
  16. #Cycles between colors red and blue
  17. Color:
  18. 1: red
  19. 2: blue
  20. #Updates every 100 ticks (= 5 seconds)
  21. Update-Delay: 500
  22. - Title: '&c体力%player_health%/%player_max_health%'
  23. #Set the bar's health and max health to that of the player
  24. Health: '%player_health%'
  25. Max-Health: '%player_max_health%'
  26. #Color depending on progress!
  27. Color: '25=red, 50=yellow, 100=green'
  28. #You can have Enabled-Worlds and Disabled-Worlds on each bar.
  29. #If the bar has one of these keys specified, it will not look at the keys in the main config (bottom of this file)
  30. #Enabled-Worlds:
  31. #- world
  32. #Use Enabled-Worlds to create a whitelist that will only allow the bars to show in those worlds
  33. #Enabled-Worlds:
  34. #- world
  35. #- world_nether
  36. #Use Disabled-Worlds to create a blacklist that will hide the bossbar in those worlds
  37. #If Enabled-Worlds is specified, this does nothing
  38. #Disabled-Worlds:
  39. #- world_the_end
Add Comment
Please, Sign In to add comment