Guest User

SignWatcher.configuration.xml

a guest
Apr 15th, 2019
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.76 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ConfigurationSignWatcher xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <IgnoreOwnerChanges>false</IgnoreOwnerChanges> <!-- Ignore if the Owner of the Sign edits it -->
  4.   <EnableWebhooks>true</EnableWebhooks> <!-- If Enabled, Discord Webhooks are sent instead of Console Logs.
  5. <WebhookURL>https://discordapp.com/api/webhooks/XXXXXXXXXXXXX/XXXXXXXXXXXXXXX</WebhookURL> <!-- Discord Webhook URL -->
  6.   <WebhookUsername>Sign Watcher</WebhookUsername> <!-- Webhook Username -->
  7.   <ServerName>Server #1</ServerName> <!-- Custom Server Name to be displayed on Webhook -->
  8.   <WebhookColour>9879357</WebhookColour> <!-- Custom Webhook Colour in HEX -->
  9. </ConfigurationSignWatcher>
Add Comment
Please, Sign In to add comment