Skip to content

Commit

Permalink
nicer readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Aug 15, 2021
1 parent df4bb01 commit 6e2a6c0
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,42 @@ StatsHelper

`!!stats` 显示帮助信息

`!!stats` <代名> 快速显示一个保存的排行榜
`!!stats save` <代名> <统计类别> <统计内容> <标题> 保存一个快速计分板

`!!stats save` <代名> <统计类别> <统计内容> <标题> 保存一个计分项到快速访问
`!!stats del` <代名> 移除一个快速计分板

`!!stats del` <代名> 移除一个快速访问中的计分项

`!!stats list` 列出已保存的快速访问计分项
`!!stats list` 列出已保存的快速计分板

`!!stats query` <玩家> <统计类别> <统计内容> [<-uuid>] [<-tell>]

`!!stats query` <玩家> <代名> [<-uuid>] [<-tell>]

`!!stats rank` <统计类别> <统计内容> (-bot) [<-tell>]

`!!stats rank` <代名> (-bot) [<-tell>]

`!!stats scoreboard` <统计类别> <统计内容> (标题) (-bot)

`!!stats scoreboard` <代名> 显示一个快速计分板

`!!stats scoreboard show` 显示该插件的计分板

`!!stats scoreboard hide` 隐藏该插件的计分板

# 参数说明
<代名>: 可以使用`!!stats list`来查阅, 此外`!!stats query/rank`中的<统计类别> <统计内容>也可使用<代名>来替代

<统计类别>: killed, killed_by, dropped, picked_up, used, mined, broken, crafted, custom, killed, killed_by 的 <统计内容> 为 [生物id]

picked_up, used, mined, broken, crafted 的 <统计内容> 为物品/方块id

custom 的 <统计内容> 详见统计信息的json文件
custom 的 <统计内容> 详见统计信息的json文件,或 [MC Wiki](https://minecraft.fandom.com/zh/wiki/%E7%BB%9F%E8%AE%A1%E4%BF%A1%E6%81%AF)

上述内容无需带minecraft前缀

[<-uuid>]: 用uuid替换玩家名; (-bot): 统计bot与cam; [<-tell>]: 仅自己可见

# 例子

`!!stats save fly custom aviate_one_cm 飞行榜`

`!!stats query Fallen_Breath used water_bucket`
Expand Down

0 comments on commit 6e2a6c0

Please sign in to comment.