K-Plugin for Yunzai-Bot

Overview

Earth-K-Plugin说明

Earth-K-Plugin是一个Yunzai-Bot的可能有用插件,提供部分无用功能

安装与更新

请将Earth-K-Plugin放置在Yunzai-Bot的plugins目录下,重启Yunzai-Bot后即可使用。

推荐使用git进行安装,以方便后续升级。在Yunzai根目录夹打开终端,运行

使用Github
git clone https://github.com/SmallK111407/earth-k-plugin.git ./plugins/earth-k-plugin/
使用Gitee
git clone https://gitee.com/SmallK111407/earth-k-plugin.git ./plugins/earth-k-plugin/

进行安装。建议使用上述命令进行安装,以便于后续更新。 管理员发送#更新earth-k-plugin 即可自动更新

如果是手工下载的zip压缩包,请将解压后的earth-k-plugin文件夹(请删除压缩自带的-master后缀)放置在Yunzai目录下的plugins文件夹内。

    练习记忆力插件命令为#练习记忆力 我猜+字母 #重置分数,
    点歌插件(显示图片列表,网易云,酷狗,qq,群聊私聊均可用 例如 点歌起风了 点歌酷狗起风了 点歌qq起风了),
    长期更新原史(原神历史,背景故事,圣遗物故事,武器故事,角色故事,书籍,剧情,人物故事等)助力旅行者成为原学家,
    原神角色概率语音复读功能(机器人的本质也是复读机#开启复读#关闭复读#设置复读概率20)
    提供点视频功能(可看vip)返回图片列表,可选择视频观看

Yunzai版本与支持

Earth-K-Plugin仅支持V3云崽

免责声明

  1. 功能仅限内部交流与小范围使用,请勿将Yunzai-Bot及Earth-K-Plugin用于以盈利为目的的场景
  2. 图片与其他素材均来自于网络,仅供交流学习使用,如有侵权请联系,会立即删除

其他

  • 最后再求一个star~,您的支持是维护本项目的动力
  • 交流群号:920929297
  • 赞助支持:爱发电
You might also like...

The bot used for the official Huguitis Nodes server. Simply an entertainment bot.

HuguitisNodesBot The bot used for the official Huguitis Nodes server. Simply an entertainment bot. You can use the bot but remember to follow the lice

Nov 19, 2022

Babel-plugin-amd-checker - Module format checking plugin for Babel usable in both Node.js the web browser environments.

babel-plugin-amd-checker A Babel plugin to check the format of your modules when compiling your code using Babel. This plugin allows you to abort the

Jan 6, 2022

A variety of jQuery plugin patterns for jump starting your plugin development

jQuery Plugin Patterns So, you've tried out jQuery Boilerplate or written a few of your own plugins before. They work to a degree and are readable, bu

Dec 31, 2022

A tool to get plugin statistics of Obsidian plugin ecosystem.

A tool to get plugin statistics of Obsidian plugin ecosystem.

Obsidian Plugin Stats A tool to get plugin statistics of Obsidian plugin ecosystem. Usage You can use this tool to see the plugins that has hit commun

Dec 25, 2022

📦 Alpine JS plugin to extend the functionality of the official $persist plugin

Alpine JS Persist Extended Alpine JS magic method $storage extends the official $persist plugin to help you work with local storage 📦 Example 👀 div

Dec 28, 2022

kakaolink-plugin is a remote-kakao plugin for sending KakaoLinks instead of plain text

kakaolink-plugin is a remote-kakao plugin for sending KakaoLinks instead of plain text

kakaolink-plugin Discord Server About kakaolink-plugin is a remote-kakao plugin for sending KakaoLinks instead of plain text. Requirements Node.js v17

Oct 1, 2022

A markdown-it plugin that process images through the eleventy-img plugin. Can be used in any projects that uses markdown-it.

markdown-it-eleventy-img A markdown-it plugin that process images through the eleventy-img plugin. Can be used in any projects that use markdown-it. F

Dec 20, 2022

This is a simple Image popup Jquery plugin. With a very simple configuration, you can show a popup on your webpage. By the way, this plugin works after page load.

This is a simple Image popup Jquery plugin. With a very simple configuration, you can show a popup on your webpage. By the way, this plugin works after page load.

Jquery-SingleImagePopup This is a simple Image popup Jquery plugin. With a very simple configuration, you can show a popup on your webpage. By the way

Aug 22, 2022

An obsidian toolbar plugin, modified from the Cmenu plugin

An obsidian toolbar plugin, modified from the Cmenu plugin

obsidian-editing-toolbar Plugin Thanks to the cmenu plugin, which gave me a lot of inspiration, but this plugin has not been maintained for more than

Dec 29, 2022
Comments
  • 为原神语音功能添加引用警告,避免用户误触发语音消失bug

    为原神语音功能添加引用警告,避免用户误触发语音消失bug

    输入图片说明 如图,我自己参考小飞插件手动添加了这项功能,以免Win系统频繁触发语音bug(这玩意一旦触发真挺烦人的。。) 改写代码如下:(改写文件:genshinSpeak.js输入图片说明 第一张图是猜语音那里的改写 测试 第二张图是角色语音部分的改写 因为我个人经常在电脑听语音就稍微改了下,不然真的很容易误触发BUG 我是想大佬觉得这个改写没啥问题就也加进去,但是不知道怎么提交我就放issue里了 下面是添加的代码段

                let url = wb[Number(z)]
                if (yykg) {
                    //使用高清语音
                    let result = await this.reply(
                        await uploadRecord(url, 68714, 0)
                    )
                    try {
                        let message = await Bot.getMsg(result.message_id);
                        if (Array.isArray(message.message)) message.message.push({ type: 'text', text: '[语音]' });
                        (e.group || e.friend)?.sendMsg('Win系统别点,否则会导致所有语音无声音!', message);
                    } catch (err) { }
                } else {
                    //不使用高清语音
                    let voice = await segment.record(url)
                    e.reply(voice)
                }
    
            let url = wb[Number(i - 1)]
            if (yykg) {
                //使用高清语音
                let result = await this.reply(
                    await uploadRecord(url, 68714, 0)
                )
                try {
                    let message = await Bot.getMsg(result.message_id);
                    if (Array.isArray(message.message)) message.message.push({ type: 'text', text: '[语音]' });
                    (e.group || e.friend)?.sendMsg('Win系统别点,否则会导致所有语音无声音!', message);
                } catch (err) { }
            } else {
                //不使用高清语音
                let voice = await segment.record(url)
                e.reply(voice)
            }
    

    另外就是 要顺便注释掉或者删掉原来实现语音发送的部分 具体来讲就是: 131行开始

                if (yykg == 1) {
                    let msg2 = await uploadRecord(wb[Number(z)], 0, false)
                    e.reply(msg2)
    
                } else {
                    let msg2 = await segment.record(wb[Number(z)])
                    e.reply(msg2)
    
    
                }
    

    336行开始

            if (yykg == 1) {
                let msg2 = await uploadRecord(wb[Number(i - 1)], 0, false)
                e.reply(msg2)
    
            } else {
                let msg2 = await segment.record(wb[Number(i - 1)])
                e.reply(msg2)
    
            }
    
    opened by CUZNIL 0
Owner
SunRyK
Small_K Individual Account
SunRyK
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
fardin 8 Oct 18, 2022
PancakeSwap Prediction Bot [2022]. Make gains passively while running this bot for PancakeSwap or CandleGenie.

?? PancakeSwap Prediction v2 – 2022 Update ?? This bot wins the majority of rounds on PancakeSwap & CandleGenie based. This bot survived the beta and

AladeenCR 3 Sep 4, 2022
Zero Two Bot,A fully Modular Whatsapp Bot to do everything possible in WhatsApp by Team Zero Two

?? ???????? ?????? ???? ?? A Moduler WhatsApp Bot designed for both PM and Groups - To take your boring WhatsApp usage into a whole different level. T

Sam Pandey 69 Dec 25, 2022
A discord bot to track "owo", usually used to help with OwO bot. Made with Discord.js v13 includes Slash commands, Leaderboards, Auto Resets etc.

Discord-OwO-tracker A discord bot to track "owo", usually used to help with OwO bot Requirements Discord.js v13 (npm install discord.js@latest) applic

Astrex 4 Nov 24, 2022
Hola bienvenido al the LoliBot-MD aquí se hacer actualizaciónes de bot. Bot que funciona el (WhatsApp multidivice) espero que te guste😊

Esta versión de THE LOLIBOT-MD casi está terminada. ✨ —◉ DUDAS SOBRE EL BOT?, CONTACTAME ✨ Quieres tener un bot 24/7 activo ?? ACTIVAR EN HEROKU ☂️ PA

The Lolibot-MD 34 Dec 26, 2022
Discord.js bot starter template, Slash Commands only (Raymond forced me to make a bot template)

boat-template Raymond forced me to make a bot template This template is meant is just for stupidness ig Getting Started Rename the config.example.ts t

Drxckzyz tha idiot 3 Jan 5, 2022