Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # FoundOres Revisited v1.8
- # This is the config of FoundOres Revisited
- # 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
- # 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'
- # SaveInterval is the interval in minutes. E.G: 'SaveInterval: 30' means that FO:RE will save every 30 minutes.
- # When 'allowLowLightMining' is true, players can mine in the dark. (Lightlevel = 4) This is to stop fullbrighters.
- # When 'checkCreativeMode' is true, players in creativemode will be logged as well.
- # '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.
- # 'LightLevelDenial' is the light level when a player can't break blocks anymore and gets the message: 'Too dark'!
- # DisabledWorlds contains all disabled worlds. These worlds will not be logged. World names are case-sensitive.
- # AutoUpdateIntervalTimer is the interval in minutes that FoundOres will check for a new version.
- #
- # Thanks for using FO:RE! Questions? http://dev.bukkit.org/server-mods/foundores-revisited/
- announceMode: true
- noticePlayerOnMine: ytue
- noticeMessageToPlayer: Mining mode ON!
- SaveInterval: 2
- allowLowLightMining: true
- checkCreativeMode: true
- sleepTime: 10
- LightLevelDenial: 1
- Logger:
- useLogger: true
- logMine: false
- logReportCreation: true
- logCommands: true
- logMySQL: false
- verboseLogging: true
- debug: false
- MySQL:
- use: false
- host: localhost:3306
- database: minecraft
- user: admin
- password: '1234'
- Updater:
- doCheckUpdate: true
- doAutoUpdate: false
- autoUpdateIntervalTimer: 60
- NoticeableBlocks:
- - 56
- - 57
- - 264
- - 14
- - 41
- - 266
- - 15
- - 42
- - 129
- - 133
- - 388
- DisabledWorlds:
- - mcu_nether
- - mcu_the_end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement