Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
/ RMC Public archive

通过创建自定义计分板准则来记录所有玩家破坏方块数量的数据

License

Notifications You must be signed in to change notification settings

RTAkland/RMC

Repository files navigation

RMineCounter

在游戏中添加统计信息来统计玩家挖掘数据, 可以借助计分板显示出数据


GitHub GitHub Workflow Status

使用

  • 默认是不会记录玩家挖掘数据的, 你需要添加一个计分板, 准则为minecraft.custom:minecraft.rmc.dig的一个计分板, 以下为实例命令, 如有需要可以自行修改

  • /scoreboard objectives add rmc minecraft.custom:minecraft.rmc.dig {"text":"挖掘榜", "color":"yellow"}

  • 上面的命令执行完成后所有玩家破坏任何方块都会使其加1(常规情况下破坏方块), 使用以下命令来显示出计分板

  • /scoreboard objectives setdisplay sidebar rmc

  • 你可以修改计分板的id和显示名称, 但是计分板的准则不能修改

开源

  • 本项目以Apache-2.0许可开源, 即:
    • 你可以直接使用该项目提供的功能, 无需任何授权
    • 你可以在注明来源版权信息的情况下对源代码进行任意分发和修改以及衍生

About

通过创建自定义计分板准则来记录所有玩家破坏方块数量的数据

Topics

Resources

License

Stars

Watchers

Forks

Languages