Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 months ago
All versions
1.21.1-1.12.1-fabric
Release
flan-1.21.1-1.12.1-fabric.jar11 months ago 4,302
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
Flan 1.12.1
- Add
vehicle_passpermission:- Blocks vehicles (boats, minecarts etc.) from crossing claim border
- Add config to disable webmap integrations
- Add
de_detranslation - Add configurable potion duration.
- As such format is now
effect;duration;amplifieroreffect;amplifier - Duration is in ticks
- As such format is now
- Commands now respect the position of the executor
- Update language lib
- Fix subclaims not synced with parent height
- Fix player in groups always displayed as the owner
- Fix global config ignored
- Fix flight not properly removed on neoforge
- Fix no hunger for claim owner
- partially caused by global config ignored but now also requires explicit set to true to affect owner
- Fix allow list menu command checking wrong permission
- Fix list adminclaims only listing claims in current dimension
- Loosen constraint on commands making them respect different positions through /execute
- Fix command info permission using wrong translation key
- Remove a bundled unused dependency
- Remove an expected log with offline players
For past versions see: https://github.com/Flemmli97/Flan/blob/1.21/Changelog.md
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:Si383TIH:OrDcCAju"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Si383TIH:OrDcCAju"
}

