How To Setup Automatic Scheduled Restarts
You’re done! Your server will automatically restart on your specified schedule.
If you need assistance with your scheduled tasks, feel free to contact our support team.
RELATED ARTICLE:
How To Reset Your Minecraft Server World
Note: There are two ways to reset your world: Option 1 – Reset your world by deleting the previous one. Option 2 – Reset your world without deleting the previous one.
How to reset your Minecraft server world:1. Log in to your BisectHosting control panel.2. Stop your server.4. Locate and delete the world files. 5. Start your server.
How to reset your Minecraft server world without deleting:1. Log in to your BisectHosting control panel.2. Stop your server.3. Change the World option to whatever you want .4. Click Save.5. Start your server.
If any information you see here is outdated, please let us know by creating a support ticket. Thank you.
- How to reset my world, New world, world, Generate new world, minecraft, Minecraft server
- 179 Users Found This Useful
How Can A Minecraft Server Be Restarted Daily And Gracefully On An Ubuntu Server
I’ve got a Minecraft server running in a tmux session on an Ubuntu 18.04 server. What might be a good way to get it to shut down gracefully and then relaunch daily at, say, 05:00 in the morning?
So, in the tmux window, I am running a command like the following:
while true do java -Xmx15G -Xms15G -jar forge-1.14.4-28.2.0.jar nogui sleep 120 done
This launches the Minecraft server, and relaunches it after a couple of minutes if it crashes. But in order to optimise performance, I would like the Minecraft server to shut down at, say, 05:00 in the morning gracefully, as it would with the Minecraft server command /stop, and then to restart. How might this be done?
Is there some sleep command for the server that could, on launch, cause the server to /stop after 24 hours, and then my little loop script restarts it? Is there a way to tell the server to stop when it detects there are no users?
You can actually do this with a plugin! is what you are looking for!
If you don’t want your command line to start the forge program even if it’s already running, you can add a check to see if forge is running to it.
As per the highest answer there, your code would look like:
The & will run java asynchronously, allowing more command to run while the server is running. . This can be useful to solve your second point:
You will want to:
See below:
Recommended Reading: How To Put Keep Inventory On In Minecraft Pc
How To Make Your Minecraft Server Auto
OK. Lets say you own a Minecraft server full of crazy, faithful ops who try to help but end up crashing your Minecraft server. I can solve that so your server will start up in 10 seconds after the crash. Lets start of by editing our start.bat, launch.bat, or the windows batch file you named. Right click the file, click edit, and you’ll see a bunch of jibberish you possibly don’t even understand. Now, highlight that, and copy and paste this code in its place :
:begin
java.exe -Xms3072m -Xmx3072m -Dlog4j.configurationFile=log4j2.xml -jar craftbukkit.jar -o true
timeout 10
goto begin
——————————————————————————————————————————————————
Now, start your server, and try to type in ‘stop’ in your cmd prompt. Let the timer count down, and the server will start again! I apologize for not very many pictures, but please leave a like, and possibly join my server at: jointhedoghouse.ddns.net
Delete The Existing World

A slower, more technical route allows you to deliberately delete any world files you no longer want in your server files. With this method, you would go into the server files and then delete any worlds you dont want, and after restarting the server a new world would generate. Make sure your server is turned off before making any serious changes.
Don’t Miss: Ender Dragon Banner
Minecraft 176 Or Newer
On Minecraft 1.7.6 and above, Mojang uses a new UUID format.
Restart Console On Minecraft Server
Please excuse me for my inexperience, I am very new to this.I set up a server on Digital Ocean for Minecraft earlier today. I ran the command to create the world with java -Xmx1024M -Xms1024M -jar minecraft_server.1.15.2.jar nogui, and created a screen.It gave me access to the console where I could type like /op and other commands. Later on, I shut down, and now when I try to rejoin, I’m not sure how to get back to that console. I have more than 1 person on the server, who is on the console right now – I don’t know if that should cause it any issue. When I retry to open the console with the command java -jar minecraft_server.jar It says there is already a server running but I just want to get back to the console.
Thank you in advance.
- Im assuming Digital Ocean is a hosting service. Sounds like you need to poke around your hosting service to figure out how to reopen the console. I doubt many people on here are experienced enough using a hosting site for a minecraft server that they can tell you your answer. Try calling a support member for the hosting service.
Recommended Reading: Funny Minecraft Banners
Changing The World Name
The fastest way to reset your world is to change the world name in your Multicraft Panel. Its recommended to change the name to something you will remember, like adding a simple letter or number at the end of the original name. Make sure your server is turned off before making any serious changes.
Please be careful with this method, as you can easily clutter your server files with multiple useless world files if you do this often.
How To Automatically Restart Your Minecraft Server
We have a video tutorial for configuring automatic restarts:
When your Minecraft server has been running for an extended period of time, sometimes processes and other server data end up overusing its RAM. When your server runs out of RAM, you may start experiencing lags frequently, or this can even crash. However, this can easily be resolved by restarting your server regularly.
Restarting your server once in a while allows the RAM used by Minecraft to clear out useless and old data from when your players disconnect, chunks, entities, etc.
You can use your Multicraft server panel to automatically restarting your server. This is made possible through the Scheduled Tasks feature available on the panel.
Also Check: Cracked Stone Bricks Recipe
How To Reset Your Minecraft Server
We have a video tutorial for resetting your Minecraft server:
If you want to start over with a brand new Minecraft server, you can easily do this without having to order another server. You simply need to reset your server. Resetting your server allows you to completely remove everything from your server so that you can make a fresh start. This is especially useful if you are switching from one mod pack to another, changing your server type or version, or just want to start over. If you only want to have a completely fresh world and keep everything the same, you can simply reset your Minecraft server world .
Before starting with this guide, it is highly recommended that you create a backup of your world to make sure you have a copy of your current world in case you need this again.
IMPORTANT NOTE:
What Is The Best Minecraft Server Host
These are the best Minecraft server hosting services
Read Also: Minecraft Rainbow Banner Recipe
How To Create An Restart Server
Restart can be installed in one click with our automatic installer, in the administration panel of your Minecraft server.
You have nothing else to do, Restart is installed on your Minecraft server!
How Do You Restart A Minecraft Server Using Java

To restart your server, simply log into your Prisma control panel, select your server, and click the Restart button. Alternatively, if you prefer, you can Stop your server and then Start it. Both options will produce the same result! If youre interested in setting up automated tasks on your server, see this guide.
Don’t Miss: How To Place Mushrooms In Minecraft
How To Stop Start And Restart Your Minecraft Server
Follow these simple steps to control the online status of your server. Whenever you change your server configuration, it’s important that you restart your server for the changes to take effect.
Reset Minecraft World By Changing World Name
Changing the name of a Minecraft server world instructs the server to generate a new world the next time you run it. To do this:
Read Also: Dog Health Minecraft
Restart Your Server Without Plugins Or Mods : D
- #1Mar 20, 2016
- The Meaning of Life, the Universe, and Everything.
- Location:In a little piggy hut 😀
- Join Date:3/21/2015
- Location:In a little piggy hut 😀
- Minecraft:Piggyfacepork
Update: with help from Strahan202 and more internet digging, i have now improved the script!
Hello minecrafters!
So i did a little diging and with help from the interwebs, and thanks to a post on reddit, i have now created a way to restart your servers without plugins or mods!
It works for vanilla, bukkit and spigot! any type of server runing on windows!
Here is what a normal start up script looks like for a vanilla server:
and here is the magic!
Just add :START to the beginning of the script then add this to the bottom of your script…
echo Type a to restart or d to exit.choice /c abcd /nif %errorlevel%==1 echo Restarting server...if %errorlevel%==2 goto :CONTINUEif %errorlevel%==3 echo Exiting...if %errorlevel%==4 goto :EXIT:CONTINUETIMEOUT /t 3 /NOBREAKclsgoto :START:EXITTIMEOUT /t 3 /NOBREAKexit
Now our example start up script looks like:
Now once you type /stop and shut off your server, it will tell you “Type a to restart or d to exit.”, Then just do what the text tells you! If you want to restart press the A Key, if you want to exit press the D key and it will close the console!
Hope this helps! if you need any help with it just let me know!
Hello I’m you’re friendly neighborhood Piggy! I’m not very active on the forums but when i’m on i like to help people and look at suggestions.
Resetting Using The Same World Seed
Minecraft worlds are generated from seed phrases. A seed phrase is a string of characters that uniquely defines a Minecraft world.
Whenever you create a new world for a Minecraft server, a random seed phrase is used by default. Set a seed phrase manually to ensure the server always generates the same world after each reset.
To manually set a seed phrase for you server:
1. Start the server GUI or run the server from command prompt.
2. Run the /seed command and copy the string you get from the console.
3. Navigate to your Minecraft server folder .
4. Open the server.properties file in Notepad.
5. Find the line level-seed=
6. Paste the string you copied from the console at the end of the line.
7. Save and close the file.
Now, whenever you reset your Minecraft server world, the game generates the same world. The same seed phrase continues to work even when you upgrade Minecraft to a newer version.
You May Like: Minecraft Robot Build
Why You Would Reset Your Minecraft Server World
Users reboot a Minecraft server for several reasons, including:
- To generate a new world for the server and give players a new level to explore
- To load an existing world from another server
- To prevent bugs when upgrading to a new version of Minecraft
- To reset player progress on the server
- To enable certain mods on the server
Resetting a Minecraft server world will NOT affect other server settings such as:
- Which players have OP status
- The server difficulty
- The server player limit
To change these settings for your server, you will have to edit the server.properties file.
Learn everything you need to know about one of the most popular Minecraft mods Ice and Fire Mod.
Resetting Your Minecraft Server Back To Its Original State
Resetting your server on the Nitropanel is very easy, just follow these steps!
Within NiTROPanel after logging in. Click manage on the server you’re looking to reset back to default. You should now see the overview page for your server.
You then want to proceed to stop your server if it is currently running.
Once stopped, click the dropdown located to the right of the restart button and select reset server.
This will then delete all your files and reset the server to the latest version of Minecraft.
If you have any further questions, feel free to submit a support ticket and one of our staff members will provide assistance –
Read Also: How To Make A Rocket Crossbow In Minecraft
Minecraft Older Than 176
Reset Minecraft World By Deleting World Files

Deleting the world files for a Minecraft server forces the server to generate a new world the next time you run it. To do this:
Also Check: Cool Banner Ideas Minecraft
How Do I Setup An Auto Restart For My Server Every 24 Hours
- #1Jun 1, 2012
- Minecraft:NichoMarpaunk
- Member Details
- Minecraft:xhardcorekid135
- Member Details
Quote from xhardcorekid135Check out these server wrappers, most of them will do what you’re asking and more. If you have a droid or iphone you can also administrate your server while you’re away from your phone.
- Posts:90
- Member Details
Quote from NichoMarpaunkHelo, im running a server with 25 players online, but because the cash is tight, i host it on a cheap VPS :3It is 6 Gb vps with centos 5. I have like 40 plugins.Server is running great and very smooth for 24 hours but after past the 24 hours mark, it will become a lag city. I know this is because its a cheap vps with bad hardware but, as i said the cash is thight.After i restart it will smooth again for 24 hours.Right now im doing manual restart myself.But in July i will go to vacation and it is imposible to restart it manualy.How do i setup so the server can auto restart every 24 hours ? Thanks