# default 14 (gold), 15 (iron) and 56 (diamond) - MUST USE DATA VALUES# # http://www.minecraftwiki.net/wiki/Data_valuesloggedOres:-14-15-56logTypes:-file#- excel#- mysqlparanoidDiamonds:true# MySQL Setup (only used if mysql is enabled as a logType above)mysql:host:localhostdatabase:logoresuser:rootpassword:mydatabasepassword# base name of the logFile. Note ".txt" will be added automatically. Also if# you set logFilePerWorld to true, ".world" will be added before ".txt" as# well.logFile:"plugins/LogOres/oreLog"logFilePerWorld:falselogLightLevel:false# this weeds out false positives as a result of really close oresminDistance:5# This defines the maximum number of blocks that can be mined before we don't consider# the next ore to be part of a "cave" system. Just sets a sane upper limit on this check.maxCaveBlocks:50flagging:#Ratioforflagging:anyratiolessthanthisvaluewillbeflaggedwith"flagged"inthelog#fileforeasysearching,andaseriesofflaggedentriesfromthesameplayerlikely#indicatesawallhack/texturepackcheatbeingused.Sethereinconfigsoyoucantune#ittoyourneeds,Igenerallyfindthisvaluetobereasonable.ratio:250#maxTimedefinesthemaximumtimethatweconsiderforflagging-ifthetimebetween#oresexceedsthistime,itwon'tbeflagged.Thishelpspreventfalsepositives.#Ifsetto0,thissettingisnotused.maxTime:600#thisweedsoutfalsepositivesasaresultofcavesystems,whereverylittlemining#takesplacebetweenores(lotsofopenair)minBlocks:10#maxDistancedefinesthemaximumdistancethatweconsiderforflagging-thisavoids#falsepositivesfromforpeoplethatgoabovegroundandthengobackundersomewhere#elsefarway.#Ifsetto0,thissettingisnotused.maxDistance:600#Thisdefinesfuzzymatchvarianceforreducingfalse-positives.Basicallyiftheplayer#ishorizontallyminingandfindsoresthatarewithinthetheallowablevariance,they#won'tbeflagged.Setto0todisableandhavenovariancedetection,althoughbe#warnedyouwilllikelygetahighernumberof[flagged]falsepositives.##Defaultvaluesofvertical:3andhorizontal:2allowfornormalhorizontalstrip#miningactivitieswithouttriggeringanyalerts.allowedVariance:vertical:3horizontal:2#ifsettotrue,miningwhenlightis0willtripaflag(onlyworksiflogLightLevelistrue)flagWhenZeroLight:false#ifnotifyistrue,anyonewiththe'logores.notify'permissionwillbenotifiedon#aflaggedentrynotify:false#bydefaultwedon'tcount[cave?]entriestowardnotification.Setthisflagtotrue#tochangethatbehavior.notifyInCaves:false#youcantunethistobethenumberofflaggedeventsarerequiredbeforeanotification#issent.flagsBeforeNotify:3#worldstoignorenotificationsfrom#notifyIgnoredWorlds:#-world1#-world2# This defines which permission system LogOres uses. Vault and WEPIF# (WEPIF is built into WorldEdit) are preferred, they both provide# a nice interface to all other permission systems. If you don't have# or don't want to use either of those, there is some native support# for a few other permission systems that you can use. These are# checked in the order they are listed for existence and the# first one to match is used.permissions:-vault-wepif-pex-perm2-compat-superperms-ops
Comments
To post a comment, please login or register a new account.
Comments