Advertisement
norskaaa

UltimateAutoRestartPro / Default Webhook

Dec 13th, 2021 (edited)
2,087
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.81 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # UltimateAutoRestart, a free resource by Norska @ https://norska.dev                   #
  4. #                                                                                       #
  5. # Wiki: https://norska.dev/docs/welcome/                                                #
  6. # Support: https://norska.dev/discord/                                                  #
  7. #                                                                                       #
  8. # You are editing the webhook.yml file of UltimateAutoRestart.                          #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # Please consult the wiki for any questions regarding the setup of this plugin, if you  #
  17. # still require help, open a ticket on my discord server!                               #
  18. #                                                                                       #
  19. #########################################################################################
  20.  
  21. # Thank you for purchasing UltimateAutoRestart Plus! ❤️
  22.  
  23. # PLEASE READ:
  24. # 1. New line characters (\n) need to be escaped. Use "\\n" instead of "\n".
  25. # 2. If the webhook returns an HTTP 400 Error, you're doing something wrong.
  26. # 3. You can test webhooks by using "/ar debug webhook".
  27.  
  28. webhook:
  29.    enabled: false
  30.    # Note: Find the URL at Server Settings -> Integrations -> Webhooks -> Select your Webhook (or make a new one) -> Copy Webhook URL
  31.    url: ''
  32.  
  33. format:
  34.    timestamp: "dd.MM.yyyy - HH:mm:ss"
  35.  
  36. # Placeholders: {TIMESTAMP}  
  37. messages:
  38.      
  39.    SERVER_BACK_UP:
  40.       enabled: true
  41.      
  42.       settings:
  43.          content:
  44.             enabled: true
  45.             message: "The server is back up! Join at play.servername.com"
  46.            
  47.          avatarURL: "https://i.imgur.com/ngZFpUl.png"
  48.          
  49.          username: "Your Server Name"
  50.          
  51.          textToSpeech: false
  52.          
  53.          embed:
  54.            enabled: true
  55.            title: "Embed Title"
  56.            description: "Embed Description"
  57.            color: "#aa7dff"
  58.            thumbnail: "https://i.imgur.com/ngZFpUl.png"
  59.            footer:
  60.                enabled: true
  61.                message: "Footer Text"
  62.                image: "https://i.imgur.com/ngZFpUl.png"
  63.            author:
  64.                enabled: true
  65.                message: "Author Example"
  66.                link: "https://yourserver.com"
  67.                image: "https://i.imgur.com/ngZFpUl.png"
  68.            url:
  69.                enabled: true
  70.                link: "https://yourserver.com"
  71.            
  72.            fields:
  73.               '1':
  74.                  title: "1st Embed Field Title"
  75.                  description: "1st Embed Field Description"
  76.                  inline: false
  77.               '2':
  78.                  title: "2nd Embed Field Title"
  79.                  description: "2nd Embed Field Description"
  80.                  inline: true
  81.    
  82.    SERVER_RESTARTING:
  83.       enabled: true
  84.      
  85.       settings:
  86.          content:
  87.             enabled: true
  88.             message: "The server is restarting, join back soon!"
  89.            
  90.          avatarURL: "https://i.imgur.com/ngZFpUl.png"
  91.          
  92.          username: "Your Server Name"
  93.          
  94.          textToSpeech: false
  95.          
  96.          embed:
  97.            enabled: true
  98.            title: "Embed Title"
  99.            description: "Embed Description"
  100.            color: "#aa7dff"
  101.            thumbnail: "https://i.imgur.com/ngZFpUl.png"
  102.            footer:
  103.                enabled: true
  104.                message: "Footer Text"
  105.                image: "https://i.imgur.com/ngZFpUl.png"
  106.            author:
  107.                enabled: true
  108.                message: "Author Example"
  109.                link: "https://yourserver.com"
  110.                image: "https://i.imgur.com/ngZFpUl.png"
  111.            url:
  112.                enabled: true
  113.                link: "https://yourserver.com"
  114.            
  115.            fields:
  116.               '1':
  117.                  title: "1st Embed Field Title"
  118.                  description: "1st Embed Field Description"
  119.                  inline: false
  120.               '2':
  121.                  title: "2nd Embed Field Title"
  122.                  description: "2nd Embed Field Description"
  123.                  inline: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement