Advertisement
Guest User

Untitled

a guest
Nov 25th, 2013
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. <configuration plugin="adv">
  2. <!--
  3. Note: within ads, you can use the following variables : @nextmap @time
  4. or rules as defined in the admin plugin config file. ie: /spam#rule1
  5. -->
  6. <settings name="settings">
  7. <!-- rate in minutes.
  8. If you want a rate faster than once
  9. per minutes, then you can add a 's' as a suffix for seconds.
  10. i.e. : <set name="rate">30s</set>
  11. -->
  12. <set name="rate">2</set>
  13. <!--
  14. you can either set here a text file that will contain one ad per line
  15. or fill the <ads> section below
  16. -->
  17. <!-- <set name="ads">c:/somewhere/my_ads.txt</set> -->
  18. </settings>
  19. <settings name="newsfeed">
  20. <!--
  21. you can include newsitems in your adds by setting the section below
  22. you can add feeditems in the adds like this:
  23. @feed (will pick the next newsitem each time it is included in the rotation,
  24. rotating until 'items' is reached and then start over.)
  25. @feed 0 (will pick the latest newsitem available from the feed and add it in the rotation)
  26. @feed 1 (will pick the second latest item in line)
  27. etc.
  28. -->
  29. <set name="url"><![CDATA[http://forum.bigbrotherbot.net/news-2/?type=rss;action=.xml]]></set>
  30. <set name="items">5</set>
  31. <set name="pretext">News: </set>
  32. </settings>
  33. <ads>
  34. <!-- you can use the following keywords in your messages :
  35. /spam#rule1 - rule 1 as defined in you admin plugin config file
  36. @time - the server time
  37. @feed - the next RSS feed item
  38. @feed 0 - the lastest RSS feed item
  39. @feed 1 - the 2nd lastest RSS feed item
  40. @nextmap - the next map in your game server rotation list (if available)
  41. @topstats - the top stats from XLRstats (if the plugin is enabled)
  42. @admins - connected admins' names. You can change the message format in your admin plugin config
  43. @regulars - connected players from the regular grout. You can change the message format in your admin plugin config
  44. -->
  45.  
  46. <ad>@topstats</ad>
  47. </ads>
  48. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement