Tags
Creators
Details
2.8.0-1.21
Compatibility
Required content
Changes
Due to one of the main contributors to the recent releases of this mod using and developing for 1.21.1, I am releasing an update that ports all new features to 1.21 and 1.21.1. This does not mean I will support 1.21 in any other way.
2.8 changelog
What's Changed
- Ability to set a wait time between each home warp by @Tr4nter in https://github.com/ickerio/factions/pull/127
- Translations (via Nucleoid Server Translations) (1.21.1) by @xllifi in https://github.com/ickerio/factions/pull/131
New Contributors
- @Tr4nter made their first contribution in https://github.com/ickerio/factions/pull/127
Full Changelog: https://github.com/ickerio/factions/compare/v2.7.3...v2.8.0
Changes prior to 2.8
- Prevent commanders from changing claim access level beyond their rank
- Prevent leaders from kicking out owners through the GUI
- Bundle sgui properly
- Allow the users not in a faction to list the members in another faction
- Prevent commanders from force adding or removing claims
- Fix bug in gui that allowed people to modify other factions
- Fully replaces
info,listandmemberscommands - Provides a GUI for
adminandmodifycommands (opened if no sub-command is specified). - Implements functionality of
home(tp only),rank promote,rank demoteandkickcommands in list GUIs.
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:ZjwW8Q6n:JSZER60J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZjwW8Q6n:JSZER60J"
}
