-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
20 lines (20 loc) · 771 Bytes
/
plugin.yml
File metadata and controls
20 lines (20 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: CrashEssentials
main: com.romanio0089.crashessentials.Main
version: 1.0.0
commands:
realcrash:
description: Crashes specified player Minecraft client (95% success rate).
usage: /<command> <player>
fakejavaerror:
description: Kicks specified player from server with a fake Java exception that looks real.
usage: /<command> <player> <seconds>
permissions:
crashessentials.*:
description: Permission for all CrashEssentials commands.
children:
crashessentials.realcrash: true
crashessentials.fakejavaerror: true
crashessentials.realcrash:
description: Permission to use realcrash.
crashessentials.fakejavaerror:
description: Permission to use fakejavaerror.