From dca7b71a0cb374c0c8acd6c763bf85d173294ac0 Mon Sep 17 00:00:00 2001 From: CarmJos Date: Fri, 11 Mar 2022 08:17:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++------- src/main/resources/PLUGIN_INFO | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5f02e4d..623d137 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ ```text - ___ _ ___ _ -|_ _| |_ ___ _ __ / __|___ _ __ _ __ __ _ _ _ __| |___ - | || _/ -_) ' \ (__/ _ \ ' \| ' \/ _` | ' \/ _` (_-< -|___|\__\___|_|_|_\___\___/_|_|_|_|_|_\__,_|_||_\__,_/__/ + ___ _ ___ _ + / __|___ _ __ _ __ __ _ _ _ __| |_ _| |_ ___ _ __ +| (__/ _ \ ' \| ' \/ _` | ' \/ _` || || _/ -_) ' \ + \___\___/_|_|_|_|_|_\__,_|_||_\__,_|___|\__\___|_|_|_| ``` -# ItemCommands +# CommandItem -[![workflow](https://github.com/CarmJos/ItemCommands/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/CarmJos/ItemCommands/actions/workflows/maven.yml) +[![workflow](https://github.com/CarmJos/CommandItem/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/CarmJos/CommandItem/actions/workflows/maven.yml) ![Support](https://img.shields.io/badge/Minecraft-Java%201.12--Latest-yellow) -![](https://visitor-badge.glitch.me/badge?page_id=ItemCommands.readme) +![](https://visitor-badge.glitch.me/badge?page_id=CommandItem.readme) 物品指令绑定插件,给予玩家可执行对应指令的消耗物品,基于EasyPlugin实现。 diff --git a/src/main/resources/PLUGIN_INFO b/src/main/resources/PLUGIN_INFO index 842d252..32fb5a6 100644 --- a/src/main/resources/PLUGIN_INFO +++ b/src/main/resources/PLUGIN_INFO @@ -1,4 +1,4 @@ -&a ___ _ &2 ___ _ -&a|_ _| |_ ___ _ __&2 / __|___ _ __ _ __ __ _ _ _ __| |___ -&a | || _/ -_) ' &2\ (__/ _ \ ' \| ' \/ _` | ' \/ _` (_-< -&a|___|\__\___|_|_|_&2\___\___/_|_|_|_|_|_\__,_|_||_\__,_/__/ \ No newline at end of file +&c ___ _ &f___ _ +&c / __|___ _ __ _ __ __ _ _ _ __| |&f_ _| |_ ___ _ __ +&c| (__/ _ \ ' \| ' \/ _` | ' \/ _` |&f| || _/ -_) ' \ +&c \___\___/_|_|_|_|_|_\__,_|_||_\__,_|&f___|\__\___|_|_|_| \ No newline at end of file