{"id":132681,"date":"2026-06-07T22:51:46","date_gmt":"2026-06-07T19:51:46","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/"},"modified":"2026-06-07T22:51:46","modified_gmt":"2026-06-07T19:51:46","slug":"restartar","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/","title":{"rendered":"RestartAR"},"content":{"rendered":"<p># **RestartAR**<br \/>\n**Automatic Server Restarts with Discord Integration &#038; Notifications**<\/p>\n<p>![GitHub](https:\/\/github.com\/marioneto4kaaa\/RestartAR) ![Modrinth](https:\/\/modrinth.com\/plugin\/restartar) ![Spigot](https:\/\/www.spigotmc.org\/resources\/1-21-1-21-5-restartar-discord-notifications.122574\/)<\/p>\n<p>![bstats](https:\/\/bstats.org\/signatures\/bukkit\/RestartAR.svg)<\/p>\n<p>**RestartAR** is a powerful yet lightweight plugin that enables automatic and manual server restarts with full in-game notifications and Discord webhook support. Perfect for keeping your Minecraft server running smoothly without hassle.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2705 **Features**<br \/>\n&#8211; **Scheduled automatic restarts**<br \/>\n  Configure exact restart times and dates via `config.yml`.<\/p>\n<p>&#8211; **Manual restart command**<br \/>\n  Instantly trigger a restart whenever you need.<\/p>\n<p>&#8211; **Customizable notification system**<br \/>\n  Supports chat messages, titles, action bars, and boss bars.<\/p>\n<p>&#8211; **Discord integration**<br \/>\n  Sends restart messages to a specified channel using a webhook (or JDA bot integration).<\/p>\n<p>&#8211; **\u2699\ufe0f Pre-restart command execution**<br \/>\n  Run commands before restart (e.g., saving data, kicking players, etc.).<\/p>\n<p>&#8211; **Easy configuration**<br \/>\n  Clean and simple `config.yml` and `lang.yml` setup.<\/p>\n<p>&#8211; **Fully compatible with the latest Spigot\/Paper versions**  <\/p>\n<p>&#8212;<\/p>\n<p>## **Installation**<br \/>\n1. **Download** `RestartAR.jar`<br \/>\n2. **Place it** in your `\/plugins` folder<br \/>\n3. **Restart** your server<br \/>\n4. **Configure** `config.yml` to your liking<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f **Configuration**<br \/>\n&#8220;`yaml<br \/>\n# Language selection (available: &#8220;en&#8221;, &#8220;ru&#8221;)<br \/>\n# Choose the language for the plugin&#8217;s messages.<br \/>\nlanguage: &#8220;en&#8221;<\/p>\n<p># Notification method for restart<br \/>\n# Specify how the restart countdown will be displayed to players.<br \/>\n# Possible values:<br \/>\n# &#8211; &#8220;chat&#8221; (only in chat)<br \/>\n# &#8211; &#8220;actionbar&#8221; (only in Action Bar)<br \/>\n# &#8211; &#8220;bossbar&#8221; (only in Boss Bar)<br \/>\n# &#8211; &#8220;title&#8221; (only in Title)<br \/>\n# Example: [&#8220;chat&#8221;] &#8211; will show only in chat<br \/>\n# Example: [&#8220;bossbar&#8221;, &#8220;actionbar&#8221;, &#8220;title&#8221;] &#8211; will show in BossBar, ActionBar, and Title<br \/>\nnotification-type: [&#8220;actionbar&#8221;]<\/p>\n<p># BossBar settings<br \/>\n# Configure the color of the BossBar if &#8220;bossbar&#8221; is selected for notifications.<br \/>\n# Possible values: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW<br \/>\nbossbar-color: &#8220;RED&#8221;<\/p>\n<p># Countdown announcement times (in seconds)<br \/>\n# This is the list of times (in seconds) when an announcement will be made during the countdown to restart.<br \/>\ncountdown-announcements: [60, 30, 10, 5, 4, 3, 2, 1]<\/p>\n<p># If true, the title will update every second instead of using the specified title countdown times.<br \/>\ntitle-update-every-second: false<\/p>\n<p># Countdown announcement times for title (if &#8220;title&#8221; is enabled)<br \/>\n# Define specific times when the countdown will be shown in the title (if title notifications are enabled).<br \/>\ntitle-countdown-announcements: [60, 40, 30, 20, 10, 5, 4, 3, 2, 1]<\/p>\n<p># Default restart time (if not specified in the command)<br \/>\n# This is the default time (in seconds) the server will restart after the command is run if no specific time is given.<br \/>\ndefault-restart-time: 60<\/p>\n<p># Whether to execute pre-restart commands<br \/>\n# If set to true, the pre-restart commands will be executed before restarting the server.<br \/>\nexecute-pre-restart-commands: false<\/p>\n<p># Time before restart (in seconds) to execute pre-restart commands<br \/>\n# This specifies the time (in seconds) before the restart at which the pre-restart commands should be executed.<br \/>\npre-restart-execute-time: 0<\/p>\n<p># Commands to execute before restart<br \/>\n# List of commands that will be executed before the server restarts. For example, you might want to save all data.<br \/>\npre-restart-commands:<br \/>\n  &#8211; &#8220;save-all&#8221;<br \/>\n  &#8211; &#8220;say The server is restarting!&#8221;<\/p>\n<p># Enable or disable scheduled restarts based on date\/time<br \/>\n# Set this to true if you want to enable automatic restarts at specific times.<br \/>\nenable-scheduled-restarts: false<\/p>\n<p># Dates and times for automatic restart (format: yyyy-MM-dd HH:mm:ss or just HH:mm:ss)<br \/>\n# List of dates and times when the server should automatically restart. Use full date-time or just the time.<br \/>\nrestart-dates:<br \/>\n  # Example with full date and time<br \/>\n  &#8211; &#8220;2025-03-08 03:00:00&#8221;<br \/>\n  &#8211; &#8220;2025-03-09 15:00:00&#8221;<br \/>\n  # Example with just time (no date)<br \/>\n  &#8211; &#8220;03:00:00&#8221;<br \/>\n  &#8211; &#8220;15:00:00&#8221;<\/p>\n<p># Discord bot settings<br \/>\ndiscord-mode: &#8220;none&#8221;  # &#8220;bot&#8221; &#8211; use a bot, &#8220;webhook&#8221; &#8211; use a webhook, &#8220;none&#8221; &#8211; disable Discord messages<\/p>\n<p># Bot settings (used if discord-mode = &#8220;bot&#8221;)<br \/>\ndiscord-bot-token: &#8220;YOUR_BOT_TOKEN_HERE&#8221;  # Your Discord bot token<br \/>\ndiscord-channel-id: &#8220;YOUR_CHANNEL_ID_HERE&#8221;  # ID of the channel where messages will be sent<\/p>\n<p># Webhook settings (used if discord-mode = &#8220;webhook&#8221;)<br \/>\ndiscord-webhook-url: &#8220;https:\/\/discord.com\/api\/webhooks\/YOUR_WEBHOOK_URL&#8221;  # Your Discord webhook URL<br \/>\ndiscord-avatar-url: &#8220;https:\/\/your.avatar.url&#8221;<br \/>\ndiscord-thumbnail-url: &#8220;https:\/\/your.thumbnail.url&#8221;<br \/>\ndiscord-footer-icon-url: &#8220;https:\/\/your.footer.icon.url&#8221;<br \/>\ndiscord-username: &#8220;YourCustomUsername&#8221;<br \/>\ndiscord-footer-text: &#8220;YourCustomFooterText&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Restart with countdown<\/p>\n","protected":false},"featured_media":132682,"template":"","meta":{"_minecraft_slug":"restartar","_minecraft_project_id":"JQU9HB7H","_minecraft_author":"marioneto4ka","_minecraft_license":"LGPL-3.0-or-later","_minecraft_downloads":4377,"_minecraft_follows":11,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"restartar.zip","_minecraft_size_bytes":182696747,"_minecraft_version_count":18,"_minecraft_updated_at":"2026-05-16T04:01:00.842692Z","_minecraft_date_created":"2025-03-10T21:17:30.276078Z","_minecraft_date_modified":"2025-11-06T00:17:28.905181Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/restartar","_minecraft_icon_attachment_id":132682,"_minecraft_imported_at":"2026-06-07T19:51:47+00:00","_minecraft_import_hash":"a36e44e49d76e93d0241a2025131608e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,88,126,90,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-132681","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-equipment","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RestartAR - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RestartAR - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Restart with countdown\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/restartar\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/restartar\\\/\",\"name\":\"RestartAR - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/restartar\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/restartar\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/restartar-icon-eca21d4f518362363472b237a1b00a2dd89946c6_96.webp\",\"datePublished\":\"2026-06-07T19:51:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/restartar\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/restartar\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/restartar\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/restartar-icon-eca21d4f518362363472b237a1b00a2dd89946c6_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/restartar-icon-eca21d4f518362363472b237a1b00a2dd89946c6_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/restartar\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"RestartAR\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"RestartAR - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/","og_locale":"en_US","og_type":"article","og_title":"RestartAR - Minecraft","og_description":"Restart with countdown","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/","name":"RestartAR - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/restartar-icon-eca21d4f518362363472b237a1b00a2dd89946c6_96.webp","datePublished":"2026-06-07T19:51:46+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/restartar\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/restartar-icon-eca21d4f518362363472b237a1b00a2dd89946c6_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/restartar-icon-eca21d4f518362363472b237a1b00a2dd89946c6_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/restartar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"RestartAR"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/132681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/132682"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=132681"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=132681"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=132681"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=132681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}