Tags
Creators
Details
1.2.18
Compatibility
Changes
š Join Our Discord for Giveaways & Events! š®
Join our Discord Server š for monthly giveaways & events where you can win coupon codes or plugins like AstralSwords Premium or TrimBlades! Plus, grab the official Astral Swords Texture Pack on the Discord Server for free! šØš
AstralSwords v1.2.18
Release Date: April 14, 2026
šÆ Summary
Protection system overhaul ā unified sword guard, shelf block protection, and config reload fix.
Changes
- š Config Reload Fix ā Server reloads no longer overwrite manual
config.ymledits. Previously, the plugin saved its in-memory config on disable, reverting any changes admins made to the file - š§ Shelf Block Protection ā Astral Swords can no longer be placed in the new Shelf blocks when
allow-container-storageisfalse - ā” Unified Sword Guard ā Merged
ContainerProtectionListenerandItemFrameProtectionListenerinto a singleSwordGuardListenerfor cleaner codebase and consistent protection across all storage types
Compatibility
- Paper/Purpur 1.21.x ā
š„ļø Need a Server?
š Looking for reliable Minecraft hosting? Check out Atlass Hosting ā affordable, fast, and perfect for running AstralSwords! ā”
š¬ Got suggestions or found a bug?
Jump into Discord and let me know!
ā Support Me on Ko-fi
If you like my work, consider buying me a coffee:
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:bqBp9WRo:nidXP3Jb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bqBp9WRo:nidXP3Jb"
}

