Links
Tags
Creators
Details
All versions
2.9
Release
Factions Proper 2.911 months ago 1,304
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Client and server
Changes
- added /f access command that allows you to grant specific access (break, place, interact, container) to players or factions for a specific time period. Also has the ability to list what access you have granted in case you forgot.
- added /f power command which is identical to /f who
- added a cooldown to joining a faction after leaving a faction to prevent players from leaving factions just before dying
- added configurable time maximums to /f access commands
- added the ability to view another faction's enemies and allies list
- fixed players in a downed state from PVP counting as a PVE death for power loss purposes
- added a PVP tagged setting that flags players as "in PVP" for 2.5 minutes after getting hit by another player to make sure PVP deaths are correctly counted. This time frame is configurable.
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:UGhe6FHC:YyxzkRqT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UGhe6FHC:YyxzkRqT"
}

