General

Set Up an Experimental Minecraft Server

General·May 20, 2026·9 min read

Minecraft now receives smaller game drops more often, which means upcoming features can appear before they are fully part of a stable release. Snapshots are one way to test those changes, but experimental settings let you try selected new features while still running a normal Minecraft version.

That makes experimental features useful for multiplayer servers, especially when friends want to test new blocks, mechanics, villager trade changes, or world generation updates together. Just remember that experimental means exactly what it sounds like. Backups are not optional decoration.

Find the Experimental Feature Names

Before editing your server, you need the correct feature pack names. These may be listed in Minecraft snapshot notes, update announcements, singleplayer world files, or reliable community references.

A practical method is to create a singleplayer world with the experimental options enabled, then inspect that world's `level.dat` file. Look for the `enabled_features` section. Online NBT viewers can make this easier if you do not already have a local editor installed.

Example Feature Pack List

Experimental features work somewhat like built-in datapacks for upcoming content. For Minecraft 1.21.4, an example list found through the `level.dat` method may look like this:

```text vanilla, redstone_experiments, winter_drop, trade_rebalance, minecart_improvements ```

Some tools may show each value with a `minecraft:` prefix, such as `minecraft:winter_drop`. When adding them to your server settings, remove that prefix unless your server software specifically requires it. Also avoid spaces between entries, since small formatting mistakes can stop the setting from loading.

Enable Experimental Features on Your Server

  1. Open your HolyHosting server panel and stop the server.
  2. Go to Config Files from the left-side menu.
  1. Open Server Settings from the available file options.
  1. Find the `initial-enabled-packs` setting.
  2. Enter the experimental feature names you want to enable, separated by commas.
  3. Save the file.
  1. Restart the server when prompted.

After the restart, join the server and check whether the new content is available. If the experimental change affects terrain, structures, or world generation, you may need to create a new world before the feature appears correctly.

Common Problems

The Server Will Not Start

This is usually caused by an invalid value in `initial-enabled-packs` or by world corruption. Check that each feature name is spelled correctly, separated with commas, and entered without spaces or unnecessary `minecraft:` prefixes.

If the world was damaged after enabling experimental settings, restore a recent backup from your server panel.

The Features Are Not Showing

Confirm that the server is running the correct Minecraft version and that your account has operator permissions if you are checking commands or creative inventory items. Some features only appear in newly generated chunks, while others require a fresh world.

How Do I Get the Full List?

Create a singleplayer world with the experimental options enabled, then inspect the `enabled_features` section inside `level.dat`. That list is the safest source for the exact values your server needs.

  • How to restore from a backup
  • How to generate a new world
  • HolyHosting support

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support