Search Knowledgebase

How to reset or change the Modpack maps

Map reset script

This is a user runnable script that will reset your map to one of the starter maps for the modpack you are playing.
It achieves this by backing up or deleting the current world folder and then making a copy of one of the starter maps.

Here's an example of the maps which have resetable maps:

  • The Aftermath
  • Agrarian Skies
  • Agrarian Skies 2
  • Project Ozone2
  • Beehappy
  • Crash Landing
  • Galactic Science

Here's an example for resetting maps on Agrarian Skies 2

Resetting Map

Running the script

Run the script by going to the Console in the Multicraft Control Panel, typing in the command and hitting Enter or clicking ‘Send’.

The command is in the following format (examples are further below):

builtin:script resetmap [-d|-b MAPTOKEN]

Options:
-b               Backup existing ‘world’ folder
-d               Delete existing ‘world’ folder

MAPTOKENs

Here are the MAPTOKENs for Agrarian Skies 2. You can reproduce this list in the console by running the command with no arguments:

builtin:script resetmap
TOKEN Map Name
BONI_NORMAL boni – Normal
WHATREMAINS_HARD WhatRemains- Hard
SWEET_EASY SweetReminice – Easy
MYST_NORMAL Myst_Plazas – Normal
MORVY_NORMAL Morvy Cottage – Normal
MAGIS_HARVEST Magi’s_Harvest_v1.1.6″
DEFAULT_SMP Default Smp
DEFAULT_PLATFORM Default Platform – Normal
SKYLORDS SkyLordsAgrarianSkies2

If there is a problem you should get an error message. If you get the command syntax incorrect, it will either give an error or just show the MAPTOKEN list.

Reset the map and backup your old world (Using SweetReminice as an example)

builtin:script resetmap -b SWEET_EASY

This will:

  • Stop the server
  • Rename the ‘world’ folder on your server to ‘world_DATETIME.backup’, where DATETIME is the date and time that the backup is made in the format YYYYMMDD_HHMMSS
  • Create a new ‘world’ folder
  • Set the world name on the control panel to ‘world’
  • Copy the contents of the ‘SweetReminice – Easy’ folder into the ‘world’ folder

Delete the map and backup your old world (Using SweetReminice as an example)

builtin:script resetmap -d SWEET_EASY

This will:

  • Stop the server
  • Delete the ‘world’ folder on your server
  • Create a new ‘world’ folder
  • Set the world name on the control panel to ‘world’
  • Copy the contents of the ‘SweetReminice – Easy’ folder into the ‘world’ folder

If you are still having problems with resetting a map contact support.

  • 24 Users Found This Useful

Was this answer helpful?

 Print this Article

Also Read

Reinstalling a modpack on your client

If you are having difficulty connecting to a modded server and you are getting errors like the...

Diagnosing lag issues with a Timings report

If you are running a server with many plugins it can be very difficult to diagnose performance...

How to Upgrade or Reinstall your Modded Server

Changing the server option in the control panel does not change the server it just chooses a...

How to Upgrade or Reinstall your Modded Server

Changing the server option in the control panel does not change the server it just chooses a...

How to Link your Custom Domain to your Minecraft Server using an SRV DNS record

If you have a custom domain name and wish to link it to your Minecraft server so that players can...