Skip to content

Commit

Permalink
Add permission defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolai committed Feb 17, 2021
1 parent bfa7df8 commit f0b6e73
Showing 1 changed file with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
name: Tags
version: @version@
main: broccolai.tags.TagsPlugin
api-version: 1.16
depend: [ Vault ]
softdepend: [ PlaceholderAPI ]
name : Tags
version : @version@
main : broccolai.tags.TagsPlugin
api-version : 1.16
depend : [ Vault ]
softdepend : [ PlaceholderAPI ]
permissions :
tags.user :
default : true
description : Permissions needed for users
children :
tags.command.user : true
tags.staff :
default : op
description : Permissions needed for staff
children :
tags.command.staff : true
tags.command.user :
default : true
children :
tags.command.user.select : true
tags.command.user.list : true
tags.command.user.info : true
tags.command.admin :
default : op
children :
tags.command.admin.give : true
tags.command.admin.remove : true
tags.command.admin.list : true

0 comments on commit f0b6e73

Please sign in to comment.