npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

koishi-plugin-ffxiv-macrodict

v2.2.1

Published

A koishi plugin for searching macro descriptions which is used in the famous video game FFXIV (Final Fantasy XIV)

Downloads

281

Readme

koishi-plugin-ffxiv-macrodict

English | 简体中文

koishi 的插件,用于搜索并显示著名 MMORPG 网络游戏 最终幻想 XIV (Final Fantasy XIV,FFXIV) 的文本指令信息。

功能与用法

搜索指令的描述

使用 macrodict <指令名> 搜索文本指令信息。

实例:

macrodict target
# 也可以识别中文的文本指令
macrodict 目标
# 也可以识别以 / 开头的文本指令
macrodict /target

输出其他语言版本的描述

使用 -l <语言代码>--lang <语言代码> 指定输出的语言版本。可选值有:

  • en:英文
  • ja:日文
  • de:德文
  • fr:法文
  • zh:简体中文
  • ko:韩文

若没有指定语言,则默认以当前频道的语言输出,或回退到英文 en

实例:

macrodict -l en target

安装

插件市场

如果你通过 Koishi 模板项目创建了你的机器人,你可以直接在插件市场安装名为 koishi-plugin-ffxiv-macrodict 的插件。你可能还需要安装 koishi-plugin-puppeteer 才能启用本插件。

你可以需要参考安装和配置插件的说明添加此插件到你的机器人中。

手动安装

首先,你需要安装 nodejs 以及任意一个包管理器,如 yarnnpm

# 建议使用 `yarn`
$ yarn add koishi-plugin-ffxiv-macrodict
# 但是你也可以使用 `npm`
$ npm install --save koishi-plugin-ffxiv-macrodict

配置

该插件公开以下配置:

export interface MacroDictConfig {
  aliases?: string[]
  defaultLanguage?: 'en' | 'de' | 'fr' | 'ja' | 'ko' | 'chs'
  fetchOnStart?: boolean
}

翻译

本插件支持多语言。

若您想要贡献翻译,请注册 Crowdin 并在项目 hatsushimomacrodict 文件夹中贡献翻译。

许可证

本插件遵循 MIT license 许可协议。

FINAL FANTASY、最终幻想是株式会社史克威尔艾尼克斯的注册商标。所有来自 FINAL FANTASY XIV 的宏描述数据均未作任何修改。

FINAL FANTASY XIV © 2010 - 2022 SQUARE ENIX CO., LTD. All Rights Reserved.