Advertisement
Guest User

Untitled

a guest
Aug 12th, 2014
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. # FoundOres Revisited v1.8
  2. # This is the config of FoundOres Revisited
  3. # When 'announceMode' is true, when a player mines a block which is in the 'NoticeableBlocks' list, all OP's and players with 'foundores.notice' will be notified
  4. # When 'noticePlayerOnMine' is true, players will be notified that admins are watching them. This only scares players that they are watched. The message shown is 'noticeMessageToPlayer'
  5. # SaveInterval is the interval in minutes. E.G: 'SaveInterval: 30' means that FO:RE will save every 30 minutes.
  6. # When 'allowLowLightMining' is true, players can mine in the dark. (Lightlevel = 4) This is to stop fullbrighters.
  7. # When 'checkCreativeMode' is true, players in creativemode will be logged as well.
  8. # 'Sleeptime' is the amount of seconds between 2 save actions. By default this is set to 10 seconds. For most servers this doesn't have to be changed. If you feel like changing it, don't set it to more than 1 minute.
  9. # 'LightLevelDenial' is the light level when a player can't break blocks anymore and gets the message: 'Too dark'!
  10. # DisabledWorlds contains all disabled worlds. These worlds will not be logged. World names are case-sensitive.
  11. # AutoUpdateIntervalTimer is the interval in minutes that FoundOres will check for a new version.
  12. #
  13. # Thanks for using FO:RE! Questions? http://dev.bukkit.org/server-mods/foundores-revisited/
  14. announceMode: true
  15. noticePlayerOnMine: false
  16. noticeMessageToPlayer: You are mining. Please note that you're being watched by the admins.
  17. SaveInterval: 5
  18. allowLowLightMining: true
  19. checkCreativeMode: false
  20. sleepTime: 10
  21. LightLevelDenial: 0
  22. Logger:
  23. useLogger: true
  24. logMine: false
  25. logReportCreation: true
  26. logCommands: true
  27. logMySQL: true
  28. verboseLogging: true
  29. debug: false
  30. MySQL:
  31. use: true
  32. host: 127.0.0.1
  33. database: 14302
  34. user: 14302
  35. password: 3cbc116615
  36. Updater:
  37. doCheckUpdate: true
  38. doAutoUpdate: false
  39. autoUpdateIntervalTimer: 60
  40. NoticeableBlocks:
  41. - gold
  42. - lapislazuli
  43. - diamond
  44. - redstone
  45. - emerald
  46. DisabledWorlds:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement