Back to mods
Impactor project artwork

Modrinth · Minecraft mod

Impactor

A developer API providing a common interface across minecraft platforms such as forge, fabric, bukkit, and proxy systems. Provides additional server benefits such as a fleshed out economy system.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Impactor release should I use?

Updated 7 months ago
Latest stable file 5.2.8+1.20.1-Fabric
Game version 1.20.1
Loader Fabric

Impactor 5.2.8+1.20.1-Fabric targets 1.20.1 with Fabric. Do not install it on the client. It must be installed on the dedicated server. All 1 required mods have matching files.

Where it goes

Is Impactor required on the client, server, or both?

Do not install it on the client. It must be installed on the dedicated server.

Client Not supported
Dedicated server Required
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

This file is marked server-only.

What else does Impactor 5.2.8+1.20.1-Fabric need?

5.2.8+1.20.1-Fabric. Change the file and its required mods may change too.

All 1 required mods have matching files

Install Fabric API first. We found matching files for this game-version and loader setup.

Fabric API Needed by Impactor 5.2.8+1.20.1-Fabric
required
Matching file found Matched file: 0.92.11+1.20.1
Text Placeholder API Optional for Impactor 5.2.8+1.20.1-Fabric
optional
Matching file found Matched file: 2.1.4+1.20.1

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Impactor without breaking your instance.

Built for Impactor 5.2.8+1.20.1-Fabric. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 5.2.8+1.20.1-Fabric. It targets 1.20.1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Fabric API first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    Do not install it on the client. It must be installed on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 5.2.8+1.20.1-Fabric. It opens that exact file at the source.

About this project

What does Impactor add?

Impactor

A developer API meant to streamline work in a common environment, and support any sort of Minecraft environment, modded or vanilla.
Additionally, Impactor attempts to maintain commonality amongst its codebase across Minecraft versions.

Impactor's primary objective is to simplify the work other developers are required to complete, while also
allowing them to better support multiple platforms. Examples include:

  • ItemStack Creation
  • Players and Entities
  • Scoreboards
  • Economy

Provided Feature Set

While Impactor is a developer API at heart, it also provides a set of provided features server owners can
immediately leverage just with installing this API.

Economy

A built-in service for the Economy API is provided by default, allowing you to establish a ready to go
economy system.

The provided system supports multiple types of currencies and provides basic commands capable of interacting
with the system. We also provide a /baltop command for those interested parties.

Should you be using another EconomyService, Impactor's API allows the replacement of our default service
with a service which can mirror any API calls to the service you yourself are using. While this will
require code, Impactor can be leveraged to feed information to other plugins while not requiring plugins
to outright support multiple different economy systems.

What Platforms Does Impactor Support

As of 5.3.5, Impactor supports the following platforms:

  • Fabric
  • Forge

Support is planned for the following platforms:

  • Paper
  • Velocity

Supported Minecraft Versions

As of 5.2.0, Impactor supports the following Minecraft versions:

  • 1.20.1

Support is planned for the following versions:

  • 1.20.4
  • 1.20.5

Using Impactor in your Projects

Impactor does its best to provide API access in a manner that allows you to only pull in what you need. With this
in mind, here's an example of pulling in the current economy API:

repositories {
    maven("https://maven.impactdev.net/repository/development")
}

dependencies {
    implementation("net.impactdev.impactor.api:economy:5.3.5")
}

Project description from Modrinth.

Pick your setup

Impactor by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

6 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Impactor versions and loaders

35 of 35 releases match

Looking for an older file? The official Modrinth project page is in Resources.