-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.yml
More file actions
41 lines (41 loc) · 1.12 KB
/
plugin.yml
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
name: Portal
main: Portal\PortalMainClass
version: 3.0.1
api: [1.0.0]
load: POSTWORLD
authors: [ljyloo]
description: build your portal!hoho!
website: https://github.com/PyramidTeam/Portal/
commands:
portal:
description: "portal command"
usage: "Usage: /portal [Parameters]"
permission-message: Only allowed server operator to build portal.
aliases: [por]
permission: portal.command.portal
permissions:
portal.command.pos1
description: "Set the 1st position where your feet is"
default: op
portal.command.pos2
description:"Set the 2nd position where your feet is"
default: op
portal.command.tar
description: "Set destination where you're are unless countered by world name example: '/por tar world'"
default: op
portal.command.cre
description: "Create you portal after setting pos 1 and 2"
default: op
portal.command.del
description: "Delete an exsisting portal"
default: op
portal.command.list
description: "List all active portals"
default: true
children:
command:
description: "Portal commands"
default: op
children:
portal:
description: "Commands to build portal"