Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 14 hours ago
All versions
1.0.5
Release
Towns & Nations 1.0.52 weeks ago 144
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Paper
Purpur
Changes
Towns and Nations 1.0.5
New :
- Ownership of a territory and Being a capital is better separated.
- A player can be the owner of a nation while the nation capital is from another region
- Add
correct syntax : {}message when/tan ClaimAreacommand fail - By default, Nations will have all biomes allowed in order to reduce incomprehension when enabling nation claims
- If a player joins a town, he will be cleared out the forgein player permission trust
- 2 Forts can no longer be placed in the same chunk
- Add option to force placing a first chunk in order to create a town (Before choosing a Name)
- New command
/tan wiki
Bug fixes
- Fixed negative price mob ban upgrade
- Fixed wrong message displaying when trying to unclaim a landmark chunk
- Fix argument check on
/tan unclaim <Town/Region/Nation>, blocking the command. - Deleting a fort will now correctly update the chunk associated
- Fix text errors in the updated diplomacy menu
- Fix "Town level" title in region and nation menu
- Fix Nation Hirarchy menu showing option to browse suzerain invitations
- Fix "Change ownership" menu looping with Nation Settings menu with the "return" icon
- (Trying to) fix dupe glitch by protecting block beneath fort banner
- Fix Name Filter not working the slightest
- Fix capture message when score reach 100% @konradschutle
- Available chunks to conquer displays the incorrect territory @konradschutle
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:Ag2I6USg:o6gXuIRu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ag2I6USg:o6gXuIRu"
}

