Install a Minecraft datapack
Drop the datapack .zip into the datapacks/ folder and reload with /reload.
Install a Minecraft datapack
Datapacks modify the game (recipes, advancements, functions) server-side without installing a mod. They work on Vanilla and most modded servers (Fabric, Forge, NeoForge) — provided the datapack is compatible with the version.
Cause / The problem
A datapack placed in the wrong folder or never reloaded won’t apply. On a modded server, some datapacks can also conflict with recipes already overridden by mods.
Solution
- Download the datapack as a
.zip(do not unzip it) from a trusted source (Vanilla Tweaks, PlanetMinecraft, Modrinth). - Check version compatibility: a datapack for 1.21 won’t work on 1.20 and vice versa. The
pack.mcmetafile inside the zip specifies the format. - Drop the
.zipinto theworld/datapacks/folder via the panel file manager or over SFTP:
If you have multiple worlds, place it in the one you actually play on (usually/world/datapacks/my-datapack.zipworld). - Reload the datapacks in-game (as operator):
Or restart the server if no one is connected./reload - Verify it’s enabled:
The datapack should appear with/datapack list[file/...]. If it’s marked disabled, enable it:/datapack enable my-datapack - To remove a datapack, delete the
.zipand run/reload. - On a modded server (Forge/Fabric), test first on a copy of the server: a datapack that overrides recipes can break the ones added by a mod.
Datapacks are perfect for customizing recipes, adding /function commands, or modifying loot tables without relying on a plugin. They consume very few resources.