From efdc19a6feca0a1a8c39971fb7fed4af50e75310 Mon Sep 17 00:00:00 2001 From: yuko fuyutsuki Date: Wed, 8 Nov 2017 17:56:58 +0900 Subject: [PATCH 1/3] Fix for poggit. * Support of old server software has been terminated, we recommend using PocketMine-MP. --- .gitignore | 1 + .poggit.yml | 4 +- README.md | 12 +- assets/Texter.png | Bin 5954 -> 5572 bytes plugin.yml | 7 +- src/Texter/EventListener.php | 20 +-- src/Texter/Main.php | 58 +----- src/Texter/TexterApi.php | 4 +- src/Texter/commands/TxtAdmCommand.php | 8 - src/Texter/commands/TxtAdmCommandOld.php | 113 ------------ src/Texter/commands/TxtCommandOld.php | 217 ----------------------- src/Texter/task/WorldGetTaskOld.php | 43 ----- 12 files changed, 20 insertions(+), 467 deletions(-) delete mode 100644 src/Texter/commands/TxtAdmCommandOld.php delete mode 100644 src/Texter/commands/TxtCommandOld.php delete mode 100644 src/Texter/task/WorldGetTaskOld.php diff --git a/.gitignore b/.gitignore index 8fb9836..6834e59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /config.yml /*.json +/assets diff --git a/.poggit.yml b/.poggit.yml index 9208cef..b5119c6 100644 --- a/.poggit.yml +++ b/.poggit.yml @@ -1,7 +1,9 @@ --- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/fuyutsuki/Texter branches: -- master + - master + - dev/v2.2.5 projects: Texter: path: "" + icon: "/assets/Logo.png" ... diff --git a/README.md b/README.md index b32d784..9aaa710 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/fuyutsuki/Texter/blob/master/LICENSE) [![Github All Releases](https://img.shields.io/github/downloads/fuyutsuki/Texter/total.svg)](https://github.com/fuyutsuki/Texter/releases) @@ -8,10 +10,6 @@ Select Language: [English](#eng), [日本語](#jpn) ## English -## Notice -This plugin is **fork** of *yuko fuyutsuki`s* plugin developed by *p-NLab*. -It is distributed under MIT license. -