-
Notifications
You must be signed in to change notification settings - Fork 2
Permissions
lokka30 edited this page Jan 9, 2025
·
4 revisions
Note
This page is accurate as of Polyconomy v0.4.8
.
This page describes how to use Polyconomy's permissions.
Below is a snippet of Polyconomy's internal permission registry provided to your server software. Under each permission, a 'default' of true
means that the permission is given to all players by default, and a default of op
means it's only provided to server operators.
permissions:
polyconomy.command.balance:
default: true
polyconomy.command.balancetop:
default: true
polyconomy.command.pay:
default: true
polyconomy.command.polyconomy:
default: true
polyconomy.command.polyconomy.backup:
default: op
polyconomy.command.polyconomy.currency:
default: op
polyconomy.command.polyconomy.currency.set:
default: op
polyconomy.command.polyconomy.currency.register:
default: op
polyconomy.command.polyconomy.currency.unregister:
default: op
polyconomy.command.polyconomy.deposit:
default: op
polyconomy.command.polyconomy.reload:
default: op
polyconomy.command.polyconomy.subroutine:
default: op
polyconomy.command.polyconomy.version:
default: true
polyconomy.command.polyconomy.withdraw:
default: op