1.0
Compatibility
Changes
HUD Texts – Customizable HUD Text Display
HUD Texts lets you display custom text anywhere on your screen. You can easily change the text, move it, toggle it on or off, and even create client-style HUDs for fun.
HUD Texts は、Minecraft の画面上(HUD)に好きなテキストを表示できる Fabric MOD です。 文字の変更や位置調整、表示・非表示の切り替えに加え、チートクライアント風のHUDを再現して遊ぶこともできます。
Features / 特徴
- Display customizable HUD text / 好きなテキストをHUDに表示
- djust the text position freely / 表示位置を自由に変更
- Toggle the HUD on or off / 表示・非表示を簡単に切り替え
- Client-side only / クライアント専用(サーバーへの導入不要)
Compatibility / 対応バージョン
- Minecraft 1.21.11
- Fabric Loader
Usage / 使い方
Toggle the HUD:
/hudtext toggle
Set the displayed text:
/hudtext text <text>
Example: /hudtexxt text "reach 2.9!"
View or change the X position:
/hudtext xPosition
/hudtext xPosition add <value>
/hudtext xPosition remove <value>
/hudtext xPosition set <value>
View or change the Y position:
/hudtext yPosition
/hudtext yPosition add <value>
/hudtext yPosition remove <value>
/hudtext yPosition set <value>
Note / 注意
This is a client-side mod. It only needs to be installed on the client and does not have to be installed on the server.
このMODはクライアント専用です。 クライアントにのみ導入すれば動作し、サーバーへ導入する必要はありません。
HUD Texts is licensed under CC-BY 4.0. Please credit “0muretu1”.
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:kZP76pUN:ip0urxpQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kZP76pUN:ip0urxpQ"
}

