mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-25 12:25:20 +01:00
Update plugin.yml
This commit is contained in:
parent
1fa748215c
commit
8f22438d4e
@ -12,4 +12,42 @@ softdepend: [Vault]
|
|||||||
|
|
||||||
commands:
|
commands:
|
||||||
crazyauctions:
|
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
|
Loading…
Reference in New Issue
Block a user