EnhancedMOTD
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 2.0.0+neoforge-26.1.2
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/enhancedmotd
资源信息
Minecraft 版本: 26.1.2
平台: neoforge
标签: management utility
资源介绍

Features
- Custom Gradients: Create smooth color transitions using
<gradient:#RRGGBB:#RRGGBB>text</gradient> - Rainbow Text: Automatic rainbow gradients with
<rb>text</rb> - Hex Colors: Full RGB color support using
&#RRGGBBformat - Legacy Color Codes: Standard Minecraft color codes (
&a,&c, etc.) - Text Formatting: Bold (
&l), italic (&o), underline (&n), strikethrough (&m), obfuscated (&k) - Randomized Server Icons: Optional feature to cycle through multiple server icons
Formatting Guide
Gradient Syntax
- Custom Gradient:
<gradient:#FF0000:#FFFF00>Your Text</gradient>- Smooth transition from red to yellow - Rainbow Gradient:
<rb>Your Text</rb>- Automatic rainbow effect
Color Codes
- Hex Colors:
&#FF5500- Any RGB color - Legacy Codes:
&a(green),&c(red),&b(aqua),&e(yellow), etc.
Formatting Codes
&l- Bold&o- Italic&n- Underlined&m- Strikethrough&k- Obfuscated (random characters)&r- Reset all formatting
Combining Formats
Place formatting codes before gradient tags:
&l<gradient:#FF0000:#FFFF00>Bold Gradient Text</gradient>
&o<rb>Italic Rainbow Text</rb>
* `"motds"`: A list of possible MOTDs lists! The mod will pick a random MOTD from every part of the list and concatenate them, producing a full MOTD. This feature is mainly so if you would like to contain a static part of information independent of a random one. * `"use_randomized_icons"`: A boolean either enabling or disabling the randomized icon feature. Defaults to `true`. * `"icons"`: A list of paths to server icons or HTTPS URLs. Paths are relative to the server directory. URLs must use HTTPS protocol for security. All icons must be 64x64 PNG images. * `"log_when_loaded"`: A boolean telling whether to log for every reload. Off by default. * `"CONFIG_VERSION_DO_NOT_TOUCH_PLS"`: Mod version --please do not touch it. ### Example Config ```json { "motds": [ [ "&l⚡ RAINBOW SERVER ⚡", "&l» FIRE REALM «", "&l≋ OCEAN VIBES ≋" ], [ "&r&o- Join the &ladventure&r&n!", "&r- Survival | PvP", "&r&o- Fresh world just released!" ] ], "use_randomized_icons": true, "icons": [ "server-icon.png", "server-icon-2.png", "https://dummyimage.com/64x64/000/fff.png&text=Icon3" ], "log_when_loaded": false } ```
Installation
- Download the mod JAR from the releases
- Place it in your server's
modsfolder - Start the server - it will generate a default config
- Edit
config/enhanced_motd.jsonto customize your MOTDs - Use
/reloadto apply changes without restarting
Requirements
- NeoForge 26.1+ for Minecraft 26.1.x
- Java 25+
- Server-side only
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~