Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. # Thank you for using this plugin
  2. # I will explain some stuff about the configuration
  3. # The "Allowed ForumType" is a list that is set by the plugin, every time you change it it will be overridden
  4. # The "ForumType" is the type of forum you are using, this is needed for checks in the page system
  5. # The "PermaLink" is a link to the thread, preferabiliy a link that won't change
  6. # "TimeBetweenChecks" is the time in seconds between every time that the plugin checks the forum
  7. # "CheckFor" determines what the plugin will look for, the plugin will append a space to it and then there should the name be
  8. # "MinAmountOfPosts" Most forums have the ability to only show posts from page ... or post ... , with this you can put the starting post on a different post, this will decrease lag
  9. # "MaxAmountOfPosts" This is a pretty stupid plugin, it will continue checking each post till it hits this number
  10. # "Commands" A list of commands that the command is running, playername variable is "%p"
  11. # "Added" A list of players that is found already, don't modify this list unless you want to reset the plugin.
  12.  
  13. Allowed ForumType:
  14. - MINECRAFTFORUM_NET
  15. - EASYDISCUSS
  16. ForumType: EASYDISCUSS
  17. PermaLink: http://dev.itchy-dog.co.uk/discussions/new-reader-test
  18. TimeBetweenChecks: 60
  19. CheckFor: 'IGN:'
  20. MinAmountOfPosts: 0
  21. MaxAmountOfPosts: 1000
  22. Commands:
  23. - say Thank you %p for posting your username
  24. - fe grant %p 1000
  25. Added:
  26. - crunchy_nerfed
  27. - "crunchy_nerfed\t\t\t\t\t\t"
  28. - "luccalol\t\t\t\t\t\t"
  29. - "crunchy_slipper\t\t\t\t\t\t"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement