Skip to content

Commit

Permalink
Update plugin.yml metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
AtriusX committed Nov 20, 2021
1 parent 623933b commit 8358b20
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Waystones
version: 1.0-1.16.3
version: 1.1.0-1.16.5
main: xyz.atrius.waystones.Waystones
api-version: 1.16
api-version: 1.16.5
prefix: Waystones
authors: [Atrius, Sepshun, NewbieOrange]
description: Warp stones for survival
Expand All @@ -15,9 +15,14 @@ permissions:
waystones.*:
description: Gives access to all Waystones commands
children:
waystones.link: true
waystones.getkey.all: true
waystones.reload: true
waystones.config: true
waystones.ratios: true
waystones.link:
description: Allows users to link a waystone to a warp key
default: true
waystones.getkey.all:
description: Allows giving warpkeys to all players
children:
Expand All @@ -31,3 +36,6 @@ permissions:
waystones.config:
description: Allows viewing and editing plugin config
default: op
waystones.ratios:
description: Allows use of the ratio command to manage teleport ratios
default: op

0 comments on commit 8358b20

Please sign in to comment.