2 Star 1 Fork 1

GermMC / WikiGermEngine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cazellahorn.md 3.47 KB
一键复制 编辑 原始数据 按行查看 历史
GermMC 提交于 2022-01-03 20:32 . first commit

CazellaHorn


CazellaHorn简介

CazellaHorn 是萌芽引擎的免费附属插件,它是一款支持BC跨服的游戏内可视化在线喊话的插件。


插件指令

指令 用途
/cazellaHorn Send 打开喊话页面 消耗配置里设置的指定Lore的物品
/cazellaHorn Reload 重载插件

配置文件

config.yml

Spigot单端插件配置文件

Prefix: "&7|| &b全服喊话 &7|| "         # 插件前缀
NoPermission-Message: "&b你没有权限"      # 没有权限提示
NoItem-Message: "&c你没有足够的喊话喇叭"   # 没有足够物品提示
CloseGui-Message: "&a由于你关闭了输入窗口,你的物品已返还"    # 返还物品提示
isHorn-Message: "&b由于目前正在喊话,请耐心等待"      # 正在喊话提示
Reload-Message: "&6重载成功"       # 重载成功提示
Commands-Message:       # 命令提示
  - ""
  - "&f&lCazellaHorn &7帮助页面"
  - ""
  - "    &f- &c&l/CazellaHorn Send  &e[进行全服喊话]"
  - "    &f- &c&l/CazellaHorn Reload   &e[重载插件]"
  - ""
HornTask: 15        # 喊话留存时间 (单位: 秒)
MatchLore: "&9喇叭"          # Lore判断

# 是否开启跨服喇叭 你需要注意的是,跨服喇叭开启后,你必须安装 BC喇叭插件 作为数据传输通道中继站
# 否则插件无法使用!!!!
BungeeCord: false

config.yml

Bungee跨服插件配置文件

# 喇叭喊话的服 , 请确保该服安装了 Spigot版的喊话喇叭
ServerList:
  - RPG-1
  - RPG-2

CheckTexture.yml

信息填写发送页面配置文件

CheckTexture:    # 节点名不可变更
  options:
    startX: "10"
    startY: "10"
    consume: false     # 不可删除
  Input:    # 节点名不可变更
    type: 7
    enable: true
    tooltip:
      - '&c我是悬浮的时候被显示出来的那个'
    autoClear: false
    background: true
    limit: 32
    permanentFocus: false
    regular: "[^(0-9)][^(A-Za-z)][^(\u4e00-\u9fa5)]"
    sync: true    # 不可删除
    invalid: false
    width: "w*0.4"
    height: "h*0.05"
    locationX: "w*0.3"
    locationY: "h*0.4"
    locationZ: "0"
  ConfirmButton:    # 节点名不可变更
    type: 3
    defaultPath: 'url<->https://z3.ax1x.com/2021/07/13/WA1QUI.png'
    hoverPath: 'url<->https://z3.ax1x.com/2021/07/13/WA1s2T.png'
    hoverSound: ''
    clickSound: 'minecraft:ui.button.click'
    locationX: "w*0.430"
    locationY: "h*0.459"
    locationZ: "0"
    width: "w*0.12"
    height: "h*0.07"
    invalid: false
    align: "center"
    hoverAlign: "center"
    hoverText: "确定键"
    animations:
      - "透明到不透明"

HornTexture.yml

喊话页面配置文件

HornTexture:    # 不可变更
  options:
    startX: "10"
    startY: "10"
    consume: false
    openDos:
      - "delay<->15000"
      - "closeChild<->HornTexture"
  texture:    # 不可变更
    type: 0
    path: 'url<->https://z3.ax1x.com/2021/07/13/WAQO6e.png'
    locationX: "w*0.117"
    locationY: "h*0.107"
    width: "w*0.8"
    height: "h*0.1"
    animations:
      - "透明到不透明"
  Text:    # 不可变更
    type: 4
    enable: true
    align: "left"
    scale: '3'
    font: "default"
    texts:
      - "..."    # 不可变更
    locationX: "w*0.15"
    locationY: "h*0.127"
    locationZ: "0"
1
https://gitee.com/germmc/wiki-germ-engine.git
git@gitee.com:germmc/wiki-germ-engine.git
germmc
wiki-germ-engine
WikiGermEngine
master

搜索帮助