ARC Don't Tap The White Tile is a classic mini-game plugin for Minecraft Bedrock servers. Players need to quickly tap black tiles to clear rows. The faster you clear them, the better ranking you'll get based on your completion time.
- Classic Don't Tap White Tile gameplay
- Custom configurations
- Multi-language support
- Player records and rankings system
- Place the plugin file in your server's plugins folder
- Use /reload command in server
- Configuration files will be automatically generated in
[server_root]/plugins/ARCDTWT/
DTWTConfig.yml
: Main configuration fileDTWTdata.db
: Database file for storing player recordsZH-CN.txt
: Chinese language fileENG.txt
: English language file (optional, you can find in ./dist/ENG.txt)
DEFAULT_LANGUAGE_CODE=ZH-CN # Language setting (ZH-CN/ENG)
DATABASE_PATH=DTWTdata.db # Database file path
TOTAL_BLACK_TILE_NUM=20 # Total rows to clear in each game
/dtwt
: View plugin description, rankings and personal records/createdtwt
: Create a new game facility (OP only)
- Build a 4×5×1 rectangle screen in the overworld
- Place an easily breakable block (e.g., yellow wool) nearby as game trigger
- Type /createdtwt
- Follow the prompts to:
- Right-click the bottom-left corner of the screen
- Right-click the top-right corner
- Right-click the trigger block
- A hint message will be shown white when setup is complete
- Break the trigger block to start playing
ARC别踩白块是一个经典的Minecraft基岩版服务器小游戏插件。玩家需要快速点击黑色方块来消除行,完成速度越快,根据用时排名就越高。
- 经典别踩白块玩法
- 自定义配置选项
- 多语言支持
- 玩家记录与排名系统
- 将插件文件放入服务器插件文件夹
- 启动/重启服务器
- 配置文件将自动生成在
[服务器根目录]/plugins/ARCDTWT/
下
DTWTConfig.yml
: 主配置文件DTWTdata.db
: 储存玩家记录的数据库文件ZH-CN.txt
: 中文语言文件ENG.txt
: 英文语言文件(可选)
DEFAULT_LANGUAGE_CODE=ZH-CN # 语言设置(ZH-CN/ENG)
DATABASE_PATH=DTWTdata.db # 数据库文件路径
TOTAL_BLACK_TILE_NUM=20 # 每局游戏需要消除的总行数
- /dtwt: 查看插件说明、排行榜和个人记录
- /createdtwt: 创建新的游戏设施(仅OP可用)
- 在主世界建造一个4×5×1的矩形屏幕
- 在附近放置一个容易打碎的方块(如金色羊毛)作为触发器
- 输入/createdtwt
- 按提示依次:
- 右键点击屏幕左下角
- 右键点击屏幕右上角
- 右键点击触发方块
- 设置完成后会有提示
- 打碎触发方块即可开始游戏