Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Permissions

GamerCoder edited this page Apr 27, 2023 · 2 revisions

Permissions are used in both command and other actions, such as GUI actions that would execute commands.

These can be manually enabled or disabled for users by a permission plugin, such as LuckPerms.

novaconomy.*

Access to all Novaconomy permissions and actions.

User Permissions

Permissions that are, by default, given to any player active on the server, command blocks, and the server console.

Typically have the parent permission novaconomy.user.

novaconomy.user.balance

Access to the /balance command, or viewing their selected economy's Balance.

novaconomy.user.check

The ability to create checks, or items that grant a player a select amount of money from an economy.

novaconomy.user.convert

Access to the /convert and /exchange commands, or convert a select amount of money between currencies.

novaconomy.user.pay

Access to the /pay command, or the ability to pay other players a select amount.

novaconomy.user.leaderboard

Access to viewing any kind of leaderboards, such as balance and business leaderboards.

novaconomy.user.settings

Access to player settings, or managing one's own settings for the plugin.

novaconomy.user.rate

Access to the ability to rate other businesses.

novaconomy.user.stats

Access to the ability to view one's own and others' statistics.

User Bounty Permissions

novaconomy.user.bounty

Access to all /bounty commands, alias commands, and other bounty-related actions.

novaconomy.user.bounty.manage

Access to the ability to create and delete bounties that the user owns.

novaconomy.user.bounty.list

Access to the ability to list bounties that the user has created, and bounties that target the player.

User Business Permissions

novaconomy.user.business

Access to all user business-related actions and commands.

novaconomy.user.business.discover

Access to the ability to discover other businesses through /business discover.

novaconomy.user.business.create

Access to creating a Novaconomy Business.

novaconomy.user.business.resources

Access to the addition and modification of Business Resources, used when selling products on a business.

novaconomy.user.business.query

Access to query and fetch information about other businesses available on the server.

novaconomy.user.business.home

Access to set, delete and manage a business's home location, useful for a physical center of business, and able to be teleported by the business owner and consumers.

novaconomy.user.business.keywords

Access to set, delete and manage business keywords, words usable when querying businesses, and providing information about a Business in discovery.

User Bank Permissions

novaconomy.user.bank

Access to all user bank-related actions.

novaconomy.user.bank.info

Access to viewing information about a bank, such as a bank's balance.

novaconomy.user.bank.withdraw

Access to withdrawing money from a Bank.

novaconomy.user.bank.deposit

Access to depositing money into a Bank, available for withdrawal later.

User Market Permissions

novaconomy.user.market

Access to all user-related Market Actions and Commands.

Administrator Permissions

Permissions that are, by default, given to those only with operator permissions, or manually set by a permissions plugin.

novaconomy.admin

Access to all administrative-related actions, such as the management of others' owned businesses, and the management of economies.

novaconomy.admin.config

Access to plugin configuration viewing and modification commands.

novaconomy.admin.delete_business

Access to deleting other businesses only.

novaconomy.admin.tax_event

Access to calling custom tax events, configurable in the configuration.

Administrator Economy Permissions

novaconomy.economy

Access to all administrative Economy-related actions.

novaconomy.economy.create

Access to creating and managing Novaconomy Economies.

novaconomy.economy.delete

Access to the deletion of Novaconomy Economies, created by both the user and other economies.

novaconomy.economy.setbalance

Access to the changing of one's own and other's balances, without requiring any withdrawal or deposit.

novaconomy.economy.addbalance

Access to adding money to one's own and other balances, without requiring any withdrawal.

Will also be granted if novaconomy.economy.setbalance is enabled (unless overridden).

novaconomy.economy.removebalance

Access to removing money from one's own and other's balances, without requiring any deposit.

Will also be granted if novaconomy.economy.setbalance is enabled (unless overridden).

novaconomy.economy.check

Access to creating checks, without requiring withdrawal from one's own balance.

novaconomy.economy.interest

Access to enabling/disabling balance interest on every or certain economies.

Administrator Market Permissions

novaconomy.admin.market

Access to all admin-related Market Actions & Commands.

novaconomy.admin.market.bypass_limit

Access to bypassing the daily market Purchase Limit.

novaconomy.admin.market.bypass_membership

Access to bypassing the market membership requirement (if it is enabled).

novaconomy.admin.market.manage_membership

Access to managing your and others' market membership status.

If the sender does not have novaconomy.admin.market.bypass_membership, they are not allowed to manage their own market membership status.

Clone this wiki locally