diff options
author | Keuin <[email protected]> | 2022-02-05 22:18:29 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-02-05 22:18:29 +0800 |
commit | d9eab89c251ae8b2515b4d931901382651277d1f (patch) | |
tree | 598fa76569f126b22ff5c78088d7f2e6d0e7c21b /README.md | |
parent | 61ff696044766e1ab6fca225cb231835c39807e2 (diff) |
README: add order number.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6,7 +6,7 @@ | Chinese (Simplified) | [README_zh_CN.md](README_zh_CN.md) | -# CrossLink: rule-based intercommunicating framework for BungeeCord and Velocity +# 1. CrossLink: rule-based intercommunicating framework for BungeeCord and Velocity CrossLink aims at bridging Minecraft chats and instant messaging platforms. @@ -23,7 +23,7 @@ the routing table. The combination of **actions** is versatile to help build a h message forwarding system among Minecraft grouped servers and instant messaging platforms. -# Environment Requirement +# 2. Environment Requirement - Minecraft reverse proxy server: - BungeeCord (not tested, compatible in theory) @@ -34,14 +34,14 @@ message forwarding system among Minecraft grouped servers and instant messaging - OpenJDK 17 (tested in `OpenJDK 64-Bit Server VM (build 17.0.1+12-LTS, mixed mode, sharing)`) -# Configuration +# 3. Configuration 1. Copy plugin's `.jar` file to `plugins` folder. 2. Create subdirectory `crosslink` in that folder. 3. Create `messaging.json` and `api.json` in the folder created in previous step. 4. Copy and edit configuration like the examples below. -## Example `messaging.json` +## 3.1 Example `messaging.json` ```json5 { @@ -167,7 +167,7 @@ message forwarding system among Minecraft grouped servers and instant messaging } ``` -## Example `api.json` +## 3.2 Example `api.json` ```json5 { @@ -180,7 +180,7 @@ message forwarding system among Minecraft grouped servers and instant messaging ``` -# Open-source notice +# 4. Open-source notice CrossLink is a free software and licensed under GPLv3. You can find the source code in [CrossLink's Homepage](https://github.com/keuin/crosslink). |