diff options
author | Linnea Gräf <nea@nea.moe> | 2024-05-30 15:02:32 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-05-30 15:02:32 +0200 |
commit | 935b8f83764ae168994911d9b7b075f12a69a828 (patch) | |
tree | b29925ef862d28f5f83e3937a0b7ec48f39b5959 /mycelium-warning.xml | |
parent | 204045fadad21ecbe4f646effdb8208f86bd3d5d (diff) | |
download | mycelium-warning-935b8f83764ae168994911d9b7b075f12a69a828.tar.gz mycelium-warning-935b8f83764ae168994911d9b7b075f12a69a828.tar.bz2 mycelium-warning-935b8f83764ae168994911d9b7b075f12a69a828.zip |
Add more users1.2.0
Diffstat (limited to 'mycelium-warning.xml')
-rw-r--r-- | mycelium-warning.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mycelium-warning.xml b/mycelium-warning.xml index 936c5f7..d715f9a 100644 --- a/mycelium-warning.xml +++ b/mycelium-warning.xml @@ -20,4 +20,17 @@ <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"/> + + + <Config Name="Minecraft UUID 1" Target="PLAYER0" Default="" Mode="" Description="The UUID of the first player you want to check for" Type="Variable" Display="always" Required="false" Mask="false"/> + <Config Name="Profile Cutename 1" Target="PROFILE0" Default="" Mode="" Description="The profile cute name (fruit) of the first player you want to check for" Type="Variable" Display="always" Required="false" Mask="false"/> + <Config Name="Discord iD 1" Target="DISCORD0" Default="" Mode="" Description="The discord id to ping once the mycelium levels are too high" Type="Variable" Display="always" Required="false" Mask="false"/> + + <Config Name="Minecraft UUID 2" Target="PLAYER1" Default="" Mode="" Description="The UUID of the first player you want to check for" Type="Variable" Display="always" Required="false" Mask="false"/> + <Config Name="Profile Cutename 2" Target="PROFILE1" Default="" Mode="" Description="The profile cute name (fruit) of the first player you want to check for" Type="Variable" Display="always" Required="false" Mask="false"/> + <Config Name="Discord iD 2" Target="DISCORD1" Default="" Mode="" Description="The discord id to ping once the mycelium levels are too high" Type="Variable" Display="always" Required="false" Mask="false"/> + + <Config Name="Minecraft UUID 3" Target="PLAYER2" Default="" Mode="" Description="The UUID of the first player you want to check for" Type="Variable" Display="always" Required="false" Mask="false"/> + <Config Name="Profile Cutename 3" Target="PROFILE2" Default="" Mode="" Description="The profile cute name (fruit) of the first player you want to check for" Type="Variable" Display="always" Required="false" Mask="false"/> + <Config Name="Discord iD 3" Target="DISCORD2" Default="" Mode="" Description="The discord id to ping once the mycelium levels are too high" Type="Variable" Display="always" Required="false" Mask="false"/> </Container> |