Advertisement
Guest User

Untitled

a guest
Mar 21st, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. # Config
  2.  
  3. # Thank you for using this plugin
  4. # I will explain some stuff about the configuration
  5. # The "Allowed ForumType" is a list that is set by the plugin, every time you change it it will be overridden
  6. # The "ForumType" is the type of forum you are using, this is needed for checks in the page system
  7. # The "PermaLink" is a link to the thread, preferabiliy a link that won't change
  8. # "TimeBetweenChecks" is the time in seconds between every time that the plugin checks the forum
  9. # "CheckFor" determines what the plugin will look for, the plugin will append a space to it and then there should the name be
  10. # "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
  11. # "MaxAmountOfPosts" This is a pretty stupid plugin, it will continue checking each post till it hits this number
  12. # "Commands" A list of commands that the command is running, playername variable is "%p"
  13. # "Added" A list of players that is found already, don't modify this list unless you want to reset the plugin.
  14.  
  15. Allowed ForumType:
  16. - MINECRAFTFORUM_NET
  17. - EASYDISCUSS
  18. ForumType: EASYDISCUSS
  19. PermaLink: http://dev.itchy-dog.co.uk/discussions/new-reader-test
  20. TimeBetweenChecks: 60
  21. CheckFor: 'IGN:'
  22. MinAmountOfPosts: 0
  23. MaxAmountOfPosts: 1000
  24. Commands:
  25. - say Thank you %p for posting your username
  26. - fe grant %p 1000
  27. Added: []
  28.  
  29.  
  30. ## From log
  31.  
  32. [08:57:22] [Craft Scheduler Thread - 17/WARN]: java.lang.IllegalStateException: Scanner closed
  33. [08:57:22] [Craft Scheduler Thread - 17/WARN]: at java.util.Scanner.ensureOpen(Scanner.java:1115)
  34. [08:57:22] [Craft Scheduler Thread - 17/WARN]: at java.util.Scanner.hasNext(Scanner.java:1379)
  35. [08:57:22] [Craft Scheduler Thread - 17/WARN]: at nl.timdebrouwer.forumreaderlikeme.forums.EasyDiscuss.check(EasyDiscuss.java:28)
  36. [08:57:22] [Craft Scheduler Thread - 17/WARN]: at nl.timdebrouwer.forumreaderlikeme.ForumReaderLikeMe.check(ForumReaderLikeMe.java:67)
  37. [08:57:22] [Craft Scheduler Thread - 17/WARN]: at nl.timdebrouwer.forumreaderlikeme.CheckRunner.run(CheckRunner.java:14)
  38. [08:57:22] [Craft Scheduler Thread - 17/WARN]: at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:67)
  39. [08:57:22] [Craft Scheduler Thread - 17/WARN]: at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  40. [08:57:22] [Craft Scheduler Thread - 17/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  41. [08:57:22] [Craft Scheduler Thread - 17/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  42. [08:57:22] [Craft Scheduler Thread - 17/WARN]: at java.lang.Thread.run(Thread.java:722)
  43. [08:58:22] [Craft Scheduler Thread - 18/WARN]: java.lang.IllegalStateException: Scanner closed
  44. [08:58:22] [Craft Scheduler Thread - 18/WARN]: at java.util.Scanner.ensureOpen(Scanner.java:1115)
  45. [08:58:22] [Craft Scheduler Thread - 18/WARN]: at java.util.Scanner.hasNext(Scanner.java:1379)
  46. [08:58:22] [Craft Scheduler Thread - 18/WARN]: at nl.timdebrouwer.forumreaderlikeme.forums.EasyDiscuss.check(EasyDiscuss.java:28)
  47. [08:58:22] [Craft Scheduler Thread - 18/WARN]: at nl.timdebrouwer.forumreaderlikeme.ForumReaderLikeMe.check(ForumReaderLikeMe.java:67)
  48. [08:58:22] [Craft Scheduler Thread - 18/WARN]: at nl.timdebrouwer.forumreaderlikeme.CheckRunner.run(CheckRunner.java:14)
  49. [08:58:22] [Craft Scheduler Thread - 18/WARN]: at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:67)
  50. [08:58:22] [Craft Scheduler Thread - 18/WARN]: at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  51. [08:58:22] [Craft Scheduler Thread - 18/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  52. [08:58:22] [Craft Scheduler Thread - 18/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  53. [08:58:22] [Craft Scheduler Thread - 18/WARN]: at java.lang.Thread.run(Thread.java:722)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement