{"id":6898,"date":"2026-05-31T17:30:12","date_gmt":"2026-05-31T14:30:12","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-restart\/"},"modified":"2026-05-31T17:30:12","modified_gmt":"2026-05-31T14:30:12","slug":"advanced-restart","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-restart\/","title":{"rendered":"Advanced Restart"},"content":{"rendered":"<p># Advanced Restart<\/p>\n<p>### About<br \/>\nAdvanced Restart is a lightweight and highly-configurable plugin. It can automatically restart your server with a variety of triggers such as runtime, lag, inactivity and you can even schedule restarts daily or throughout week.<\/p>\n<p>### Configurable Messages<br \/>\n![Server Restart Messages](https:\/\/cdn.modrinth.com\/data\/zUIPDajx\/images\/f9514c8e11ee7c2fe6dba210d414eaa2cce45512.png)<\/p>\n<p>### Features:<br \/>\n &#8211; Schedule Restarts<br \/>\n &#8211; Periodic Restarts<br \/>\n &#8211; Warn players before restart<br \/>\n &#8211; Restart if TPS drops too low<br \/>\n &#8211; Restart if RAM usage gets to high<br \/>\n &#8211; Multiple shutdown methods<br \/>\n &#8211; Almost everything in the plugin is configurable<br \/>\n &#8211; + more<\/p>\n<details>\n<summary>Config<\/summary>\n<p>&#8220;`yaml<br \/>\n# AdvancedRestart by _txsla \/ NBT Archives<br \/>\n# Messages are formatted with MiniMessage<br \/>\n# Format generator: https:\/\/webui.advntr.dev\/<br \/>\n# Documentation: https:\/\/docs.advntr.dev\/minimessage\/format.html<br \/>\n# set messages to null to disable<\/p>\n<p># Restarts daily or a certain day\/time of the week<br \/>\n# Use the format &#8216;ddd-hh:mm&#8217; ; Use 24h time<br \/>\n# Days are MON, TUE, WED, THU, FRI, SAT, SUN or ALL for daily<br \/>\nscheduledRestart:<br \/>\n    enabled: false<br \/>\n    schedule:<br \/>\n      &#8211; &#8216;ALL-12:00&#8217;<br \/>\n      &#8211; &#8216;TUE-02:45&#8217;<br \/>\n      &#8211; &#8216;Fri-14:45&#8217;<br \/>\n    message: &#8216;<green>&#8211; Scheduled Server Restart &#8211;<\/green>&#8216;<\/p>\n<p># Restart if server has been running for a certain amount of time<br \/>\nperiodicRestart:<br \/>\n  enabled: false<br \/>\n  duration: 1440 #minutes<br \/>\n  message: &#8216;<green>Server runtime: %RUNTIME minutes &#8211; Restarting<\/green>&#8216;<\/p>\n<p># Sets a warning period before restart<br \/>\n# Only applies to periodicRestart and scheduledRestart<br \/>\nrestartWarning:<br \/>\n  # Sends a message x seconds before the server restarts<br \/>\n  secondsWarn:<br \/>\n    enabled: true<br \/>\n    seconds: 5<br \/>\n    countdown: true # send the message every second?<br \/>\n    message: &#8216;<red>Server restarting in %S seconds!<\/red>&#8216;<br \/>\n  # Sends a message x minutes before the server restarts<br \/>\n  minuteWarn:<br \/>\n    enabled: false<br \/>\n    minutes: 5<br \/>\n    countdown: true # send the message every minute?<br \/>\n    message: &#8216;<green>Server restarting in %M minutes!<\/green>&#8216;<\/p>\n<p># Restarts server when there are no players online<br \/>\n# Timer cycles from first player join<br \/>\n# Will NOT restart server if no players have joined<br \/>\ninactiveRestart:<br \/>\n  enabled: false<br \/>\n  timer: 300 # seconds<br \/>\n  message: &#8216;<green>No players online: Restarting<\/green>&#8216;<\/p>\n<p># Restart if server gets too laggy<br \/>\nlagRestart:<br \/>\n  lowTPS:<br \/>\n    enabled: false<br \/>\n    minTPS: 10 # TPS<br \/>\n    checks: 3 # how many consecutive failed checks before restart, lower number will restart sooner<br \/>\n    message: &#8216;<dark_red>Server TPS dropped below %TPS &#8211; Restarting<dark_red>&#8216;<br \/>\n  lowMemory:<br \/>\n    enabled: false<br \/>\n    maxMemUsage: 4096 # MB<br \/>\n    checks: 5 # how many consecutive failed checks before restart, lower number will restart sooner<br \/>\n    message: &#8216;<dark_red>Server RAM usage exceeded %MEM &#8211; Restarting<\/dark_red>&#8216;<\/p>\n<p># Server shutdown method<br \/>\n# 1 = Bukkit.shutdown()<br \/>\n# 2 = Bukkit.spigot().restart()<br \/>\n# 3 = only run shutdown commands<br \/>\nshutdownMethod: 1<br \/>\nshutdownMessage: &#8216;<dark_red>Stopping Server<\/dark_red>&#8216;<\/p>\n<p># Commands to be executed (as console) at shutdown<br \/>\n# if the list is NOT null, the server shutdown is delayed 2 seconds to allow the commands to fully execute<br \/>\n# Set to null to disable<br \/>\n# Do not prefix &#8216;\/&#8217;<br \/>\nshutdownCommands:<br \/>\n  &#8211; &#8216;playsound entity.experience_orb.pickup master @a ~ ~ ~ 1&#8217;<br \/>\n  &#8211; &#8216;title @a title {&#8220;color&#8221;:&#8221;red&#8221;,&#8221;shadow_color&#8221;:-8912896,&#8221;text&#8221;:&#8221;Server Restarting&#8221;}&#8217;<br \/>\n  &#8211; &#8216;title @a actionbar {&#8220;color&#8221;:&#8221;green&#8221;,&#8221;text&#8221;:&#8221;Please rejoin momentarily&#8221;}&#8217;<br \/>\n  &#8211; &#8216;any number of commands are allowed (invalid commands like this one should be ignored&#8217;<\/p>\n<p>debug: false<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>Commands<\/summary>\n<pre><code>\nadvancedrestart\n  |disable - stops the server from restarting\n  |enable - allows the server to restart\n  |status - get information on the state of the plugin\n  |soft-reload - reload the plugin's configs\n  |config\n  |  |read - easily read current config options\n  |  reload - reload plugins configs, same as soft-reload\n  |debug\n  |  |enable - enable debut output to console without changing config\n  |  |disable - stop debug output to console without changing config\n  |  query - outputs wether debug output is on or off\n  |stop - stops the server\n  |  force - stop even if restarting is currently disabled\n<\/pre>\n<p><\/code><br \/>\n<\/details>\n<p># Support<br \/>\nIf you stumble across any bugs, please create a support ticket.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A highly-configurable plugin for automatically stopping and restarting servers.<\/p>\n","protected":false},"featured_media":6899,"template":"","meta":{"_minecraft_slug":"advanced-restart","_minecraft_project_id":"zUIPDajx","_minecraft_author":"Tesla6426","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":3071,"_minecraft_follows":21,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"advanced-restart.zip","_minecraft_size_bytes":3407009,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T05:00:36.279029Z","_minecraft_date_created":"2024-05-04T06:51:35.708700Z","_minecraft_date_modified":"2025-10-30T13:36:43.275596Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/advanced-restart","_minecraft_icon_attachment_id":6899,"_minecraft_imported_at":"2026-05-31T14:30:12+00:00","_minecraft_import_hash":"abdfe29373d8e44c7084bab038cc1944","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,126,90,127,128,129,123,92],"mod_loader":[130,132,133,134],"minecraft_version":[54,55,56,57,58,59,36,60,93,94,62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-6898","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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-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>Advanced Restart - 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\/advanced-restart\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Advanced Restart - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A highly-configurable plugin for automatically stopping and restarting servers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/advanced-restart\/\" \/>\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\\\/advanced-restart\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-restart\\\/\",\"name\":\"Advanced Restart - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-restart\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-restart\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/advanced-restart-icon-86dabae3a39490d3c63251e78464efcca3376a5c.png\",\"datePublished\":\"2026-05-31T14:30:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-restart\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-restart\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-restart\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/advanced-restart-icon-86dabae3a39490d3c63251e78464efcca3376a5c.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/advanced-restart-icon-86dabae3a39490d3c63251e78464efcca3376a5c.png\",\"width\":162,\"height\":124},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-restart\\\/#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\":\"Advanced Restart\"}]},{\"@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":"Advanced Restart - 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\/advanced-restart\/","og_locale":"en_US","og_type":"article","og_title":"Advanced Restart - Minecraft","og_description":"A highly-configurable plugin for automatically stopping and restarting servers.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-restart\/","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\/advanced-restart\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-restart\/","name":"Advanced Restart - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-restart\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-restart\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/advanced-restart-icon-86dabae3a39490d3c63251e78464efcca3376a5c.png","datePublished":"2026-05-31T14:30:12+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-restart\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/advanced-restart\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-restart\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/advanced-restart-icon-86dabae3a39490d3c63251e78464efcca3376a5c.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/advanced-restart-icon-86dabae3a39490d3c63251e78464efcca3376a5c.png","width":162,"height":124},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-restart\/#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":"Advanced Restart"}]},{"@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\/6898","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\/6899"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=6898"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=6898"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=6898"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=6898"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}