|
| 1 | +# AnswerIt - A simple Q&A plugin in Minecraft |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 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 | + |
| 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