Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
189
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: ytue
  16. noticeMessageToPlayer: Mining mode ON!
  17. SaveInterval: 2
  18. allowLowLightMining: true
  19. checkCreativeMode: true
  20. sleepTime: 10
  21. LightLevelDenial: 1
  22. Logger:
  23. useLogger: true
  24. logMine: false
  25. logReportCreation: true
  26. logCommands: true
  27. logMySQL: false
  28. verboseLogging: true
  29. debug: false
  30. MySQL:
  31. use: false
  32. host: localhost:3306
  33. database: minecraft
  34. user: admin
  35. password: '1234'
  36. Updater:
  37. doCheckUpdate: true
  38. doAutoUpdate: false
  39. autoUpdateIntervalTimer: 60
  40. NoticeableBlocks:
  41. - 56
  42. - 57
  43. - 264
  44. - 14
  45. - 41
  46. - 266
  47. - 15
  48. - 42
  49. - 129
  50. - 133
  51. - 388
  52. DisabledWorlds:
  53. - mcu_nether
  54. - mcu_the_end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement