Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TenkyuChimata committed Apr 3, 2023
1 parent c802c5f commit d7bf11d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 21 deletions.
39 changes: 22 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>jp.wolfx</groupId>
<artifactId>MCEEW</artifactId>
<version>2.1.1-b4</version>
<version>2.1.1</version>
<packaging>jar</packaging>

<name>MCEEW</name>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: MCEEW
version: ${project.version}
main: jp.wolfx.mceew.MCEEW
api-version: 1.13
folia-supported: false

commands:
eew:
Expand Down

0 comments on commit d7bf11d

Please sign in to comment.