Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,24 @@ commands:
aliases: [por]
permission: portal.command.portal
permissions:
portal:
description: "Portal"
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"
Expand Down