-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
31 lines (31 loc) · 970 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
name: CrashCommand
main: dktapps\CrashCommand\Main
version: 0.0.1
api: [3.4.0, 4.0.0, 5.0.0]
load: POSTWORLD
author: dktapps
description: Crash your server with a single command!
website: https://github.com/dktapps/CrashCommand
commands:
crash:
description: "Crashes the server"
usage: "/crash"
permission: crashplugin.command
crashasync:
description: "Crashes an AsyncTask, and possibly the server depending on your PocketMine-MP version"
usage: "/crashasync"
permission: crashplugin.commandasync
crashfatalerror:
description: "Crashes the server with a fatal error"
usage: "/crashfatalerror"
permission: crashplugin.commandfatalerror
permissions:
crashplugin.command:
default: op
description: "Allows the use of /crash"
crashplugin.commandasync:
default: op
description: "Allows the use of /crashasync"
crashplugin.commandfatalerror:
default: op
description: "Allows the use of /crashfatalerror"