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-dgluna

v0.1.3

Published

[<ruby>dgluna 游戏插件<rp>(</rp><rt>点我查看README</rt><rp>)</rp></ruby>](https://www.npmjs.com/package/koishi-plugin-dgluna) 在群聊中玩郊狼吧!🎮 实现郊狼 N 对 N 的控制玩耍,多人impart 📱。包含加入频道、调节强度、邀请玩家...自己一个人玩,与被人控真的不一样哦~ (会一直笑 bushi)

Downloads

435

Readme

koishi-plugin-dgluna

npm


DgLuna 是一个用于 DG-LAB 游戏的插件,提供了公共放映厅的功能。

使用方法

连接 DG-LAB 频道

dgluna.connect [endpoint: string]
  • 参数:
    • endpoint: 可选,指定连接的 DG-LAB 频道。
  • 触发示例 : dgluna.connect ws://1.2.3.4:5555 或者 dgluna.connect

调整通道强度

dgluna.strchange <channel: string> <value: number>
  • 参数:
    • channel: 要调整的通道名称。
    • value: 要设定的强度值。
  • 触发示例 : dgluna.strchange A -5(A通道减弱5)

设定通道强度

dgluna.strset <channel: string> <value: string>
  • 参数:
    • channel: 要设定的通道名称。
    • value: 要设定的强度值。
  • 触发示例 : dgluna.strset A 15(A通道设定至15)

设定通道波形

dgluna.waveset <channel: string> <wave: number> <time: number>
  • 参数:
    • channel: 要设定的通道名称。
    • wave: 波形编号。
    • time: 持续时间。

邀请用户加入

dgluna.invite <user: string>
  • 参数:
    • user: 要邀请的用户 ID。
  • 触发示例 : dgluna.invite @猫猫

退出频道

dgluna.exit

注意事项

  • 请确保您已安装并正确配置 koishi-plugin-qrcode-service 插件。
  • 确保您的环境支持所有必要的依赖项。

贡献

欢迎提交问题和贡献代码!请通过 GitHub 仓库 提交您的贡献。


你可以根据需要进一步修改和完善这个 README。