Remove OA from configs

Signed-off-by: Etzelia <etzelia@hotmail.com>
remove-ore-alert
Etzelia 2020-07-30 22:20:08 -05:00
parent aef6ad7f4e
commit 71ee5f54d6
No known key found for this signature in database
GPG Key ID: 708511AE7ABC5314
2 changed files with 0 additions and 21 deletions

View File

@ -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: ''

View File

@ -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