Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 8 months ago
All versions
5.1.1+1.20.1
Release
Impactor 5.1.1+1.20.13 years ago 5,511
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Any compatible version
Changes
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
- This change requires a permission change
- 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
- For instance, $10000.50 will now format one of two ways
Optional dependencies
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:LdBYVaPS:KzE0nIJR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LdBYVaPS:KzE0nIJR"
}

