# / ====================================================== \ # | This is the blocks configuration file of OreAnnouncer | # \ ====================================================== / # (*) options are required # Complete syntax of a block: # MATERIAL_NAME: *| The material name of the block # enabled: true/false *| Enable/disable the block # variants: | Add material variants # - ANOTHER_MATERIAL_NAME # display-name: "" *| Display name of the block # display-color: "" | Display color of the block # alerts: # user: true/false | Alert users # admin: true/false | Alert admins # name: # singular: "" | Singular name of the block # plural: "" | Plural name of the block # count: # number: # | Number of blocks to destroy in X time # time: # | X time in seconds # messages: # user: "" | Override user message # admin: "" | Override admin message # console: "" | Override console message # user-count: "" | Override count user message # admin-count: "" | Override count admin message # console-count: "" | Override count console message # sound: "" | Sound name of the alert # light-level: 0-15 | Trigger alert if light level is below of X # height-level: # | Trigger alert if height level is below of X # count-on-destroy: true/false | Count this block for statistics system # tnt: true/false | Handle destroy with TNT # priority: # | Priority number (-1 to disable) default 0 blocks: EMERALD_ORE: enabled: true variants: - DEEPSLATE_EMERALD_ORE display-name: "Emerald Ore" display-color: "green" alerts: user: true admin: true name: singular: emerald plural: emeralds sound: ENTITY_PLAYER_LEVELUP light-level: 15 count-on-destroy: true priority: 100 DIAMOND_ORE: enabled: true variants: - DEEPSLATE_DIAMOND_ORE display-name: "Diamond Ore" display-color: "aqua" alerts: user: true admin: true name: singular: diamond plural: diamonds count: number: 20 time: 600 sound: ENTITY_PLAYER_LEVELUP light-level: 15 count-on-destroy: true priority: 90 GOLD_ORE: enabled: true variants: - DEEPSLATE_GOLD_ORE display-name: "Gold Ore" display-color: "gold" alerts: user: false admin: false name: singular: gold plural: golds count: number: 30 time: 600 light-level: 15 count-on-destroy: false priority: 80 REDSTONE_ORE: enabled: false variants: - DEEPSLATE_REDSTONE_ORE display-name: "Redstone Ore" display-color: "red" alerts: user: true admin: true name: singular: redstone plural: redstones light-level: 15 count-on-destroy: false priority: -1 COPPER_ORE: enabled: false variants: - DEEPSLATE_COPPER_ORE display-name: "Copper Ore" display-color: "dark_aqua" alerts: user: false admin: false name: singular: copper plural: coppers light-level: 15 count-on-destroy: false priority: -1 IRON_ORE: enabled: false variants: - DEEPSLATE_IRON_ORE display-name: "Iron Ore" display-color: "white" alerts: user: false admin: false name: singular: iron plural: irons light-level: 15 count-on-destroy: false priority: -1 NETHER_QUARTZ_ORE: enabled: false display-name: "Quartz Ore" display-color: "dark_red" alerts: user: true admin: true name: singular: quartz plural: quartzes light-level: 15 count-on-destroy: false priority: 60 ANCIENT_DEBRIS: enabled: true display-name: "Ancient Debris" display-color: "dark_red" alerts: user: true admin: true name: singular: ancient debris plural: ancient debris light-level: 15 count-on-destroy: true priority: 80 dont-edit-this: version: 1