Tags
Creators
Details
0.0.1+build.25
Compatibility
Required content
Changes
Reconstructed content
-
Home Command:
/sethome- The command is refactored this time./back- This one is also reconstructed.
Note: Coordinate acqt the same time. compatible with multiple people at the same time. compatible with multiple people at the same time.
-
Automatic cleaning:
- Add automatic cleaning function.
- It can be modified through the configuration file.
- The default is automatic cleanup after 5 minutes.
Note: The automatic cleaning function is not currently enabled by default. You need to enable it in the configuration file.
-
Config File
- Add a Common configuration file.
- Add a Client configuration file.
Note: The configuration file is located in the
configfolder.Automatic Cleaning Settings
isClearServerItem- Turn automatic cleaning on and off.displayTextHead- The text header used to set the end of cleanup.displayTextBody- The text body used to set the end of cleanup.displayCountdownText- The countdown text used to set the end of cleanup.
Note: More configurations can be found in the game.
⚠️ Warning: The current module is a test version and may throw an exception at any time.
Optional dependencies
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:TvEEJARF:qoS8sjts"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TvEEJARF:qoS8sjts"
}

