Stats collection: MCStats Lite is included in the latest versions and will just be collecting really basic information (your server's IP address, and other private information will not be collected) about your server. The collection will be used for the public's (mainly mine) knowledge on the popularity of the plugin, you may choose to opt-out in the configurations by changing the "Allow_Usage_Stats_Collection" option to false. For more information please head to http://mcstats.org/learn-more/
Description
Continuation of FoundDiamonds from scratch (Yes, even the MySQL, but 10% of it is from a tutorial). Announces ore finds. Easy to configure. Extra features
Features
Announcing findings of the different ore by players
Able to set to use permissions (Look below)
Able to configure which ore to announce
Announces number of the same ore nearby
Announces light level (in percentage, for fullbright hackers)
Able to set only survival players to then announce
Saves all nearby ores into a list to prevent players from getting it announced again after 30 seconds unlike FoundDiamonds
List will be cleared on server restarts or entries removed on removing the blocks
Random item on mining diamonds
Able to set to disallow mining at light 0, to help in fullbright hackers
Auto_Update_On_Plugin_Enable:true#toggle the auto updater running on start because you don't trust me/are lazy. You can still use "/fb update".Notify_On_Updates:true#notify people with the foundboxx.cmd.update permission on updates available (not linked with auto update)Allow_Usage_Stats_Collection:false#allow MCStats data collectionSurvival_Only:true#only listens to players in survival mode (recommended: true)Use_Nickname:false#when announcing, use the players nick (display name). SQL logging is still original real nameUse_Permissions:false#permissions enabled? If no permissions, op will do (PermissionBukkit, PEX, bPerms)Messages:Found_Notification:'%plyfound%amt%blk(s)(Visibility:%vis%)'#block found notification (%ply = Player name; %amt = Amount of the block found; %blk = Block name; %vis = Visibility value)Must_Have_Light_To_Mine:Interacting in the dark is dangerous! Put some torches!#warning to display when mining in dark is disallowed and the person mines in the darkCount_Diagonal_Ores:false#should the plugin count diagonal oresEMERALDS:true#announce emeralds.DIAMONDS:true#announce diamondsGOLD:true#announce goldIRON:true#announce ironCOAL:false#announce coalLAPIS:true#announce lapisREDSTONE:true#announce redstoneExtra_Blocks_IDs:[]#also announce all material names inside the box separated with a comma (Format: [STONE, IRON_BLOCK, DIAMOND_BLOCK])Percentage_Chance_To_Give_Randoms_Item:0#out of 100, chance to give a random item to everyone, leave 0 to disable.Max_Random_Items_To_Give:3#max number of the random item to give, 1 to this valueRandom_Item_To_Give:RAW_CHICKEN#material name of the random itemMust_Have_Light_To_Mine:false#disallow fullbrighters to mine in the dark at light 0 (still announces ore finds but without visibility)Ignore_Night_Vision_Mining_In_Dark:false#night vision potions support for mining in the darkSQL_Enabled:false#false = Disable SQL and H2; true = Enable SQL; SQL = Enable SQL; H2 = Enable H2SQL:#ONLY REQUIRED TO CHANGE USING SQL (H2 ONLY USES PREFIX) IS ONURL:localhost#URL of SQLPort:3306#port of SQLDatabase:minecraft#Database to usePrefix:fb#prefix of all FB database (eg. "fb-log")User:root@localhost#username to log in SQLPass:''#password to log in SQLDays_To_Remove:1#how long can a log survive before it is able to get deleted on startup.Maximum_Queries:5000#how many queries that can be used (To MySQL literate people, it's the maximum LIMIT value)Maximum_Data_Queries_Per_Second:10#how many queries to be sent per second (to prevent overload)