Knowledgebase

Minecraft

a minecraft icon

Minecraft

208 Articles
Dive into our Minecraft knowledgebase articles, where you'll learn everything about Minecraft server hosting! Whether you're a beginner or an experienced player, our guides will teach you how to set up, optimize, and manage your server.

How to Find and Fix Errors in YAML Config Files

When configuring your server settings, plugins or mods, you will typically be editing a .yml file. YAML (Yet Another Markup Language) uses the .yml file extension and is very sensitive to syntax and formatting errors. To fix errors in .yml files, you should use a YAML Parser as they can automatically diagnose problems with your syntax. --- Using a YAML Parser 1. Open an online YAML parser tool, like this one from AppSpot. 2. Copy and paste your YAML code into the input box. 3. Fix any errors the parser finds. If the output shows an error that "expected" something, then you should adjust the line before the string it tells you it expects. In this example, you can see that the parser expected something before line 8, line 8 says , so the error in your YAML will appear just before that. In this case, there were too many spaces before one of the list items. 4. Repeat these steps until there are no more errors. --- Common Mistakes in YAML Files The YAML parser should explain what you need to change to fix the error, but it can be confusing. Here are a couple of common mistakes that people make when configuring YAML files: You should be using spaces instead of tabs. When using "strings" (surrounded by single or double quotes), be careful that the quote isn't broken by anything inside the quote marks.

Kobe Plane
September 11, 2024

How to Enable Hardcore Mode for your Minecraft Server

Hardcore mode is a Java Edition exclusive variant of survival. In this mode, the world is locked to the Hard difficulty, and players cannot respawn after being killed. The only available options on the death screen will be to enter the Spectator mode or return to the main Minecraft menu. --- How to Enable Hardcore Mode 1. Access your Control Panel and Shut Down your server. 2. Navigate to the Files Tab. 3. Open up . 4. Set the hardcore option to . 5. Click Save and Start your server. --- Changing your World to Hardcore If your world has already been generated, you will need to edit a few extra settings to activate hardcore mode. You can do this by using NBTExplorer. 1. Follow up to step 5 of our guide on NBTExplorer. You can find a link to our guide here. You will only want to follow steps 1-5, then come back here: How to use NBTExplorer to edit Minecraft World Data. 2. Start NBTExplorer and open the level.dat downloaded from your server. 3. Double-click on hardcore and set the value to 1. 4. Click Save All Modified Tags in the top-left corner. 5. Upload and overwrite the modified level.dat file back to your server. 6. Restart your server.

Zach Lowery
September 11, 2024

How to Edit Configuration Files Manually with Notepad++

Although you can edit most configuration files on your server using our built-in config feature or built-in text editor, you can still download any config file and manually edit it with a text editor like Notepad++. The traditional Notepad that comes with Windows works, but it is not ideal. Notepad++ offers many features that normal Notepad does not. Some features of Notepad++ include: easy spacing management, the ability to have multiple tabs open simultaneously, and more. --- Manually Editing a Config File 1. Access your server's Control Panel and navigate to the Files tab. 2. Locate and select your desired config file(s), then click the Download button. 3. Select your downloaded file, right-click it, then select Open With Notepad++. 4. Make your desired changes to the file, then save it by pressing + on your keyboard. 5. Drag and drop the file back onto your panel, then click the Overide button if prompted. 6. Restart your server to apply the changes you made. That's it! When your server boots up, you can expect your new configuration that you just uploaded to be used.

Kobe Plane
September 11, 2024

How to Download your Minecraft Server World

If you wish to use your Minecraft server world in singleplayer, as a backup, or to use on another server, you will need to download your Minecraft world onto your computer. --- Downloading a Minecraft World You can download your world files by accessing the server files and downloading the world folders. 1. Navigate to your Control Panel, and Shut Down your server. When making any changes to a server, whether that could be configuration or file transfers. We always recommend stopping your server to avoid potential risks. 2. Access your server files, and select each of the world folders you wish to download. All Vanilla or Modded server types will contain The Nether, and The End files within the world folder under the names DIM1 and DIM-1, respectively. All Spigot server types will have seperate world folders for The Nether and The End, as seen from the image. 3. Click Download. Files are automatically downloaded to your downloads folder. Once the download is complete, the file(s) selected will be provided in a ZIP. That's it! You have successfully downloaded your server's world. You can now use this on your single-player, upload it to another server, or simply store it on your computer as a backup.

Jay Miller
September 11, 2024

How to Download and use Your Realms World

When setting up your Shockbyte server, you may wish to use an existing Realms world. This guide will walk you through the process of transferring your world from Minecraft Realms to your Shockbyte server, allowing you to continue building and playing exactly where you left off. ::ProseNote{title="Important" description="Your Realms world must be the same version as the server to prevent any generation issues. For information on changing your server version, check out our guide here." appearance="danger"} :: How to Download a Realms World When hosting a Realms world, backups are stored in the cloud which you can download into your single-player saves. To be able to download a Realms world, you must be the owner of the world and your Realms subscription must be active. 1. Open up your Minecraft Launcher, and head into Minecraft Realms. 2. Select the Realm you would like to download the world of and click Configure Realm. 3. Select the world that you wish to download. 4. Click World Backups, then Download Latest. When prompted, click Yes to download the world as a single-player world. 5. Access your single-player menu to make sure the world has been downloaded. It is recommended you also log into the world to ensure everything is as it should be. Now that you've downloaded your Realms World, you can upload it to your Shockbyte service. If you haven't done this before, we have a guide on how to upload custom worlds to your server that can help you!

Jay Miller
September 11, 2024

How to Downgrade your Minecraft Server

If you updated your Minecraft server to a new version but want to revert to a previous version for whatever reason, you have the option to do so. If you have a backup, you can restore it and change your server type back to the previous version. If you don't have a backup, generating a new world may be necessary. --- Downgrading your Server If you want to revert your Minecraft server to a previous version, you can restore a backup you created before updating by following this guide. (Recommended) If you did not create a backup before updating generating a new world is recommended. Any world generation provided by the newer version may cause issues when reverting to an older version. Resetting the world can be done by following this guide. After resetting the world, set your server type to the desired Minecraft server version and start it up by following this guide. We recommend that you select the same server type/Minecraft version used before updating to a higher version, especially if the world wasn't reset during the downgrade.

Zach Lowery
September 11, 2024

How to Disable The End on your Minecraft Server

The End is a dimension found in Minecraft that homes the Ender Dragon, which can be entered by entering an End portal found in a Stronghold. As fun as The End can be to explore, it can cause significant performance issues to servers if loaded consistently. For some server owners, you may be hosting a server that does not require The End, which means you may benefit from disabling it on your server. However, this is not possible on all Vanilla Minecraft servers as it requires Bukkit.yml. ::ProseNote{title="Bukkit.yml" description="Bukkit.yml is a file that can only be found on a few server types such as Paper, Purpur, and Spigot. This is because they are all alternative server types of Bukkit. See our guide on how to switch to a Paper server type here." appearance="discovery"} :: How to Disable The End on your Server You can disable The End by configuring the Bukkit.yml file found within your server files 1. Access your Control Panel and Shut Down your server. 2. Navigate to your server files, and open bukkit.yml. 3. Locate the allow-end option, and set this to . 4. Click Save, and Start your server. That's it! When your server boots up, The End dimension will be disabled.

Jay Miller
September 11, 2024
Tham gia Discord