-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathplugin.yml
More file actions
47 lines (47 loc) · 1.25 KB
/
plugin.yml
File metadata and controls
47 lines (47 loc) · 1.25 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
name: WarpUI
main: xenialdan\WarpUI\Loader
version: 3.3.3
api: ["3.13"]
load: POSTWORLD
authors:
- XenialDan
permissions:
warpui.command:
description: "Permission to use WarpUI commands"
default: true
children:
warpui.command.warp:
description: "Permission to use WarpUI warp commands"
default: op
children:
warpui.command.warp.add:
description: "Add warps to WarpUI"
default: op
warpui.command.warp.remove:
description: "Remove warps from WarpUI"
default: op
warpui.command.warp.list:
description: "List warps"
default: op
warpui.command.warp.teleport:
description: "Teleport to a WarpUI warp"
default: op
warpui.command.world:
description: "Open the world ui"
default: op
warpui.warp:
description: "Permission to teleport to warps"
default: true
children:
warpui.warp.*:
description: "Permission for a specific warp"
default: op
warpui.world:
description: "Permission to teleport to worlds"
default: true
children:
warpui.world.*:
description: "Permission for a specific world"
default: op
...