forked from inxomnyaa/BedWars
-
Notifications
You must be signed in to change notification settings - Fork 5
/
plugin.yml
40 lines (39 loc) · 831 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
---
name: BedWars - German Edition
main: xenialdan\BedWars\Loader
version: 1.1.5 DE
api:
- 3.19.0
author: XenialDan
authors:
- TheNote
load: POSTWORLD
softdepend:
- DEVirion
- gamereward
prefix: "[BedWars]"
description: Ein Deutsches BedWars-Plugin
permissions:
bedwars.command:
description: Basic Perms für die Bedwars Commands.
default: op
children:
bedwars.command.join:
default: true
bedwars.command.leave:
default: true
bedwars.command.forcestart:
default: op
bedwars.command.stop:
default: op
bedwars.command.endsetup:
default: op
bedwars.command.setup:
default: op
bedwars.command.info:
default: true
bedwars.command.status:
default: op
bedwars.command.help:
default: true
...