Skip to content

Commit e5a3f2a

Browse files
Update Readme
1 parent 3ea4985 commit e5a3f2a

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# AnswerIt - 简约的问答插件
22

3+
4+
# Select your language
5+
6+
<a href=".\README.md">简体中文</a> <a href=".\README_EN.md">English</a>
7+
38
![](https://img.shields.io/badge/Spigot%2FPaper-1.13%2B-orange)
49
![](https://img.shields.io/github/license/MinecraftProgrammingTeam/AnswerIt)
510
![](https://img.shields.io/badge/made%20in-MPT-important)

README_EN.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# AnswerIt - A simple Q&A plugin in Minecraft
2+
3+
![](https://img.shields.io/badge/Spigot%2FPaper-1.13%2B-orange)
4+
![](https://img.shields.io/github/license/MinecraftProgrammingTeam/AnswerIt)
5+
![](https://img.shields.io/badge/made%20in-MPT-important)
6+
7+
# Intro
8+
9+
Inspiration comes from video [《你 问 我 打 !》](https://www.bilibili.com/video/BV13V4y1W7X6/)
10+
11+
It is an upgraded version of the plugin in the video, and the selection issue is not just yes or no, multiple options can be customized
12+
13+
I also added a question and answer for filling in the blank, allowing players from all servers to jointly determine whether it is correct or not
14+
15+
# Usage
16+
17+
Download the latest version in [Release](https://github.com/MinecraftProgrammingTeam/AnswerIt/releases/latest) and put the jar file in a Minecraft server with BukkitAPI in plugins folder, and restart the server to apply it.
18+
19+
Test Environment("Server + Client"): `Paper1.16.5 + Minecraft 1.16.5`
20+
21+
Suggested server version>=1.16.5
22+
23+
# To operator
24+
25+
This repository uses `Apache License 2.0` license
26+
27+
ADDITIONAL CONDITIONS:
28+
29+
- Prohibition of Commercial Use
30+
31+
## Build environment
32+
33+
Clone the repository into your own drive
34+
35+
Use `IntelliJ IDEA` opens the folder of this project
36+
37+
Set project structure (sometimes automatically)
38+
39+
The loading Maven project will pop up in the lower right corner (sometimes automatically)
40+
41+
Click the upper right corner `Edit Configuration` and new a `Maven` project
42+
43+
Then write the commands `clean package`, and apply it.
44+
45+
The reward and punishment system's location: `top.mpt.huihui.answerit.prize.prize`
46+
47+
There are not many code comments, but there is still no problem understanding them.
48+
49+
ItemUtils are imported but not used, originally intended as a reward and punishment system, but i'm too lazy~
50+
51+
## Simply Logic Relation Diagram
52+
53+
![](https://user-images.githubusercontent.com/64721484/214585912-42e1b229-573d-4269-adc0-1c85048b9b98.png)
54+
55+
56+
## TODOs
57+
58+
- [x] Select mode
59+
- [x] Write mode
60+
- [x] Vote System
61+
- [x] Reward And Punishment System
62+
63+
## Issues:
64+
Welcome to ask questions in Issue
65+
66+
## 咕咕咕
67+

0 commit comments

Comments
 (0)