Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Links
Creators
Details
Licensed Apache-2.0
Published 5 days ago
Updated yesterday
注意!本模组不兼容Optifine!请使用Embedium组合!
注意!本模组需要搭配Forge47.4.4以上版本使用!
Basic Mod Features
- Custom kill icons (including bare-handed "fist", potion throw "magic damage" scene adaptation)
- Custom icon size and screen position (supporting initial horizontal/vertical position adjustment)
- Icon animation function (basic animation, segmented speed animation, non-linear animation)
- Separate switch for icon display
- Custom kill prompt subtitles (content, color, text shadow)
- Separate switch for subtitle display
- Custom icon color
- Custom kill/critical hit sound effects
- Custom sound effect pitch
- Multiple mode selection (including Combo mode, switching one icon per kill)
- In-game configuration file editing function
- One-click configuration file reset (with double protection against accidental touch)
- Custom configuration interface scroll speed
- Configuration interface supports English and localized translations (weapon/biome text matches client language)
- Critical hit detection and exclusive effects (exclusive icons, sound effects, custom color subtitles)
- Score calculation module (including "damage dealt", "biome killed", "critical hit", "assisted defeat" bonus points)
- Player score query command (/gdscore query own score, /gdscore top query top ten on server)
- Administrator score management command (/gdscore add/reduce/set/get <player name> <score>)
- Server score storage (solves score loss upon server restart, supports server-side player score statistics)
- Limit maximum icon quantity function (0% means no limit)
- Fixed bugs in graphics, potion detection, mod item NBT tag display, server-side adaptation, etc.
- Simplified code structure, optimized server performance
- Configuration interface configurability reaches 95%, with a transparent background
- For more information, please refer to the update log.
Mod Animation Description
- All animations adopt a linear style, ensuring absolute comfort, naturalness, and crispness.
Bug Reporting
- For any technical bugs or issues related to the mod, please send an email to mc_bug656@outlook.com.
Introduction Video
- 【【模组发布】它可以让你的MC手感爆炸!仿FPS游戏的击杀图标】 https://www.bilibili.com/video/BV1RTYsz8Eag/
Usage Notes
Localization of Custom Configuration File
#Kill Icon Settings
[kill_icon]
# Display duration of the kill icon (in game ticks)
# Range: 20 ~ 200 (20 to 200)
duration = 40
# Fade-out time (in game ticks)
# Range: 10 ~ 60 (10 to 60)
fadeTime = 20
# Size of the kill icon (in pixels)
# Range: 16 ~ 64 (16 to 64)
size = 32
#Text Color Settings
[text_colors]
# Color for weapon text (hexadecimal format, e.g. 008080)
weaponColor = "008080"
# Color for target text (hexadecimal format, e.g. FF0000)
targetColor = "008080"
Method for Customizing Icon and Sound Effect
- The file path for custom icons is resources\assets\gd656killicon\textures\gui\kill_icon.png
- The file path for custom audio is resources\assets\gd656killicon\sounds\kill_sound.ogg (Three audio files from different games are provided; simply rename the desired file to "kill_sound.ogg" to use it).
You need to unpack the mod's JAR file yourself to create a resource pack.
Copyright Information
Using this mod on any commercial server requires prior approval from the author! Please send an email to mc_bug656@outlook.com for permission.
模组基本功能
- 自定义击杀图标(含空手 “拳头”、药水投掷 “魔法伤害” 场景适配)
- 自定义图标大小、屏幕位置(支持初始水平 / 垂直位置调整)
- 图标动画功能(基础动画、分段速度动画、非线性动画)
- 单独开关图标显示
- 自定义击杀提示字幕(内容、颜色、文字阴影)
- 单独开关字幕显示
- 自定义图标颜色
- 自定义击杀 / 暴击音效
- 自定义音效音调
- 多模式选择(含 Combo 模式,杀一次切换一个图标)
- 游戏内配置文件编辑功能
- 配置文件一键重置(含双重保护防误触)
- 自定义配置界面滚轮速度
- 配置界面支持英文与本土化翻译(武器 / 生物文本匹配客户端语言)
- 暴击检测与专属效果(专属图标、音效、自定义颜色字幕)
- 分数计算模块(含 “造成伤害”“击杀生物”“暴击”“助攻击败” 加分项)
- 玩家分数查询指令(/gdscore 查询自身分数、/gdscore top 查询服务器前十)
- 管理员分数管理指令(/gdscore add/reduce/set/get <玩家名> < 分数 >)
- 服务器分数存储(解决大退丢失问题,支持服务端玩家分数统计)
- 限制最大图标数量功能(0% 为无限制)
- 修复画面、药水检测、模组物品 NBT 标签显示、服务端适配等 bug
- 简化代码结构,优化服务器运行表现
- 配置界面可配置度达 95%,采用透明背景
- 更多信息请见更新日志
BUG反馈
- 若有任何模组的bug技术问题请发送邮件至mc_bug656@outlook.com
介绍视频
- 【【模组发布】它可以让你的MC手感爆炸!仿FPS游戏的击杀图标】 https://www.bilibili.com/video/BV1RTYsz8Eag/
使用注意事项
自定义配置文件汉化
#击杀图标设置
[kill_icon]
# 击杀图标显示时长(以游戏刻为单位)
# 取值范围:20 ~ 200(20 至 200)
duration = 40
# 淡出时间(以游戏刻为单位)
# 取值范围:10 ~ 60(10 至 60)
fadeTime = 20
# 击杀图标尺寸(以像素为单位)
# 取值范围:16 ~ 64(16 至 64)
size = 32
#文本颜色设置
[text_colors]
# 武器文本颜色(十六进制格式,例如 008080)
weaponColor = "008080"
# 目标文本颜色(十六进制格式,例如 FF0000)
targetColor = "008080"
自定义图标音效方法
- 自定义图标路径为resources\assets\gd656killicon\textures\gui\kill_icon.png
- 自定义音频路径为resources\assets\gd656killicon\sounds\kill_sound.ogg(我准备了三款游戏的音频,将文件名换成kill_sound.ogg即可)
需自行解包本模组的jar文件来制作资源包
版权问题
在任何商业服务器使用本模组需要经过作者本人同意!请发送邮件至mc_bug656@outlook.com