Skip to content

Commit 8ce290a

Browse files
author
Cookie_qwq
committed
Merge remote-tracking branch 'main/main'
2 parents 95c48e4 + 513ccd2 commit 8ce290a

1 file changed

Lines changed: 42 additions & 12 deletions

File tree

README.md

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
这是一个Paper插件,它提供了一个名为《不要做挑战》的游戏的功能。
44

5+
## 快速开始
6+
7+
- 下载最新的release中的 `DontDoIt-1.21.8-1.0.3.jar`
8+
9+
服务器端版本为 paper 1.21.8, 将插件放到`./plugins/`目录下。
10+
11+
配置文件会在启动时自动生成,可以不下载。
12+
13+
如果你需要翻译或者提前更改可以下载并解压到`./plugins/DontDoIt/`
14+
15+
启动服务器即可游玩,在玩家选好队伍(至少两队)之后,OP 将获得启动游戏的物品,使用物品启动游戏。
16+
17+
op权限可以在服务器控制后台里输入`op <player_id>`进行给予。
18+
19+
20+
21+
- 玩家可以使用手上的羊毛进行选队,使用书与笔定制自定义词条
22+
23+
op可以使用`/criteria settings set`调整游戏设置,`/criteria reset`重置游戏(不包括地图)
24+
25+
- 其他有关命令和配置的介绍见下方
26+
527
## 命令
628

729
**插件所有命令的入口都在`/criteria`命令中。**
@@ -54,12 +76,6 @@
5476
- 如果队伍仍存活,将队伍血量设置为0,则会导致队伍淘汰
5577
- 如果队伍已淘汰,将队伍血量设置为大于0的值,则会导致队伍复活
5678

57-
## 游戏玩法
58-
59-
嘻嘻,readme还没写
60-
61-
你可以直接搜视频,这样了解玩法更简单。
62-
6379
## 配置
6480

6581
### config/game_settings.yml
@@ -102,6 +118,26 @@
102118

103119
A paper plugin that provides a minigame called **Don't Do It**.
104120

121+
## Quick Start
122+
123+
- Download the latest release `DontDoIt-1.21.8-1.0.3.jar`.
124+
125+
The server version is Paper 1.21.8. Place the plugin in `./plugins/`.
126+
127+
The configuration file will be generated automatically on startup, so you may not need to download it.
128+
129+
Or download it and unpack to `./plugins/DontDoIt/` if you need translations or want to modify it in advance.
130+
131+
Start the server, join and play. After players choose their teams (2 or more teams), OP will got the Game Start Item, use it to start.
132+
133+
You can grant OP by entering `op <player_id>` in the server console.
134+
135+
- Players can use the wool in their hand to select teams, and use the writable book to customize custom criteria.
136+
137+
OP can use `/criteria settings set` to modify game settings, and `/criteria reset` to reset the game (excluding the map).
138+
139+
- More explainations about commands and config are below.
140+
105141
## Commands
106142

107143
**All the command entry point of the plugin is in the command `/criteria`.**
@@ -154,12 +190,6 @@ Forcibly set the life count of the specified team to the specified value.
154190
- If the team is still alive, setting the life count of the team to 0 leads to eliminate the team.
155191
- If the team is already eliminated, setting the life count of the team to the value above 0 leads to revive the team.
156192

157-
## How to Play
158-
159-
readme WIP
160-
161-
You can just search for videos so that you can easily know how to play.
162-
163193
## Config
164194

165195
### config/game_settings.yml

0 commit comments

Comments
 (0)