Skip to content

Commit

Permalink
URL Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ExerciseBook committed Jul 1, 2020
1 parent 4ec1451 commit 2777487
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install/bukkit/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- JustChat 的 Bukkit / Spigot 端插件。

## 安装
1. [下载插件](https://github.com/ExerciseBook/JustChat/releases/)
1. [下载插件](https://github.com/ParaParty/JustChat/releases/)
1. 复制到 [Bukkit](https://bukkit.org/)/Spigot(https://spigotmc.org/)插件目录
1. 重启一次 Bukkit/Spigot ,使得插件生成插件配置文件
1. 使用 [notepad++](https://notepad-plus-plus.org/)[Sublime Text](http://www.sublimetext.com/) 或 记事本 或 gedit 或 vim 等文本编辑器修改**并保存**配置文件
Expand Down
4 changes: 2 additions & 2 deletions install/coolq/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- 如果您是从 `1.x` 版本升级而来,因插件配置文件改动较大,无法自动升级。请先备份原有设置文件,清理设置目录后再升级插件。

## 安装
1. [下载插件](https://github.com/ExerciseBook/JustChat/releases/)
1. [下载插件](https://github.com/ParaParty/JustChat/releases/)
1. 复制cpk文件到 [酷Q](https://cqp.cc)插件目录
1. 重启一次 酷Q ,使得插件生成插件配置文件
1. 使用 [notepad++](https://notepad-plus-plus.org/)[Sublime Text](http://www.sublimetext.com/) 或 记事本 或 gedit 或 vim 等文本编辑器修改**并保存**配置文件
Expand All @@ -27,7 +27,7 @@
```jsonc
{
/// 配置文件提示文件,使用如 VSCode 等编辑器可以让支持本条设置以实现辅助提示功能
"$schema": "https://github.com/ExerciseBook/JustChat/raw/V2/schema/config.json",
"$schema": "https://github.com/ParaParty/JustChat/raw/V2/json-schema/V2/config.json",

/// 配置文件版本
"version": {
Expand Down
2 changes: 1 addition & 1 deletion install/sponge/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- JustChat 的 Sponge 端插件。

## 安装
1. [下载插件](https://github.com/ExerciseBook/JustChat/releases/)
1. [下载插件](https://github.com/ParaParty/JustChat/releases/)
1. 复制 jar 文件到 [Sponge](https://www.spongepowered.org/)插件目录
1. 重启一次 Sponge ,使得插件生成插件配置文件
1. 使用 [notepad++](https://notepad-plus-plus.org/)[Sublime Text](http://www.sublimetext.com/) 或 记事本 或 gedit 或 vim 等文本编辑器修改**并保存**配置文件
Expand Down

0 comments on commit 2777487

Please sign in to comment.