Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 2 days ago
All versions
3.7.0-1.21.6+paper
Release
v3.7.0-1.21.6+paper10 months ago 49
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platforms
Folia
Paper
Purpur
Changes
v3.7.0-1.21.6+paper
Fabric & Paper
- add an option to require a player to have a permission ('magnetic.ability.use') to use the ability (#47)
permissionRequired, by default: false- on Fabric the fabric-permissions-api has to be installed for this to work
- add an option to ignore drops from entities when killed (#48)
ignoreEntities, by default: none- the option takes identifiers and tags as an input
- add an option to ignore drops produced by ranged weapons (#49)
ignoreRangedWeapons, by default: true
- add an option to play/show sound, text message and title alerts when the inventory is full (#51)
fullInventoryAlert, by default: all enabled, cooldowns: sound and title - 5s; messages - 60s- the alerts will show when magnetic tries to add an item to the player's inventory, but the inventory is already full
- add a new
plugins/magnetic/translationsfolder on Paper, where the localization messages can be configured
- bump config version to 2:
needEnchantment->enchantmentRequiredneedSneak->sneakRequired- reorder values
- -> the migration is done automatically
- also improve config documentation in README and config screen
Paper
- fixed an issue, where the enchantment was created, even though the corresponding option was set to
false - now also handle break-chained blocks like Sugar Cane, Bamboo, etc. (#50)
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:LLfA8jAD:HDAlGjYm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LLfA8jAD:HDAlGjYm"
}

