-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
25 lines (24 loc) · 831 Bytes
/
plugin.yml
File metadata and controls
25 lines (24 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: StatisticsUI
author: bjarne.dev
version: "1.2"
main: dev.bjarne.statisticsUI.main
description: See your and other player's statistics
api-version: 1.13
commands:
stats:
description: Used to list or execute all StatisticsUI commands.
aliases: [statistics, stats]
permissions:
statsui.opengui.*:
description: Sets permissions for all StatisticsUI commands.
children:
statsui.opengui.self: true
statsui.opengui.others: true
statsui.opengui.admin: false
statsui.opengui.admin:
description: Allows all StatisticsUI commands
default: op
statsui.opengui.self:
description: Allows you to see your own stats
statsui.opengui.others:
description: Allows you to see the stats of someone else