We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d53637 commit 7206dc4Copy full SHA for 7206dc4
mcdreforged.plugin.json
@@ -1,6 +1,6 @@
1
{
2
"id": "stats_helper",
3
- "version": "7.3.1",
+ "version": "7.4.0",
4
"name": "Stats Helper",
5
"description": {
6
"en_us": "A Minecraft statistic helper",
stats_helper/utils.py
@@ -36,9 +36,3 @@ def get_rank_color(rank: int) -> str:
36
rank starts from 0
37
"""
38
return constants.rankColor[min(rank, len(constants.rankColor) - 1)]
39
-
40
41
-if __name__ == '__main__':
42
- print(isBot('bot123'))
43
- print(isBot('11bot123'))
44
- print(isBot('Steve'))
0 commit comments