1.0.5-HOTFIX
Compatibility
Changes
M Economy Update V1.0.5-HOTFIX-1.21.1
Bug Fixes and Changes:
Scratchcards not paying out money when winning fixed.
If you find any bugs or have any suggestions, let me know in the comments.
M Economy Update V1.0.5
New Features:
Added 'Safes' so players can protect their money and valuables. Configuration File Added Server owners can now set the name of the Bank which is displayed on the ATMs. Server owners can now set a players starting balance.
Bug Fixes and Changes:
OwnerUUID in Shop not checking Player OwnerUUID. New command '/mecoadmin' added which controls both '/mecoadmin give <Player> <Value>' and '/mecoadmin take <Player> <Value>' which can be run from in game and console. '/meco' will work for players wanting help, checking balance or sending money to another player.
If you find any bugs or have any suggestions, let me know in the comments.
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:ZaWsFdet:kAEPK2oO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZaWsFdet:kAEPK2oO"
}

