MCCTF是一个在我的世界中实现CTF平台的Bukkit插件,兼容Bukkit及衍生端服务器
- 队伍管理
- 自定义题目
- 使用DockerAPI
- SQLite数据库存储队伍及玩家数据
- Java 17
- Maven
- Minecraft server with Bukkit/Spigot/Paper 1.19 Version
-
Clone the repository:
git clone https://github.com/yourusername/mcctf.git cd mcctf
-
Build the project using Maven:
mvn clean package
-
将
mcctf.jar
文件从target
目录拷贝至plugins
目录. -
启动我的世界服务器
/ctf
- 主要CTF相关命令/ctfteam
- CTF队伍管理相关命令/ctfmanage
- 管理环境
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License.