Language & Currency

Currency

Minecraft: Your game, your server

Minecraft Rent server
from 4.38
AUD /month
from 5.26
BGN /month
from 16.72
BRL /month
from 4.02
CAD /month
from 2.53
CHF /month
from 21.14
CNY /month
from 67.33
CZK /month
from 20.06
DKK /month
from 2.69
EUR /month
from 2.26
GBP /month
from 23.26
HKD /month
from 20.27
HRK /month
from 1,055.91
HUF /month
from 46,214.20
IDR /month
from 10.83
ILS /month
from 250.03
INR /month
from 411.30
ISK /month
from 433.60
JPY /month
from 3,977.43
KRW /month
from 58.53
MXN /month
from 12.89
MYR /month
from 31.37
NOK /month
from 4.76
NZD /month
from 167.61
PHP /month
from 11.50
PLN /month
from 13.39
RON /month
from 315.27
RUB /month
from 30.49
SEK /month
from 3.88
SGD /month
from 100.99
THB /month
from 101.59
TRY /month
from 2.98
USD /month
from 52.55
ZAR /month
from 24.24
date /month

How to Install Mods for Minecraft Bedrock Edition

We’ll describe how to upload mods to your Bedrock server.
Depending on the mod, it may be necessary to upload both a Resource Pack and a Behavior Pack.

Important:

  • To upload the mod, you need to use an FTP program such as Filezilla.
    FTP on our site is not intended for uploading files.
  • The mod may be packed as .mcpack or .mcaddon.
    These need to be unpacked before uploading using 7zip!

1. Download Mods

You can download mods from sites like mcpedl.
Please note that some mods may consist of both a Resource Pack and a Behavior Pack.
Therefore, always download all available packs for a mod.
Once you have downloaded your desired mods, unpack them using 7zip.
Simply right-click on the .mcpack or .mcaddon file and select Open with.
Then choose 7zip.
Or, if available in the context menu, choose 7zip -> Open.
Now click Extract, choose a directory for extraction, and click Ok.

2. Upload Mods

Behavior Pack

  1. Stop your server.
  2. Connect to your FTP program using the Upload FTP.
  3. Upload the Behavior Pack to the following directory:
    ConfigID/behavior_packs/
    Note: You can find the ConfigID or Configuration ID for your server on our site under Gameserver.
    If your ConfigID is, for example, 123456, it would look like this: /123456/behavior_packs/
    If the behavior_packs folder does not exist, it must be created.

Resource Pack

  1. Stop your server.
  2. Connect to your FTP program using the Upload FTP.
  3. Upload the Resource Pack to the following directory:
    ConfigID/resource_packs/
    Note: You can find the ConfigID or Configuration ID for your server on our site under Gameserver.
    If your ConfigID is, for example, 123456, it would look like this: /123456/resource_packs/
    If the resource_packs folder does not exist, it must be created.

3. Activate Mods

Behavior Pack

  1. Create a new file and name it world_behavior_packs.json
  2. Open the file and insert the following text:
[
 {
  "pack_id" : "ModUUID",
  "version" : [version,number,here]
 }
]
  1. Now open the Behavior folder of your mod and open the manifest.json.
    Look for the following line: "uuid": "ModUUID",
  2. Copy the UUID and paste it into the world_behavior_packs.json.
    Replace ModUUID with the value from the manifest.json.
  3. Similarly, replace the values for version in the world_behavior_packs.json.
  4. Save your changes.
  5. Stop your server. The status of your server must be Server is not running!
  6. Connect to your FTP program using the Savegames FTP.
  7. Upload the world_behavior_packs.json to the following directory:
    ConfigID/worlds/Bedrock level/
    Note: You can find the ConfigID or Configuration ID for your server on our site under Gameserver.
    If your ConfigID is, for example, 123456, it would look like this: /123456/worlds/Bedrock level/
  8. Once you have uploaded everything for both Behavior Packs and Resource Packs, start your server.

Resource Pack

  1. Create a new file and name it world_resource_packs.json
  2. Open the file and insert the following text:
[
 {
  "pack_id" : "ModUUID",
  "version" : [version,number,here]
 }
]
  1. Now open the Resource folder of your mod and open the manifest.json.
    Look for the following line: "uuid": "ModUUID",
  2. Copy the UUID and paste it into the world_resource_packs.json.
    Replace ModUUID with the value from the manifest.json.
  3. Similarly, replace the values for version in the world_resource_packs.json.
  4. Save your changes.
  5. Stop your server. The status of your server must be Server is not running!
  6. Connect to your FTP program using the Savegames FTP.
  7. Upload the world_resource_packs.json to the following directory:
    ConfigID/worlds/Bedrock level/
    Note: You can find the ConfigID or Configuration ID for your server on our site under Gameserver.
    If your ConfigID is, for example, 123456, it would look like this: /123456/worlds/Bedrock level/
  8. Once you have uploaded everything for both Behavior Packs and Resource Packs, start your server.