Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Impactor

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.

150.4k
27
Economy
Library
Utility
AboutChangelogVersions

Impactor 5.2.2+1.20.1

by NickImpact on Apr 8, 2024
Download

Impactor 5.2.2+1.20.1

by NickImpact on Apr 8, 2024
Download

Impactor Release Version: 5.2.2+1.20.1

Git Commit: fda1e8b

Full Commit History: 5.2.1...5.2.2

Release Notes

Changes

  • Account placeholder now properly supports PAPI
    • Allows for the following flags under "impactor:account"
      • "currency=(namespace)/(value)" - Specifies the particular currency we wish to evaluate
      • "balance" - Shows the balance of the account, based on the selected currency (otherwise, defaults to primary currency)
      • "name" - Reveals the name of the account holder

Fixes

  • Account placeholder now correctly resolves under all circumstances

Impactor 5.2.1+1.20.1

by NickImpact on Mar 26, 2024
Download

Impactor 5.2.1+1.20.1

by NickImpact on Mar 26, 2024
Download

Impactor Release Version: 5.2.1

Git Commit: 5d54055

Full Commit History: 5.2.0...5.2.1

Release Notes

Fixes

  • Disable dev scoreboard test on Fabric, this was enabled and released by accident with 5.2.0

Impactor 5.2.0+1.20.1

by NickImpact on Mar 26, 2024
Download

Impactor 5.2.0+1.20.1

by NickImpact on Mar 26, 2024
Download

Impactor Release Version: 5.2.0+1.20.1

Git Commit: d71d833

Full Commit History: 5.0.0...5.2.0

Release Notes

API

New API Capabilities

  • Scoreboards
    • Allows for dynamic scoreboard creation which are capable of being updated at any particular interval.
    • Base support for updaters includes:
      • Scheduled
      • Event Subscribing
  • Mail
    • Provides a service responsible for managing mail between users
  • Economy
    • Added a save method from within the EconomyService (credit: https://github.com/eupedroosouza)

Changes & Fixes

  • Added support for basic selectors (@s & @r) for commands requesting players or other entities
    • These selectors are basic in nature, and do not presently support advanced filters
  • Command parsing on player names now ignores casing
  • Updated internal command framework to the newest Cloud 2.0 beta builds

Economy

  • Changed how a currency accepts its formatting, now opting for a set of MiniMessage-based templates versus assumed formatting
    • This acts as an API break
  • Updated the config format for currency description to support the new formatting system. Please see the example config on Github to understand how to update your configs for this change!

Impactor 5.1.1+1.20.1

by NickImpact on Nov 25, 2023
Download

Impactor 5.1.1+1.20.1

by NickImpact on Nov 25, 2023
Download

Impactor Release Version: 5.1.1+1.20.1

Git Commit: 0736d7b

Full Commit History: 5.0.0...5.1.1

Release Notes

Game Version Focus

  • Targeting Minecraft 1.20.1

API Additions

  • Paginations
  • Minecraft respective API for translating Keys, ItemStacks and Text to Native
  • Context now accepts Pointered objects, allowing for multiple values with similar typing

API Changes

  • Economy
    • In 5.1.0, Account received new async equivalents to its synchronous methods. This has been reverted with the sync methods losing their deprecation status, and the async methods receiving said status. This is to better accommodate the usage of threads and the joins required.
    • TransactionComposers now take a Supplier for a Component

Implementation Fixes/Changes

  • Users will now receive feedback when they receive money via /eco pay
  • Fixed the transferable flag via Currency configuration not being set properly
  • Fixed users being able to pay themselves from other sources
    • This change requires a permission change
      • Before: impactor.commands.pay
      • After: impactor.commands.pay.base
    • To allow players to pay for others, a new permission was introduced
      • Permission Node: impactor.commands.pay.other
  • Added SQL support via MySQL and MariaDB for the EconomyService
  • Currency formatting will now format numbers into a cleaner format, based on per-user locale
    • For instance, $10000.50 will now format one of two ways
      • US Standard: $10,000.50
      • Otherwise: $10.000,50

Impactor 5.1.0+1.19.2

by NickImpact on Jun 12, 2023
Download

Impactor 5.1.0+1.19.2

by NickImpact on Jun 12, 2023
Download

Additions

  • Currencies now support being locked to being unpayable. For currencies you wish to block in this regard, add the following to the currency definition: transferable: false. This setting will be true by default.
  • Custom Item Model data support for ItemStacks
  • Allow for a custom MiniMessage backed TextProcessor

API Changes/Deprecations

A few breaking changes were made in the API, this will likely be the only instance of this during 5.x's lifetime:

  • PlatformSource#console is now PlatformSource#server to better reflect intention
  • PlatformSource.Factory#entity --> PlatformSource.Factory#fromID

As for deprecations:

  • Account methods within the Economy API reflecting balance states or interactions have been deprecated in favor of async alternatives.
    • This change was made in order to better favor designs which might be based on a database or even a request manager to ensure stateful interactions are allowed

Impactor 5.0.0+1.19.2

by NickImpact on May 1, 2023
Download

Impactor 5.0.0+1.19.2

by NickImpact on May 1, 2023
Download
1
2

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@fafd47f

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.