jhezreel708

Error 1

May 20th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. ########################################################################################
  2. # #
  3. # Auto broadcast plugin config. #
  4. # Created by NickTheDev #
  5. # #
  6. # Define your custom broadcasts in this file. A guide on all of the custom options #
  7. # for broadcasts and how to define them can be found on the spigot resource page. #
  8. # All text fields support chat color codes with the '&' symbol. #
  9. # #
  10. ########################################################################################
  11.  
  12. # DO NOT CHANGE
  13. # Info created by the plugin about what plugin this config this version supports.
  14. # In future updates new changes may be added that break old config past a certain
  15. # version require and require their user to delete their unsupported old config
  16. # and let the plugin generate a new one.
  17. config-version: 3.0
  18.  
  19. # Interval that defines how often broadcasts are scheduled.
  20. # The interval is in SECONDS, meaning the default 60 represents 60 seconds or one minute.
  21. interval: 60
  22.  
  23. # Whether or not the scheduler should allow repeats in broadcasting.
  24. # If this is true, randomly generated broadcasts may repeat as with normal random numbers.
  25. # If this is false, broadcasts will never repeat until each unique broadcast has been shown.
  26. allow-repeats: true
  27.  
  28. # List of your custom broadcasts!
  29. # Below are some starter templates that show how to use custom properties on broadcasts.
  30. # Feel free to add, remove, or change these templates as they are intended only to help
  31. # you get started. Please see the spigot resource page for a full guide for how to define them.
  32. #
  33. # Each broadcast may specify the following fields:
  34. # messages: String list (Supports color codes)
  35. # sound: Sound type (Choose from this link: https://bit.ly/2Tn1nvs)
  36. # worlds: String list (Must be valid worlds)
  37. # title: String (Supports color)
  38. # subtitle: String (Supports color)
  39. # permission: String (Should be a real permission)
  40. # items: Item list
  41. #
  42. # Each item may specify the following fields:
  43. # type: Material type (Choose from this link: https://bit.ly/2TzIJj0)
  44. # name: String (Supports color codes)
  45. # amount: Number (Must be greater than 0)
  46. # lore: String list (Supports color codes)
  47. broadcasts:
  48. Donator2:
  49. messages:
  50. - '&a&lThanks for donating again!'
  51. permission: 'donator2.permission'
  52. Donator1:
  53. messages:
  54. - '&a&l&m-----------------------------------'
  55. - '&a&lThanks for donating!'
  56. - '&c&kasdasd&a&lYour're awesome!&c&kasdasd'
  57. - '&a&l&m-----------------------------------'
  58. permission: 'donator.permission'
  59. SoundPlayedTemplate:
  60. messages:
  61. - '&a&l&m-----------------------------------'
  62. - '&6&lOur Discord:'
  63. - '&d&lDiscord - &5&discordlinkhere'
  64. - '&a&l&m-----------------------------------'
  65. sound: CLICK
  66. SoundPlayedTemplate1:
  67. messages:
  68. - '&a&l&m-----------------------------------'
  69. - '&6&lOurmap &a&lMap&6&l:'
  70. - '&aLink: - &l&nmap.link.here'
  71. - '&a&l&m-----------------------------------'
  72. sound: CLICK
  73. SoundPlayedTemplate2:
  74. messages:
  75. - '&a&l&m-----------------------------------'
  76. - '&c&lAfraid of losing your Exp?:'
  77. - '&a&lUse Spawn &6&lEXP Bank! &a&n(Utility Building)'
  78. - '&a&l&m-----------------------------------'
  79. sound: CLICK
  80. SoundPlayedTemplate3:
  81. messages:
  82. - '&a&l&m-----------------------------------'
  83. - '&6&lOrcs are ninjas? &c(SkinProblem) '
  84. - '&a&lGo to our Discord channel #Skins-on-the-server '
  85. - '&d&lDiscord - &5&ldiscordlinkhere'
  86. - '&a&l&m-----------------------------------'
  87. sound: CLICK
  88. SoundPlayedTemplate4:
  89. messages:
  90. - '&a&l&m-----------------------------------'
  91. - '&6&lDon't Forget to '
  92. - '&a&l/sethome'
  93. - '&a&l&m-----------------------------------'
  94. sound: CLICK
  95. SoundPlayedTemplate5:
  96. messages:
  97. - '&a&l&m-----------------------------------'
  98. - '&6&lIgnored by players? Because you're not shouting!'
  99. - '&a&lAdd &6&l! &a&l in front of your chat to shout.'
  100. - '&a&l&m-----------------------------------'
  101. sound: CLICK
Add Comment
Please, Sign In to add comment