Advertisement
Guest User

Untitled

a guest
Jul 10th, 2014
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. #BukkitFAQ WUB WUB!!!!
  2. # =====================================================================
  3. # | BossMessage - by Victor2748 (Pixelized Network) |
  4. # | IP: play.pixelizedmc.net |
  5. # | Website: Pixelizedmc.net |
  6. # | http://dev.bukkit.org/bukkit-plugins/bossmessage/ |
  7. # |-------------------------------------------------------------------|
  8. # | DO NOT TOUCH THE LINE: |
  9. # | '- ==: ConfigurationMessage' |
  10. # | OR IT WILL BREAK YOUR CONFIG!!! |
  11. # =====================================================================
  12.  
  13. BossMessage:
  14. Random: false
  15. ColorCodes: 1234567890abcdef
  16. NoPermission: '&cNo Permission!'
  17. Broadcast:
  18. DefaultTime: 30
  19. Percent: auto
  20. CheckUpdates: true
  21. Whitelist: false
  22. RepeatRandomColors: true
  23. RepeatRandomPlayers: true
  24. VanishNoPacketSupport: false
  25. Messages:
  26. default:
  27. - ==: ConfigurationMessage
  28. Interval: 0
  29. Message: '&6Hallo, &5&kHH&9%player%&5&kHH &4es sind &3%online_players% online_players'
  30. Show: 50
  31. Percent: 'auto'
  32. #- ==: ConfigurationMessage
  33. # Interval: 0
  34. # Message: '&aBossMessage - best BossBar plugin by &bVictor2748'
  35. # Show: 100
  36. # Percent: '50'
  37. #- ==: ConfigurationMessage
  38. # Interval: 0
  39. # Message: '%rdm_color%Now %rdm_color%supports %rdm_color%custom %rdm_color%random
  40. # %rdm_color%colors'
  41. # Show: 100
  42. # Percent: '30'
  43. #- ==: ConfigurationMessage
  44. # Interval: 0
  45. # Message: '&aRight now, there are &b%online_players%&c/&b%max_players% &aPlayers
  46. # online'
  47. # Show: 100
  48. # Percent: online_players/max_players*100
  49. #- ==: ConfigurationMessage
  50. # Interval: 0
  51. # Message: '&6Th1s 1s a m3ssag3 w1th &brand0m&6 p3rs3ntag3'
  52. # Show: 100
  53. # Percent: Math.floor(Math.random()*100)
  54. #- ==: ConfigurationMessage
  55. # Interval: 0
  56. # Message: '&eThis is a message with an auto-reducing percentage'
  57. # Show: 100
  58. # Percent: auto
  59. #- ==: ConfigurationMessage
  60. # Interval: 0
  61. # Message: '&bYour balance: &c%econ_dollars%.%econ_cents%'
  62. # Show: 100
  63. # Percent: '100'
  64. #- ==: ConfigurationMessage
  65. # Interval: 0
  66. # Message: '&bYour health is shown on the bossbar!'
  67. # Show: 100
  68. # Percent: health/max_health*100
  69. #- ==: ConfigurationMessage
  70. # Interval: 0
  71. # Message: '&dDon''t forget to check out the new cool BossMessage Animator!'
  72. # Show: 100
  73. # Percent: '100'
  74. WhitelistedWorlds:
  75. - world
  76. - world_nether
  77. - ExampleWorld
  78. IgnoredPlayers: []
  79. Regions: {}
  80. ConfigVersion: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement