Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugin.yml #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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