Tags
Creators
Details
6.2.0
Compatibility
Changes
IMPORTANT NOTICE: Changes to AT's Supported MC Versions
Whilst I'm back to working on AT, I would like to note that with the changes to Minecraft itself as well as Paper and Spigot's divorce (hard forking), I will only be targeting the latest version of Minecraft with AT going forward, and both Hangar and Modrinth will only have Paper builds available. SpigotMC will have a Spigot/Paper hybrid version available, but I'm still in the process of finalising this setup.
This is because of a lot of major API changes happening in newer versions of Minecraft (such as removal of API that AT relies on in 1.22), as well as Spigot and Paper beginning to diverge in their own APIs. I'd still like to keep SpigotMC as a download option for AT since it is its largest platform and where it started, but may reconsider my options down the line depending on how things change.
Thus, enjoy this version packed with some long-requested features before the rapture takes place - Merry Christmas :)
v6.2.0 - 2025-12-24
Development/Build Changes
- add PR template (#141) - (dc4111a) - Holly
Features
- add time formatting (#134) - (406f44e) - Holly
- add RTP on first join (#143) - (4790582) - Holly
- add invulnerability period (#117) - (831beb8) - Holly
- Addition of Command Usages (#114) - (2feec13) - Holly
- add post-teleport particles - (04d79da) - Thatsmusic99
Bug Fixes
- post-teleport config options not picking the correct options - (ea65d74) - Thatsmusic99
- players not being teleported to main spawn when first-spawn-point is blank - (d290a58) - Thatsmusic99
- don't load world data if RTP manager is disabled - (9f43ad5) - Thatsmusic99
- don't use the chunk when checking if it's claimed - (b9c4b13) - Thatsmusic99
Miscellaneous Chores
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:BQFzmxKU:zfqUuTdx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BQFzmxKU:zfqUuTdx"
}
