HudSubTitle —— 适用于单人剧情的行进时萌芽HUD字幕 [1.12.2]

原创 工具 HudSubTitle —— 适用于单人剧情的行进时萌芽HUD字幕 [1.12.2] 1.0.2

Source of resources
Original
插件中文名称
Hud字幕
插件英文名称
HudSubTitle
原帖地址
#
支持的核心(服务端)
  1. Spigot
  2. Paper
  3. 其他核心
Language
Chinese(Simplified)
Precondition
GermPlugin
适配版本(Java)
  1. 1.12

插件简介

  • 一个小插件,可以使用指令快捷传入文本显示单行字幕或字幕组。
  • 适用于玩家行进过程中的补充对话展示。
  • 需要使用 GermPlugin(萌芽引擎)作为前置。

指令权限

  • /hudsubtitle send <玩家> <文字弹出时间(PopTime)> <字幕文本> - 发送字幕HUD
  • /hudsubtitle sendyml <玩家> <字幕组文件> - 发送字幕组
  • /hudsubtitle reload - 重新加载配置文件
  • hudsubtitle.admin - 插件主权限

图片预览(使用sm图床,可能部分地区无法显示)

YPD2JEifQZHCTKA.gif


配置文件

YAML:
# 会在字幕播放完成后自动关闭HUD
auto-close: true
# 播放完成后关闭HUD前的延迟时间,单位为秒
close-delay: 3

# 语言文本
messages:
  command-error: "&7正确指令: &f/hudsubtitle <send/reload> <玩家> <字体弹出时间(毫秒)> <字幕内容>"
  player-error: "&7指定的玩家不在线或不存在"
  format-error: "&7弹出时间请输入一个整数"
  permission-error: "&7你没有权限执行此命令"
  send-success: "&7成功将字幕发送给玩家 &f{player} &7所需等待Tick &f{tick}"
  reload-success: "&7成功重载配置文件"
YAML:
# 字幕组配置
# 会自动按照顺序依次播放
popup-time: 50
text-list:
  - "&c你好,这是第一行文字"
  - "&a这是新手教程关卡"
  - "&a感谢使用本插件"
YAML:
# 请勿修改该名称
hud_subtitle:
  options:
    startX: "0"
    startY: "0"
    startZ: "100"
    guide: false
  color:
    type: color
    enable: true
    shape: 0
    locationX: "w*0.5-w*0.51/2"
    locationY: "h*0.935"
    width: "w*0.51"
    height: "h*0.045"
    color: 0x99080808
  # 请勿修改该名称
  字幕内容:
    type: label
    enable: true
    align: "center"
    scale: 'w*0.001'
    fontSize: 27
    lineSpace: '0'
    locationX: "w*0.5"
    locationY: "h*0.94"
    locationZ: "10"
    popTime: "0"
Author
PuddingKC
Downloads
40
Views
319
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from PuddingKC

Share this resource

Latest updates

  1. 更新至 1.0.2

    新增字幕组功能