Skip to content

Commit

Permalink
Update default permissions to allow everyone to run commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
JKincorperated committed Feb 14, 2024
1 parent 60286c0 commit eb5fbc8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,25 @@ commands:
getapikey:
description: Generate an API key for scheming with OC or CC.
usage: /<command>
permission: vaultier.interact
acceptTransfer:
description: Accept a transfer
usage: /<command> (transactionID)
permission: vaultier.interact
denyTransfer:
description: Deny a transfer
usage: /<command> (transactionID)
permission: vaultier.interact
blockTransfer:
description: Block a player from sending more transactions (do not use directly)
usage: /<command> (transactionID)
permission: vaultier.interact
unblocktransactions:
description: Unblock a player to allow them to send transactions to your account.
usage: /<command> (player)
usage: /<command> (player)
permission: vaultier.interact

permissions:
vaultier.interact:
description: Allows players to use vaultier commands.
default: true

0 comments on commit eb5fbc8

Please sign in to comment.