Community listing page, reviews here may not be monitored by the author.
Ore Discovery Broadcast
No reviews yet
⛏️ Broadcasts a message to the server whenever a player finds an ore vein.
Does not follow a specific thematic focus apart from vanilla Minecraft.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Includes tools and features for server management.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Quilt is a fork of the Fabric mod loader. Many Fabric mods are compatible with Quilt and vice versa.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Ore Discovery Broadcast is a mod made specifically for server environments, but can still be used in singleplayer or LAN worlds. Whenever a player mines an ore, a message is broadcasted. With a configurable delay in between messages from the same ore. The format and colour of the message can be changed. It's also possible to choose which ores should be broadcasted, and which shouldn't, via the blacklist file.
Allows for more interaction between players, seeing what others are doing and which ores they find. The mod is also a viable solution as xray-prevention. As it's very noticable when a player keeps finding diamonds in an unnatural way. By default, the functionality is only enabled in dedicated servers. Can be changed by setting 'onlyRunOnDedicatedServers' in the config to false. Placed ore blocks by players will not be broadcasted.
All available config options:
onlyRunOnDedicatedServers default true
If the mod should only run on dedicated servers. When enabled it's not sent when in a singleplayer world.
ignorePlacedOreBlocks default true
If ore blocks placed by players should be ignored for broadcasts.
tickDelayBetweenSameOreBroastcasts default 600, min 0, max 72000
How many ticks in between ore discoveries before another broadcast is sent. Resets when the same block is mined. 20 ticks = 1 second
messageFormat default "%player% has found %ore%!"
The format of the broadcasted message. %player% = player name, %ore% = ore name
lowercaseOreName default true
Whether the ore name should be displayed in lowercase characters.
addOreCountToMessage default false
If the broadcasted message should contain how big the ore vein is. Will be included in %ore%.
hideDeepslateFromName default true
Whether the ore name should have 'deepslate' hidden if it exists.
ignoreCreativePlayers default true
If enabled, ore discoveries won't be announced when a player is in creative mode.
ignoreFakePlayers default true
If enabled, ore discoveries won't be announced when it is broken by a simulated fake player.
Ore Blacklist
There is a blacklist.txt file available in the folder ./config/orediscoverybroadcast/. Here you can specify which ores shouldn't be broadcasted when found, by adding an exclamation mark (!) in front of the line. Quartz is excluded by default:
Broadcast message colour config
Inside ./config/orediscoverybroadcast/. there is also a file called colourmap.txt. Here you can specify what colour should be set for specific ores. Contains default values.
Ores from other mods will also be shown, with the default colour blue (9):
Here you can see the message being broadcast to the server. Mining multiple of the same ores only shows one message. Mining different ores shows multiple:

Another example with mining multiple coal ore:

Here the message format has been changed in the config. The content and colour is configurable:

A different colour can be set for each ore:

Here's an example with the 'addOreCountToMessage' config option enabled. The broadcasted message will contain how many ores are included in the vein:

You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of them across so many separate mod pages.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!
Ore Discovery Broadcast is a mod made specifically for server environments, but can still be used in singleplayer or LAN worlds. Whenever a player mines an ore, a message is broadcasted. With a configurable delay in between messages from the same ore. The format and colour of the message can be changed. It's also possible to choose which ores should be broadcasted, and which shouldn't, via the blacklist file.
Allows for more interaction between players, seeing what others are doing and which ores they find. The mod is also a viable solution as xray-prevention. As it's very noticable when a player keeps finding diamonds in an unnatural way. By default, the functionality is only enabled in dedicated servers. Can be changed by setting 'onlyRunOnDedicatedServers' in the config to false. Placed ore blocks by players will not be broadcasted.
All available config options:
Show Spoiler
onlyRunOnDedicatedServers default true
If the mod should only run on dedicated servers. When enabled it's not sent when in a singleplayer world.
ignorePlacedOreBlocks default true
If ore blocks placed by players should be ignored for broadcasts.
tickDelayBetweenSameOreBroastcasts default 600, min 0, max 72000
How many ticks in between ore discoveries before another broadcast is sent. Resets when the same block is mined. 20 ticks = 1 second
messageFormat default "%player% has found %ore%!"
The format of the broadcasted message. %player% = player name, %ore% = ore name
lowercaseOreName default true
Whether the ore name should be displayed in lowercase characters.
addOreCountToMessage default false
If the broadcasted message should contain how big the ore vein is. Will be included in %ore%.
hideDeepslateFromName default true
Whether the ore name should have 'deepslate' hidden if it exists.
ignoreCreativePlayers default true
If enabled, ore discoveries won't be announced when a player is in creative mode.
ignoreFakePlayers default true
If enabled, ore discoveries won't be announced when it is broken by a simulated fake player.
Ore Blacklist
There is a blacklist.txt file available in the folder ./config/orediscoverybroadcast/. Here you can specify which ores shouldn't be broadcasted when found, by adding an exclamation mark (!) in front of the line. Quartz is excluded by default:
Broadcast message colour config
Inside ./config/orediscoverybroadcast/. there is also a file called colourmap.txt. Here you can specify what colour should be set for specific ores. Contains default values.
Ores from other mods will also be shown, with the default colour blue (9):
Here you can see the message being broadcast to the server. Mining multiple of the same ores only shows one message. Mining different ores shows multiple:
Show Spoiler

Another example with mining multiple coal ore:
Show Spoiler

Here the message format has been changed in the config. The content and colour is configurable:
Show Spoiler

A different colour can be set for each ore:
Show Spoiler

Here's an example with the 'addOreCountToMessage' config option enabled. The broadcasted message will contain how many ores are included in the vein:
Show Spoiler

You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers

