From d7bf11d4c7ba36686fa1fcb81d5f36cf0d5a038d Mon Sep 17 00:00:00 2001
From: TenkyuChimata <34177737+TenkyuChimata@users.noreply.github.com>
Date: Mon, 3 Apr 2023 13:03:39 +0800
Subject: [PATCH] Release v2.1.1
---
README.md | 39 ++++++++++++++++++++---------------
pom.xml | 2 +-
src/main/resources/config.yml | 6 +++---
src/main/resources/plugin.yml | 1 +
4 files changed, 27 insertions(+), 21 deletions(-)
diff --git a/README.md b/README.md
index a2bf685..d993faa 100644
--- a/README.md
+++ b/README.md
@@ -1,30 +1,35 @@
# MCEEW
+
A real-time Japan/China Earthquake Early Warning(EEW) plugin for Spigot/Paper.
## Features
-* **Support Spigot/Paper 1.13+.**
-* **Support for receiving EEW from NIED/JMA.**
-* **Support for receiving EEW from Sichuan China.**
-* **Support for broadcast messages to chat.**
-* **Support for broadcast messages to title.**
-* **Support for alert when earthquake is detected.**
-* **Support manual get the latest final reports.**
-* **Support for custom broadcast messages.**
-* **Support for custom intensity colors.**
-* **Support for custom alert sounds.**
-* **Support for EEW test.**
+
+* **Support Spigot/Paper 1.13+.**
+* **Support for receiving EEW from NIED/JMA.**
+* **Support for receiving EEW from Sichuan China.**
+* **Support for broadcast messages to chat.**
+* **Support for broadcast messages to title.**
+* **Support for alert when earthquake is detected.**
+* **Support manual get the latest final reports.**
+* **Support for custom broadcast messages.**
+* **Support for custom intensity colors.**
+* **Support for custom alert sounds.**
+* **Support for EEW test.**
## Commands
-* List commands /eew
-* Get the final report /eew final
-* Run EEW test /eew test (need OP)
-* Reload configuration /eew reload (need OP)
+
+* List commands /eew
+* Get the final report /eew final
+* Run EEW test /eew test (need OP)
+* Reload configuration /eew reload (need OP)
## Downloads
-* [SpigotMC (Recommend)](https://acg.kr/mceew)
-* [Github Releases](https://github.com/TenkyuChimata/MCEEW/releases/latest)
+
+* [SpigotMC (Recommend)](https://acg.kr/mceew)
+* [GitHub Releases](https://github.com/TenkyuChimata/MCEEW/releases/latest)
## Screenshots
+
![1.png](https://s2.loli.net/2023/01/02/CcTDAKlosye4d3Y.png)
![2.png](https://s2.loli.net/2023/01/02/Zfmi9wWnbzBNF7H.png)
![3.png](https://s2.loli.net/2023/01/02/OBlvaopQjId6zJT.png)
diff --git a/pom.xml b/pom.xml
index 0025227..0fe291c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
jp.wolfx
MCEEW
- 2.1.1-b4
+ 2.1.1
jar
MCEEW
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index b14856a..6712b92 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -1,6 +1,6 @@
#
# MCEEW configuration
-# Last updated on 2.0.6
+# Last updated on 2.1.1
# Last necessary updated on 2.0.0
#
# API Source: https://api.wolfx.jp
@@ -83,10 +83,10 @@ Message:
Color:
# Set the Japan Intensity color
# 0 1 2 3 4 5- 5+ 6- 6+ 7
- Shindo: ["&f", "&7", "&b", "&9", "&a", "&e", "&6", "&c", "&4", "&d"]
+ Shindo: [ "&f", "&7", "&b", "&9", "&a", "&e", "&6", "&c", "&4", "&d" ]
# Set the China Intensity color
# 0 1 2 3 4 5 6 7 8 9 10 11 12
- Intensity: ["&f", "&7", "&b", "&3", "&9", "&a", "&2", "&e", "&6", "&c", "&4", "&d", "&5"]
+ Intensity: [ "&f", "&7", "&b", "&3", "&9", "&a", "&2", "&e", "&6", "&c", "&4", "&d", "&5" ]
Sound:
# Set the alert report alert sound
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index b1a4209..fb32b53 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -2,6 +2,7 @@ name: MCEEW
version: ${project.version}
main: jp.wolfx.mceew.MCEEW
api-version: 1.13
+folia-supported: false
commands:
eew: