Skip to main content
Version: 2.0.0

Install or Uninstall a Feature

Easily install, update, or remove features using the Luniris App.

Install / Update a Feature

1. Open the Luniris App

Open the app on your web browser.

2. Navigate to the Features Section

Locate the features section on the home page, then click the Add button.

Features Section

3. Choose Your Feature Type

Depending on the type of feature you want to install, follow one of the paths below:

Option A: Install an External Feature

  • Click From a file
  • Drag and drop the feature file (.zip) into the designated area, or click to browse and select the file.
  • Wait for the upload to complete.
  • Review the feature details to ensure accuracy.
  • Click Next to confirm the installation.

Note: If you encounter an error, refer to the Troubleshooting section.

Confirm Installation Popup

Option B: Install a System Feature

  • Click A system feature.
  • Select the desired system feature from the provided list to install it automatically.

Uninstall Feature

1. Open the Luniris App

Open the app on your web browser.

2. Navigate to the Features Section

Locate the features section on the home page.

Features Section

3. Uninstall the Feature

Right-click the feature (or press and hold if you are using a mobile device or tablet) you want to uninstall and select Delete.

Delete Resource Pack


Troubleshoot Installation Errors

"Feature information is missing or corrupted"

  • Ensure the feature file is a valid .zip file.
  • Verify that the .zip file contains the required manifest files.

Feature Corrupted Error


"Manifest entry point path not found"

  • Check if the entryPointPath parameter in manifest.json is empty or invalid.
  • Ensure the file specified in entryPointPath exists in the .zip file.

"API version is too old"

  • Verify if the feature is compatible with the current API version.
  • Update the minimalApiVersion parameter in manifest.json if necessary.

"The manifest file or the language information was not found in the package"

  • Ensure the manifest.json file exists in the .zip file.
  • Check if the language parameter in manifest.json is valid and supported.

"Settings manifest file not found"

  • Verify that the settings.manifest.json file exists in the .zip file.
  • Ensure the file is a valid JSON format.