Advertisement
SunKing

configuration.ym

May 9th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. #
  2. #Hey, you! You might want to run this command: /fa off
  3. # before configuring. This will stop it from announcing the unnecessary (as you're already configuring it) messages telling you
  4. # to configure it.
  5. #Leave no whitespace, unless the empty line has a # on it somewhere! USE NO TABS. ONLY SPACES.
  6. #
  7. # WARNING: WHEN YOU USE A COMMAND THAT CHANGES THE CONFIGURATION, ALL OF THE COMMENTS EXPLAINING HOW TO CONFIGURE THIS WILL BE ERASED. READ THEM BEFORE YOU DO IT.
  8. Settings:
  9. #Interval: Time in minutes to announce by.
  10. Interval: 5
  11. #Random: Announce randomly? true = random announcement selected every x minutes (interval), false = sequential, looping back to the first announcement when it reaches the end of the list.
  12. Random: false
  13. #Permission: Use permissions? True/False should be obvious. Requires Vault. If you want a non-OP to be able to administrate FrogAnnounce, give them frogannounce.* or frogannounce.admin.
  14. Permission: true
  15. #displayMessageOnJoin: Should the plugin display a message to users when they log in? Will not display if they are opted-out of announcements.
  16. #Default: false
  17. displayMessageOnJoin: false
  18. #showConsoleAnnouncements: Should the plugin display a message saying that it is announcing now, with the announcement?
  19. #Default: false
  20. showConsoleAnnouncements: false
  21. Announcer:
  22. #Tag: This will go in front of every announcement. You may remove it by leaving it blank: ''
  23. Tag: '&AQUA;[FrogAnnounce]'
  24. #ToGroups: Only announce to the groups you specify in "Groups"? (Only available if you have Vault disable, if you do not have it)
  25. ToGroups: false
  26. #Groups: List the groups that you want the announcements will go to. You do not need to do this if ToGroups is false. (Only available if you have Vault)
  27. Groups:
  28. #Follow the below format.
  29. #- 'GroupName'
  30. #You must keep the dash (-) and the apostophes ('').
  31. - 'Everyone'
  32. - 'Default'
  33. - 'Donators'
  34. - 'Moderators'
  35. - 'Administrators'
  36. - 'SomeOtherGroup'
  37. #Strings: What you want the plugin to say.
  38. Strings:
  39. #Follow this format.
  40. #- "&COLOUR;Message"
  41. #or
  42. #- "Message"
  43. #You must keep the dash (-) and the quotation marks ("").
  44. #You can specify what groups you want each announcement to go to - see the third announcement down or see this webpage, detailing how to do it:
  45. # http://dev.bukkit.org/server-mods/frogannounce/pages/miscellaneous-explanations/#w-announcement-specific-group-filters
  46. - "&RED;You have yet to configure &GREEN;FrogAnnounce!&NEW_LINE;&DARK_GREEN;Please configure it soon."
  47. - "&DARK_PURPLE;No, seriously. Configure me."
  48. - "&DARK_RED;Y U NO CONFIGURE PLUGINS, SERVER OWNER?"
  49. - "&LIGHT_PURPLE;Moo. Anyone there?"
  50. #Oh, did you just configure it? I see. Okay, that works then.
  51. #
  52. #You can use either /fa reload, /frogannounce reload, or just use Bukkit's built-in reload (/reload) to reload this configuration.
  53. #And yes, /fa reload will load the new announcements.
  54. #
  55. #You may use the following colours:
  56. # &AQUA;
  57. # &DARK_AQUA;
  58. # &BLACK;
  59. # &BLUE;
  60. # &DARK_BLUE;
  61. # &GRAY;
  62. # &DARK_GRAY;
  63. # &GREEN;
  64. # &DARK_GREEN;
  65. # &LIGHT_PURPLE;
  66. # &DARK_PURPLE;
  67. # &RED;
  68. # &DARK_RED;
  69. # &GOLD;
  70. # &WHITE;
  71. # (New in 2.0):
  72. # &MAGIC;
  73. # &BOLD;
  74. # &ITALIC;
  75. # &UNDERLINE;
  76. # &STRIKE;
  77. #
  78. #You may also use use this to split announcements over two (or several) lines:
  79. #&NEW_LINE;
  80. #Note that this will also repeat the Tag (The thing that defaults to "&AQUA;[FrogAnnounce]"). Also, colours work on that second line.
  81. #joinMessage: A message you want to display the users when they log in.
  82. #Default: Welcome to the server! Use /help for assistance.
  83. joinMessage: "&GREEN;Welcome to the server! Use /help for assistance."
  84. #Players who are ignoring announcements.
  85. ignoredPlayers:
  86. - TheLunarFrog
  87. - SomeoneElse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement