mcspinner123

Untitled

Sep 21st, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. Bars:
  2. - Title:
  3. 1: '&6こんにちは! %player_name%! さん!今日も銃で楽しもう!'
  4. 2: '&a所持金は: &6$%vault_eco_balance%'
  5. #Cycles between colors red and blue
  6. Color:
  7. 1: red
  8. 2: blue
  9. #Updates every 100 ticks (= 5 seconds)
  10. Update-Delay: 100
  11. - Title: '&c体力 (%player_health%/%player_max_health%)'
  12. #Set the bar's health and max health to that of the player
  13. Health: '%player_health%'
  14. Max-Health: '%player_max_health%'
  15. #Color depending on progress!
  16. Color: '25=red, 50=yellow, 100=green'
  17.  
  18. - Title: '&b現在の使用RAM数 (%server_ram_free%/%server_ram_max%)'
  19. #Set the bar's ram and max ram to that of the server
  20. Ram: '%server_ram_free%'
  21. Max-Ram: '%server_ram_max%'
  22. #Color depending on progress!
  23. Color: 'red'
  24.  
  25. #You can have Enabled-Worlds and Disabled-Worlds on each bar.
  26. #If the bar has one of these keys specified, it will not look at the keys in the main config (bottom of this file)
  27. #Enabled-Worlds:
  28. #- world
  29. #Use Enabled-Worlds to create a whitelist that will only allow the bars to show in those worlds
  30. #Enabled-Worlds:
  31. #- world
  32. #- world_nether
  33. #Use Disabled-Worlds to create a blacklist that will hide the bossbar in those worlds
  34. #If Enabled-Worlds is specified, this does nothing
  35. #Disabled-Worlds:
  36. #- world_the_end
Advertisement
Add Comment
Please, Sign In to add comment