diff --git a/paper/src/main/resources/plugin.yml b/paper/src/main/resources/plugin.yml index 057516b..16403f7 100644 --- a/paper/src/main/resources/plugin.yml +++ b/paper/src/main/resources/plugin.yml @@ -12,4 +12,42 @@ softdepend: [Vault] commands: crazyauctions: - description: The base command for CrazyAuctions. \ No newline at end of file + 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 \ No newline at end of file