-
Notifications
You must be signed in to change notification settings - Fork 12
/
plugin.yml
43 lines (42 loc) · 841 Bytes
/
plugin.yml
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
---
name: HideCommands
version: 3.0.11
main: Himbeer\HideCommands\Main
api:
- 4.4.0
- 5.0.0
mcpe-protocol:
- 475 # v1.18.0
- 486 # v1.18.10
- 503 # v1.18.30
- 527 # v1.19.0
- 534 # v1.19.10
- 544 # v1.19.20
- 545 # v1.19.21
- 554 # v1.19.30
- 557 # v1.19.40
- 560 # v1.19.50
- 567 # v1.19.60
- 575 # v1.19.70
- 582 # v1.19.80
- 589 # v1.20.0
- 594 # v1.20.10
- 618 # v1.20.30
- 622 # v1.20.40
- 630 # v1.20.50
- 649 # v1.20.60
- 662 # v1.20.70
- 671 # v1.20.80
- 685 # v1.21.0
- 686 # v1.21.2
- 712 # v1.21.20
- 729 # v1.21.30
- 748 # v1.21.40
author: Himbeer
website: himbeer.me
description: Remove specific commands from the in-game command suggestions.
permissions:
hidecommands.unhide:
description: "Players with this permission can see all commands"
default: false
...