Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated last month
All versions
1.3.0-test
Beta
MeowConsole 1.3.0-testlast month 48
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Dedicated servers only
Changes
Meow Console v1.3.0 Release Notes
English
Important: Anti-Xray Has Been Split Out
- Starting with Meow Console 1.3.0, anti-xray is no longer bundled in this mod.
- Anti-xray is now maintained as the standalone MeowAnti-Xray mod.
- If your server still needs anti-xray protection, install MeowAnti-Xray alongside Meow Console.
- Download: https://modrinth.com/mod/meowanti-xray
Highlights
- Added/organized Fabric and NeoForge release lines for different server environments.
- Updated the default compatibility line to Minecraft 26.2 and Java 25.
- Improved compatibility with MCDR and common hosting panels, reducing conflicts around console input and stdout handling.
- Sleep skipping now follows Paper / vanilla
playersSleepingPercentagesemantics more closely. - Player join/leave messages, flight guard, Velocity / FabricProxy-Lite helpers, startup dashboard, alerts, update checks, TPS/MSPT, and mod list utilities remain in Meow Console.
Compatibility
- Minecraft: 26.2
- Java: 25+
- Fabric Loader: 0.18.4+
- Fabric API: 0.153.0+26.2 or newer compatible build
- NeoForge: 26.2.0.7-beta or newer compatible build
Upgrade Notes
- You can replace the Meow Console jar directly when upgrading from 1.2.4 to 1.3.0.
- Install MeowAnti-Xray separately if you still need anti-xray protection.
- Meow Console 1.3.0 and later no longer provide
antixray/xraycommands or config.
Meow Console v1.3.0 更新日志
中文
重要说明:反矿透已拆分
- 从 Meow Console 1.3.0 开始,后续版本不再内置反矿透功能。
- 反矿透已剥离为独立模组 MeowAnti-Xray,后续由独立项目维护。
- 如果你的服务器仍需要反矿透,请在安装 Meow Console 的同时单独安装 MeowAnti-Xray。
- 独立版下载地址:https://modrinth.com/mod/meowanti-xray
主要更新
- 支持 Fabric 与 NeoForge 两个版本线,方便不同服务端环境选择。
- 默认兼容线更新到 Minecraft 26.2,运行环境需要 Java 25。
- 优化 MCDR 与常见面板环境兼容性,减少彩色控制台接管时与面板输入、日志输出之间的冲突。
- 多人睡觉逻辑更贴近 Paper / 原版
playersSleepingPercentage的跳夜体验,达到阈值后自动跳过夜晚,并按规则处理天气与时间推进。 - 玩家加入/离开消息、飞行保护、Velocity / FabricProxy-Lite 辅助、启动面板、告警、更新检查、TPS/MSPT 与模组列表工具继续保留在 Meow Console。
兼容性
- Minecraft:26.2
- Java:25+
- Fabric Loader:0.18.4+
- Fabric API:0.153.0+26.2 或更新的兼容构建
- NeoForge:26.2.0.7-beta 或更新的兼容构建
升级提示
- 从 1.2.4 升级到 1.3.0 可以直接替换 Meow Console jar。
- 如果服务器还需要反矿透,请额外安装 MeowAnti-Xray。
- Meow Console 1.3.0 及后续版本不再提供
antixray/xray相关命令或配置。
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:R6NQ5vyd:4jYzOpli"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R6NQ5vyd:4jYzOpli"
}

