diff options
Diffstat (limited to 'mycelium-warning.xml')
-rw-r--r-- | mycelium-warning.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mycelium-warning.xml b/mycelium-warning.xml index 67e1fbf..936c5f7 100644 --- a/mycelium-warning.xml +++ b/mycelium-warning.xml @@ -19,4 +19,5 @@ <Config Name="Hypixel API key" Target="HYPIXEL_API_KEY" Default="" Mode="" Description="Your Hypixel API key" Type="Variable" Display="always" Required="true" Mask="true"/> <Config Name="Discord WebHook URL" Target="DISCORD_WEBHOOK_URL" Default="" Mode="" Description="Where to send your pings too. Must be a webhook." Type="Variable" Display="always" Required="true" Mask="true"/> + <Config Name="Check Interval" Target="CHECK_INTERVAL" Default="600" Mode="" Description="How often to query the Hypixel API" Type="Variable" Display="always" Required="false" Mask="false"/> </Container> |