parent
aef6ad7f4e
commit
71ee5f54d6
|
@ -72,21 +72,3 @@ django:
|
||||||
url: "http://localhost:8000/api/"
|
url: "http://localhost:8000/api/"
|
||||||
# MCM API password - defined in your Django settings
|
# MCM API password - defined in your Django settings
|
||||||
api: "Testing1"
|
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: ''
|
|
||||||
|
|
|
@ -50,9 +50,6 @@ permissions:
|
||||||
minecraftmanager.staff:
|
minecraftmanager.staff:
|
||||||
description: Who should get staff messages
|
description: Who should get staff messages
|
||||||
default: op
|
default: op
|
||||||
minecraftmanager.orealert:
|
|
||||||
description: Who should get OreAlert messages
|
|
||||||
default: op
|
|
||||||
minecraftmanager.register:
|
minecraftmanager.register:
|
||||||
description: Who is allowed to register for the MCM web application
|
description: Who is allowed to register for the MCM web application
|
||||||
default: op
|
default: op
|
||||||
|
|
Loading…
Reference in New Issue