Skip to content

Commit

Permalink
Modify some content
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Apr 10, 2024
1 parent b3c1b3b commit f04a08c
Show file tree
Hide file tree
Showing 10 changed files with 88 additions and 16 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
Welcome to MohistMC wiki! Here you can find some information about Mohist and how to configure it.
> This page is being improved, and you can also participate in writing!
Mohist is a Forge server software implementing the Bukkit, Spigot and Paper APIs. This project has been made in order to make **mods and plugins usable together**. Currently Mohist is available in 7 versions (1.7.10, 1.12.2, 1.16.5, 1.18.2, 1.19.2, 1.19.4, 1.20).
Mohist is a Forge server software implementing the Bukkit, Spigot and Paper APIs.
This project has been made in order to make **mods and plugins usable together**.
Currently Mohist is available in 8 versions (1.7.10, 1.12.2, 1.16.5, 1.18.2, 1.19.2, 1.19.4, 1.20.1, 1.20.2).

## About Mohist
More versions will be available in the future.

- **Mohist 1.20** Actively participate in updates.
- **Mohist 1.20.1** Actively participate in updates.

## Contributing
Pull requests are welcome. If you want to contribute to this wiki, you can make a pull request at [this repo](https://github.com/MohistMC/MohistWiki/pulls).
Expand Down
2 changes: 2 additions & 0 deletions _sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- 1.20.1
- [mohist.yml](config/mohist-yml-1.20.1.md)
- [Commands](config/commands.md)
- Permissions
- [mohist](permission/mohist.md)
- Developer
- [Website API](developer/website-api.md)
- [Setup](developer/setup.md)
Expand Down
16 changes: 11 additions & 5 deletions about/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@ Mohist Versions
- This version has the **latest Forge 1.12 version** (14.23.5.2860).

#### 1.16.5
- This version is **highly supported** and is our priority right now.
- This version works fine and can be used in production.
- This version has the **latest Forge 1.16 version** (36.2.39).

#### 1.18.2/19.2
#### 1.18.2
- This version is close to production ready.

#### 1.19.2
- This version is currently in early developement and shouldn't be used in production yet.

#### 1.19.4
- Near production availability
- This version is close to production ready.

#### 1.20
- This version is currently in early developement and shouldn't be used in production yet.
#### 1.20.1
- This version is **highly supported** and is our priority right now.

#### 1.20.2
- This version is close to production ready.
2 changes: 1 addition & 1 deletion install/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Mohist **1.12.2** requires **[Java 8](https://adoptium.net/?variant=openjdk8&jvm

Mohist **1.16.5** requires Java between **[Java 11](https://adoptium.net/?variant=openjdk11&jvmVariant=hotspot)** and **[Java 16](https://adoptium.net/?variant=openjdk16&jvmVariant=hotspot)** (**Java 11** stay recommended).

Mohist **1.18.2 - 1.20** requires **[Java 17](https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot)** and above (**Java 17** stay recommended).
Mohist **1.18.2 - 1.20.2** requires **[Java 17](https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot)** and above (**Java 17** stay recommended).

---

Expand Down
26 changes: 26 additions & 0 deletions permission/mohist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Mohist permissions


### Commands

* `mohist.command.mohist`
* `mohist.command.permission`
* `mohist.command.backupworld`
* `mohist.command.bans`
* `mohist.command.dump`
* `mohist.command.getpluginlist`
* `mohist.command.items`
* `mohist.command.ping`
* `mohist.command.plugin`
* `mohist.command.shows`
* `mohist.command.back`
* `mohist.command.tpa`
* `mohist.command.warps`
* `mohist.command.worlds`
* `mohist.command.shows`


### Misc

* `mohist.keepinventory.inventory`
* `mohist.keepinventory.exp`
6 changes: 4 additions & 2 deletions zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
欢迎来到 MohistMC 的 wiki!在这里,您可以找到关于 Mohist 的一些信息以及如何配置它。
> 本页面正在完善中,您也可以参与编写!
Mohist 是一款实现了 Bukkit、Spigot 和 Paper API 的 Forge 服务器软件。这个项目的目的是为了让**模组和插件可以一起使用**。目前,Mohist 提供了7个版本(1.7.10、1.12.2、1.16.5、1.18.2、1.19.2、1.19.4、1.20)。
Mohist 是一款实现了 Bukkit、Spigot 和 Paper API(部分) 的 Forge 服务器软件。
这个项目的目的是为了让**模组和插件可以一起使用**
目前,Mohist 提供了8个版本(1.7.10、1.12.2、1.16.5、1.18.2、1.19.2、1.19.4、1.20.1、1.20.2)。

## 关于Mohist
未来将会有更多版本推出。

- **Mohist 1.20** 积极更新中。
- **Mohist 1.20.1** 积极更新中。

## 贡献
欢迎提交合并请求(Pull requests)。如果您想为此 wiki 做出贡献,您可以在 [这个仓库](https://github.com/MohistMC/MohistWiki/pulls) 发起合并请求。
Expand Down
2 changes: 2 additions & 0 deletions zh-cn/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- 1.20.1
- [mohist.yml](/zh-cn/config/mohist-yml-1.20.1.md)
- [Mohist 命令](/zh-cn/config/commands.md)
- 权限
- [mohist](permission/mohist.md)
- 开发
- [网站 API](/zh-cn/developer/website-api.md)
- [配置开发环境](/zh-cn/developer/setup.md)
Expand Down
14 changes: 10 additions & 4 deletions zh-cn/about/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@ Mohist 版本
- 该版本使用**最新的 Forge 1.12 版本**(14.23.5.2860)。

#### 1.16.5
- 该版本得到**高度支持**,是我们目前的高优先级版本。
- 该版本运行良好,可以在生产中使用
- 该版本使用**最新的 Forge 1.16 版本**(36.2.39)。

#### 1.18.2/19.2
#### 1.18.2
- 该版本接近生产可用状态

#### 1.19.2
- 该版本目前处于早期开发阶段,尚不应在生产环境中使用。

#### 1.19.4
- 该版本接近生产可用状态

#### 1.20
- 该版本目前处于早期开发阶段,尚不应在生产环境中使用。
#### 1.20.1
- 该版本得到**高度支持**,是我们目前的高优先级版本。

#### 1.20.2
- 该版本接近生产可用状态
4 changes: 2 additions & 2 deletions zh-cn/install/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Mohist **1.7.10** 需要 **[Java 8](https://adoptium.net/?variant=openjdk8&jvmVa

Mohist **1.12.2** 需要 **[Java 8](https://adoptium.net/?variant=openjdk8&jvmVariant=hotspot)**.

Mohist **1.16.5** 需要 **[Java 11](https://adoptium.net/?variant=openjdk11&jvmVariant=hotspot)****[Java 16](https://adoptium.net/?variant=openjdk16&jvmVariant=hotspot)**之间的的版本 (我们推荐**Java 11**).
Mohist **1.16.5** 需要 **[Java 11](https://adoptium.net/?variant=openjdk11&jvmVariant=hotspot)****[Java 16](https://adoptium.net/?variant=openjdk16&jvmVariant=hotspot)之间的的版本 (我们推荐**Java 11).

Mohist **1.18.2 - 1.20** 需要 **[Java 17](https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot)** 或更高 (我们推荐**Java 17**).
Mohist **1.18.2 - 1.20.2** 需要 **[Java 17](https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot)** 或更高 (我们推荐**Java 17**).

---

Expand Down
26 changes: 26 additions & 0 deletions zh-cn/permission/mohist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Mohist permissions


### 命令

* `mohist.command.mohist`
* `mohist.command.permission`
* `mohist.command.backupworld`
* `mohist.command.bans`
* `mohist.command.dump`
* `mohist.command.getpluginlist`
* `mohist.command.items`
* `mohist.command.ping`
* `mohist.command.plugin`
* `mohist.command.shows`
* `mohist.command.back`
* `mohist.command.tpa`
* `mohist.command.warps`
* `mohist.command.worlds`
* `mohist.command.shows`


### 杂项

* `mohist.keepinventory.inventory`
* `mohist.keepinventory.exp`

0 comments on commit f04a08c

Please sign in to comment.