MineAlerts
This is a fully customizable plugin created to display alerts for any ore in Minecraft.
As you can see in the config.yml you can customize the amount of ore mined to send you an alert.
Code (Text):
# Configuración de MineAlerts
# Lenguaje del plugin (e.g., lang_es.yml, lang_en.yml)
language: lang_es.yml
# Límite de ores minados antes de enviar una alerta
ore_limits:
DIAMOND_ORE: 10
DEEPSLATE_DIAMOND_ORE: 10
ANCIENT_DEBRIS: 5
GOLD_ORE: 15
DEEPSLATE_GOLD_ORE: 15
IRON_ORE: 20
DEEPSLATE_IRON_ORE: 20
EMERALD_ORE: 8
DEEPSLATE_EMERALD_ORE: 8
LAPIS_ORE: 15
DEEPSLATE_LAPIS_ORE: 15
REDSTONE_ORE: 25
DEEPSLATE_REDSTONE_ORE: 25
COPPER_ORE: 30
DEEPSLATE_COPPER_ORE: 30
COAL_ORE: 40
DEEPSLATE_COAL_ORE: 40
NETHER_GOLD_ORE: 20
NETHER_QUARTZ_ORE: 30
Commands
/minealerts_reload - Reloads the config.yml
/minealerts - Activates or deactivates the alerts
Permissions
minealerts.alerts - permission required to receive alerts and use the /minealerts command
minealerts.reload - permission required to reload the config.yml
Features
Any user who has the minealerts.alerts permission will automatically activate alerts every time they enter the server. If the user does not want to have them, they must use the
/minealert command
Languages
The plugin is native in
Spanish, but if you require the
English version, here is the necessary
lang_en.yml, just download it and put it inside the plugin folder and replace the name of the yml that appears in
config.yml
Code (Text):
prefix: "&7[&cMineAlerts&7] "
messages:
no_permission: "&cYou do not have permission to use this command."
alerts_activated: "&aMining alerts activated."
alerts_deactivated: "&cMining alerts deactivated."
config_reloaded: "&aConfiguration reloaded."
usage: "&cUsage: /minealerts [reload]"
only_players: "This command can only be used by players."
alert_message: "&c{player} &fhas mined &c{amount} &fof &b{ore} &fand has &c&l{total} &fin their inventory."
Video