1.0.0
Compatibility
Changes
관리자에게 필요하지만 매우 단순하고 가벼운 보조 모드입니다.
서버 사이드 모드로서 접속자들은 설치할 필요 없습니다.
추가되는 기능은 단 두개로 특정 플레이어의 마지막 접속 시간, 서버 접속 횟수입니다.
/mptdate <닉네임> : 해당 플레이어의 마지막 접속 시간 예) /mptdate <Rain> : Rain님의 마지막 접속 날짜는 2026-05-18입니다.
/mpttimes <닉네임> : 해당 플레이어의 접속 횟수 예) /mpttimes <Rain> : Rain님의 총 접속 횟수는 15회 입니다.
지원 언어는 한글과 영어입니다.
This is a very simple and lightweight utility mod designed for server administrators. As a server-side mod, players do not need to install it. It adds only two functions: checking a specific player's last login time and their total server login count.
/mptdate <닉네임> : Shows the last login time of the player. 영) /mptdate <Rain> : The Player Rain's last login date is May 18, 2026.
/mpttimes <닉네임> : Shows the total login count of the player. 영) /mpttimes <Rain> : The Player Rain's total number of logins is 15.
Supported Languages: English, Korean
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:VKapA6rV:LktaLkoa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VKapA6rV:LktaLkoa"
}

