forked from matcracker/BedcoreProtect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
38 lines (38 loc) · 1.71 KB
/
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
---
name: BedcoreProtect
main: matcracker\BedcoreProtect\Main
version: 0.6.2
api: [3.4.0]
depend: []
load: POSTWORLD
author: matcracker
description: "BedcoreProtect is a fast, efficient, data logging and anti-griefing tool for PocketMine server. Rollback and restore any amount of damage"
website: https://github.com/matcracker/BedcoreProtect
permissions:
bcp.command.bedcoreprotect:
description: "Allows the user to run the command and sub-commands /bedcoreprotect"
default: op
children:
bcp.subcommand.help:
description: "Allows the user to run the sub-command /bedcoreprotect help"
bcp.subcommand.inspect:
description: "Allows the user to run the sub-command /bedcoreprotect inspect"
bcp.subcommand.lookup:
description: "Allows the user to run the sub-command /bedcoreprotect lookup"
bcp.subcommand.menu:
description: "Allows the user to run the sub-command /bedcoreprotect menu"
bcp.subcommand.near:
description: "Allows the user to run the sub-command /bedcoreprotect near"
bcp.subcommand.purge:
description: "Allows the user to run the sub-command /bedcoreprotect purge"
bcp.subcommand.rollback:
description: "Allows the user to run the sub-command /bedcoreprotect rollback"
bcp.subcommand.reload:
description: "Allows the user to run the sub-command /bedcoreprotect reload"
bcp.subcommand.restore:
description: "Allows the user to run the sub-command /bedcoreprotect restore"
bcp.subcommand.status:
description: "Allows the user to run the sub-command /bedcoreprotect status"
bcp.subcommand.undo:
description: "Allows the user to run the sub-command /bedcoreprotect undo"
...