forked from Ad5001/BetterGen
-
Notifications
You must be signed in to change notification settings - Fork 4
/
plugin.yml
47 lines (45 loc) · 1.2 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
39
40
41
42
43
44
45
46
47
---
name: BetterGen
main: Ad5001\BetterGen\Main
api:
- 3.0.0
author: Ad5001
contributors:
- thebigsmileXD (XenialDan)
- wyt3dr4g0n
- JackMD
- jasonwynn10
version: 2.0.0
load: STARTUP
commands:
createworld:
description: Generates a new world.
usage: "/createworld <name> [generator = betternormal] [seed = rand()] [options (json)]"
permission: bettergen.command.createworld
worldtp:
description: Teleports you to an another world
usage: "/worldtp <world name>"
permission: bettergen.command.worldtp
temple:
description: Spawns a temple for debugging
usage: "/temple"
permission: bettergen.command.debug
permissions:
bettergen:
default: false
description: Get access to all the permissions.
children:
bettergen.command:
default: false
description: Get access to all the commands.
children:
bettergen.command.createworld:
default: op
description: Access to /createworld command.
bettergen.command.worldtp:
default: op
description: Axxess to /worldtp command.
bettergen.command.debug:
default: op
description: Access to debug commands.
...