From 31aef7b1c186af153387fb06ffbeb166ef993a2e Mon Sep 17 00:00:00 2001 From: lokka30 Date: Thu, 9 Jan 2025 17:05:16 +0800 Subject: [PATCH] plugin.yml: add permissions and defaults to true/op --- plugin-bukkit/src/main/resources/plugin.yml | 32 ++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/plugin-bukkit/src/main/resources/plugin.yml b/plugin-bukkit/src/main/resources/plugin.yml index a954635..c312548 100644 --- a/plugin-bukkit/src/main/resources/plugin.yml +++ b/plugin-bukkit/src/main/resources/plugin.yml @@ -33,7 +33,37 @@ libraries: - "com.h2database:h2:${h2.version}" - "org.mariadb.jdbc:mariadb-java-client:${mariadb.version}" - # Handled via Maven filtration. +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 + +# Handled via Maven filtration. version: "${project.version}" website: "https://github.com/ArcanePlugins/Polyconomy/"