RestartAR
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #498 of 1560 bukkit mods in this game by downloads
📋 About This Mod
# **RestartAR** **Automatic Server Restarts with Discord Integration & Notifications** (https://cdn.modrinth.com/data/cached_images/19b1c3e2e70bc0ac1e0058f7840aebec9275e414_0.webp)](https://github.com/marioneto4kaaa/RestartAR) (https://cdn.modrinth.com/data/cached_images/c8bf7e030cf09f9ecb733b531a087003c105ae10.png)](https://modrinth.com/plugin/restartar) (https://cdn.modrinth.com/data/cached_images/9b0c2ba7965cc766bda08a80c604e8092ce59998_0.webp)](https://www.spigotmc.org/resources/1-21-1-21-5-restartar-discord-notifications.122574/) !(https://bstats.org/signatures/bukkit/RestartAR.svg) **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. --- ## ✅ **Features** - **Scheduled automatic restarts** Configure exact restart times and dates via `config.yml`. - **Manual restart command** Instantly trigger a restart whenever you need. - **Customizable notification system** Supports chat messages, titles, action bars, and boss bars. - **Discord integration** Sends restart messages to a specified channel using a webhook (or JDA bot integration). - **⚙️ Pre-restart command execution** Run commands before restart (e.g., saving data, kicking players, etc.). - **Easy configuration** Clean and simple `config.yml` and `lang.yml` setup. - **Fully compatible with the latest Spigot/Paper versions** --- ## **Installation** 1. **Download** `RestartAR.jar` 2. **Place it** in your `/plugins` folder 3. **Restart** your server 4. **Configure** `config.yml` to your liking --- ## ⚙️ **Configuration** ```yaml # Language selection (available: "en", "ru") # Choose the language for the plugin's messages. language: "en" # Notification method for restart # Specify how the restart countdown will be displayed to players. # Possible values: # - "chat" (only in chat) # - "actionbar" (only in Action Bar) # - "bossbar" (only in Boss Bar) # - "title" (only in Title) # Example: - will show only in chat # Example: - will show in BossBar, ActionBar, and Title notification-type: # BossBar settings # Configure the color of the BossBar if "bossbar" is selected for notifications. # Possible values: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW bossbar-color: "RED" # Countdown announcement times (in seconds) # This is the list of times (in seconds) when an announcement will be made during the countdown to restart. countdown-announcements: # If true, the title will update every second instead of using the specified title countdown times. title-update-every-second: false # Countdown announcement times for title (if "title" is enabled) # Define specific times when the countdown will be shown in the title (if title notifications are enabled). title-countdown-announcements: # Default restart time (if not specified in the command) # This is the default time (in seconds) the server will restart after the command is run if no specific time is given. default-restart-time: 60 # Whether to execute pre-restart commands # If set to true, the pre-restart commands will be executed before restarting the server. execute-pre-restart-commands: false # Time before restart (in seconds) to execute pre-restart commands # This specifies the time (in seconds) before the restart at which the pre-restart commands should be executed. pre-restart-execute-time: 0 # Commands to execute before restart # List of commands that will be executed before the server restarts. For example, you might want to save all data. pre-restart-commands: - "save-all" - "say The server is restarting!" # Enable or disable scheduled restarts based on date/time # Set this to true if you want to enable automatic restarts at specific times. enable-scheduled-restarts: false # Dates and times for automatic restart (format: yyyy-MM-dd HH:mm:ss or just HH:mm:ss) # List of dates and times when the server should automatically restart. Use full date-time or just the time. restart-dates: # Example with full date and time - "2025-03-08 03:00:00" - "2025-03-09 15:00:00" # Example with just time (no date) - "03:00:00" - "15:00:00" # Discord bot settings discord-mode: "none" # "bot" - use a bot, "webhook" - use a webhook, "none" - disable Discord messages # Bot settings (used if discord-mode = "bot") discord-bot-token: "YOUR_BOT_TOKEN_HERE" # Your Discord bot token discord-channel-id: "YOUR_CHANNEL_ID_HERE" # ID of the channel where messages will be sent # Webhook settings (used if discord-mode = "webhook") discord-webhook-url: "https://discord.com/api/webhooks/YOUR_WEBHOOK_URL" # Your Discord webhook URL discord-avatar-url: "https://your.avatar.url" discord-thumbnail-url: "https://your.thumbnail.url
# RestartAR Automatic Server Restarts with Discord Integration & Notifications
[!(https://cdn.modrinth.com/data/cached_images/19b1c3e2e70bc0ac1e0058f7840aebec9275e414_0.webp)](https://github.com/marioneto4kaaa/RestartAR) [!(https://cdn.modrinth.com/data/cached_images/c8bf7e030cf09f9ecb733b531a087003c105ae10.png)](https://modrinth.com/plugin/restartar) [!(https://cdn.modrinth.com/data/cached_images/9b0c2ba7965cc766bda08a80c604e8092ce59998_0.webp)](https://www.spigotmc.org/resources/1-21-1-21-5-restartar-discord-notifications. 122574/)
!(https://bstats.org/signatures/bukkit/RestartAR.svg)
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.
## ✅ Features - Scheduled automatic restarts Configure exact restart times and dates via `config.yml`. - Manual restart command Instantly trigger a restart whenever you need.
- Customizable notification system
- Supports chat messages, titles, action bars, and boss bars.
- Discord integration
- Sends restart messages to a specified channel using a webhook (or JDA bot integration).
- ⚙️ Pre-restart command execution
- Run commands before restart (e.g., saving data, kicking players, etc.).
- Easy configuration
- Clean and simple `config.yml` and `lang.yml` setup.
- Fully compatible with the latest Spigot/Paper versions
## Installation 1. Download `RestartAR.jar` 2. Place it in your `/plugins` folder 3. Restart your server 4. Configure `config.yml` to your liking
## ⚙️ Configuration ```yaml # Language selection (available: "en", "ru") # Choose the language for the plugin's messages. language: "en"
# Notification method for restart # Specify how the restart countdown will be displayed to players. # Possible values: # - "chat" (only in chat) # - "actionbar" (only in Action Bar) # - "bossbar" (only in Boss Bar) # - "title" (only in Title) # Example: ["chat"] - will show only in chat # Example: ["bossbar", "actionbar", "title"] - will show in BossBar, ActionBar, and Title notification-type: ["actionbar"]
# BossBar settings # Configure the color of the BossBar if "bossbar" is selected for notifications. # Possible values: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW bossbar-color: "RED"
# Countdown announcement times (in seconds) # This is the list of times (in seconds) when an announcement will be made during the countdown to restart. countdown-announcements:
# If true, the title will update every second instead of using the specified title countdown times. title-update-every-second: false
# Countdown announcement times for title (if "title" is enabled) # Define specific times when the countdown will be shown in the title (if title notifications are enabled). title-countdown-announcements:
# Default restart time (if not specified in the command) # This is the default time (in seconds) the server will restart after the command is run if no specific time is given. default-restart-time: 60
# Whether to execute pre-restart commands # If set to true, the pre-restart commands will be executed before restarting the server. execute-pre-restart-commands: false
# Time before restart (in seconds) to execute pre-restart commands # This specifies the time (in seconds) before the restart at which the pre-restart commands should be executed. pre-restart-execute-time: 0
# Commands to execute before restart # List of commands that will be executed before the server restarts. For example, you might want to save all data. pre-restart-commands: - "save-all" - "say The server is restarting!"
# Enable or disable scheduled restarts based on date/time # Set this to true if you want to enable automatic restarts at specific times. enable-scheduled-restarts: false
# Dates and times for automatic restart (format: yyyy-MM-dd HH:mm:ss or just HH:mm:ss) # List of dates and times when the server should automatically restart. Use full date-time or just the time. restart-dates: # Example with full date and time - "2025-03-08 03:00:00" - "2025-03-09 15:00:00" # Example with just time (no date) - "03:00:00" - "15:00:00"
# Discord bot settings discord-mode: "none" # "bot" - use a bot, "webhook" - use a webhook, "none" - disable Discord messages
# Bot settings (used if discord-mode = "bot") discord-bot-token: "YOUR_BOT_TOKEN_HERE" # Your Discord bot token discord-channel-id: "YOUR_CHANNEL_ID_HERE" # ID of the channel where messages will be sent
# Webhook settings (used if discord-mode = "webhook") discord-webhook-url: "https://discord.com/api/webhooks/YOUR_WEBHOOK_URL" # Your Discord webhook URL discord-avatar-url: "https://your.avatar.url" discord-thumbnail-url: "https://your.thumbnail.url
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- marioneto4ka
- Version
- 2.0.0
- Downloads
- 5,514
- Endorsements
- 13
- Category
- bukkit
- Created
- 3/10/2025
- Updated
- 6/18/2026
- Game Versions
- 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2
- Tags
- equipment, management, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does RestartAR support?
The author lists 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19. Other versions may work but are untested by the author.
What is the latest version of RestartAR?
Version 2.0.0, published 2026-06-18 with 5,514 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await