From 71ee5f54d65fc0d44747757e8256f24b8ed42b93 Mon Sep 17 00:00:00 2001 From: Etzelia Date: Thu, 30 Jul 2020 22:20:08 -0500 Subject: [PATCH] Remove OA from configs Signed-off-by: Etzelia --- src/main/resources/config.yml | 18 ------------------ src/main/resources/plugin.yml | 3 --- 2 files changed, 21 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 7c61245..8501634 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -72,21 +72,3 @@ django: url: "http://localhost:8000/api/" # MCM API password - defined in your Django settings api: "Testing1" - -# OreAlert, for pinging based on diamond ore strikes -orealert: - enabled: true - blocks: - - diamond_ore - - ancient_debris - # How long until we purge a node strike, in minutes - purge: 30 - notify: - # How many veins found within the above purge minutes to notify - start: 5 - # After the initial alert, how many should be found in addition before more alerts? - each: 1 - # After the initial alert, how many should be found in addition before more pings? - ping: 5 - # Webhook to send to - webhook: '' diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index cb0a970..2b28469 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -50,9 +50,6 @@ permissions: minecraftmanager.staff: description: Who should get staff messages default: op - minecraftmanager.orealert: - description: Who should get OreAlert messages - default: op minecraftmanager.register: description: Who is allowed to register for the MCM web application default: op