OreNotifier v1.0.5
UPDATE YOUR CONFIG FILES
OreNotifier 1.0.5 is here and has tons of new things added. Please take a moment to read through the below and use the config supplied to add the necessary updates to your config.
-
Versions now get checked on startup and will alert you if a new download is available or your copy is outdated.
-
Added more placeholders
{WORLD} : The world of action.
{ORECOUNT} : For users with older configs, so they don’t break.
{LIGHTLEVEL} : Grabs the local light level of where they are breaking blocks.
{VERSION} : Displays the current plugin version.
{PLUGIN} : Displays the plugin’s name.
-
Light level indicator added to the webhook embeds.
-
Added full customizability for (almost) all messages.
-
You can now set colors of your choice for embedded webhook messages via the config using r, g, b.
-
Ore Names Now Support Capitalism (ie “diamond ore” -> “Diamond Ore” not real capitalism, but could you imagine?..)
# Hey you! Thanks for using my plugin. I created it for my own server https://crafters.one.
# We're a small whitelisted vanilla SMP with a permanent map, generated on jan 28th, 2021.
# You can join us at https://crafters.one/Discord or see our plugins here https://www.spigotmc.org/resources/authors/plexiate.117947/
# Webhook settings
prefix: "&8[&bOreNotifier&8]"
webhook: webhook_url
webhook-enabled: true
# This is how many Stone, Deepslate, Tuff,and netherrack you would need to mine
# in-between ores to reset the alert level. Adjust them as you'd like :)
reset-threshold: 95 # Stone, Deepslate and Tuff combined
nether-threshold: 250 # Netherrack and Basalt combined
# List of ores for notifications / other blocks
CustomOres:
diamond_ore:
msg-color: "&b"
thumbnail: xXkIhRR
threshold: 9
webhook-color:
r: 150
g: 255
b: 255
deepslate_diamond_ore:
msg-color: "&b"
thumbnail: ihJgnuM
threshold: 9
webhook-color:
r: 0
g: 102
b: 102
ancient_debris:
msg-color: "&5"
thumbnail: DNvvUsr
threshold: 3
webhook-color:
r: 85
g: 35
b: 0
gold_ore:
msg-color: "&e"
thumbnail: JTrQfFY
threshold: 15
webhook-color:
r: 255
g: 255
b: 0
# Don't touch these. This is their home.
stone:
threshold: 0
deepslate:
threshold: 0
tuff:
threshold: 0
netherrack:
threshold: 0
basalt:
threshold: 0
# Messages - ( Placeholders include {PREFIX}, {USERNAME}, {BLOCK}, {AMOUNT} and {COORDS} )
messages:
server-chat-message: "{PREFIX} &a{USERNAME} &7-> {BLOCK}&7."
reload-message: "{PREFIX} &cWe suggest doing /reload instead at this time. ."
no-permission: "&fUnknown command. Type ''/help'' for help."
webhook-settings:
title: "{PLUGIN} | {USERNAME}"
description: "**{USERNAME}** -> **{BLOCK}**"
footer: "Plugin version: {VERSION}"
# Thumbnail URLs work through imgur (https://imgur.com) image IDs
# Kasprr says this might be a bad idea for the long term, and if any issues are encountered please email me
# at plexiate@crafters.one
# Here are some other blocks I already uploaded for your pleasure.
emerald_ore-thumbnail: "4USvGhH"
deepslate_emerald_ore-thumbnail: "uwCGbpB"
gold_ore-thumbnail: "JTrQfFY"
deepslate_gold_ore-thumbnail: "DnTMYwe"
nether_gold_ore-thumbnail: "iIH6NUk"
iron_ore-thumbnail: "6I7zQyC"
deepslate_iron_ore-thumbnail: "07QlXdh"
copper_ore-thumbnail: "LCm0dHJ"
deepslate_copper_ore-thumbnail: "ATym2ul"
redstone_ore-thumbnail: "D8nIgQa"
deepslate_redstone_ore-thumbnail: "IKuPFmR"
netherite_block-thumbnail: "JRZvsSr"
diamond_block-thumbnail: "CR8rJf0"
emerald_block-thumbnail: "sBwrnxH"
gold_block-thumbnail: "NhxxIQ9"
iron_block-thumbnail: "IbhLcoL"
# this is my personal setting.
debug: false[/code]