Getting started
Installing the datapack
- Download the latest release on GitHub here
- Copy the
.zipfile that you've downloaded to your Minecraft world'sdatapackfolder. You can usually find it in%APPDATA%\.minecraft\saves\<world_name>\datapacks. Copy it here.
Development releases
Due to the datapack being in pre-release stage, releases may not be updated with the latest changes. If you'd like to have the latest updates, you should:
- Download the source code from the
devbranch here. - Extract the
MobArena-dev.zipfile's content. - Open the just extracted
MobArena-devfolder and compress into a new.zipfile the content of this folder. You must have these files inside the new.zip:datafolderpack.mcmetapack.png
- Follow the second step of the normal installation procedure (copying the file to the
datapackfolder).
That's it! You've downloaded the datapack, now it's time to enable it!
Granting permissions to run the datapack
In order to enable the datapack, you need cheats enabled (if you're on a singleplayer world) or OP permissions (in case you're running it in a server).
If the world you're in doesn't have cheats enabled, you can enable them by doing this:
- Open the Pause menu when you're in the world (usually done with
ESC) - Click on
Open to LAN - Click on
Allow Cheatsand set the button toON - Start the LAN world
- You should now see in chat:
Local game hosted on port <port>
If you aren't an operator in the server (aka having OP permissions), you can:
- Ask an operator to OP you
- Or, if you're the server owner, head over to the console and type
op <your_username>- You should see a message in the console saying:
"Made <your_username> an operator"
- You should see a message in the console saying:
Enabling the datapack
Now that you can run commands, type in chat:
/datapack enable "file/MobArena.zip"
Now you're ready to use the datapack. Head over to the "First boot" section to start using it!