Update plugin.yml

This commit is contained in:
Ryder Belserion 2024-03-20 12:27:47 -04:00
parent 1fa748215c
commit 8f22438d4e
No known key found for this signature in database
1 changed files with 39 additions and 1 deletions

View File

@ -12,4 +12,42 @@ softdepend: [Vault]
commands:
crazyauctions:
description: The base command for CrazyAuctions.
description: Opens the Crazy Auctions GUI.
aliases: [crazyauction, ah, ca]
permissions:
crazyauctions.access:
default: true
crazyauctions.test:
default: op
crazyauctions.view:
default: true
crazyauctions.reload:
default: op
crazyauctions.bypass:
default: false
crazyauctions.sell:
default: true
crazyauctions.bid:
default: true
crazyauctions.player.*:
default: false
children:
crazyauctions.bid: true
crazyauctions.sell: true
crazyauctions.access: true
crazyauctions.view: true
crazyauctions.admin:
default: false
children:
crazyauctions.test: true
crazyauctions.reload: true
crazyauctions.bypass: true