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

Commands | Business Management

GamerCoder edited this page Jan 11, 2023 · 1 revision

One of the core features of Novaconomy is a player-owned Business, selling a player's own products created by the player for virtual currency also created by administrators.

This page will serve as a guide to the creation, querying, and management of one's own business and external businesses, for both users and administrators alike.

Business Creation

Command use to create a business, owned by the player that executed the command.

Player Required: true

Permission: novaconomy.user.business.create

/business create <name> <icon>

Required Arguments

Name: The name of the business you want to create; Single Word.

Icon: The material name for what the business icon, displayed in GUIs should be.

Business Querying

Command used to fetch a business that the player doesn't own.

Player Required: true

Permission: novaconomy.user.business.query

/business query <business>

Required Arguments

Business: The name of the business you want to fetch.

View Own Business

The command(s) to view the business you own.

Player Required: true

Permission: none

/business

/business info

Business Discovery

Command used to find random businesses, and can also be based on keywords inputted.

Player Required: true

Permission: none

/business discover [keywords]

Optional Arguments

Keywords: A list of keywords, separated by spaces and/or commas, to filter businesses that have those keywords.

Business Management

Commands that change, view, and/or use different business attributes and settings.

Create Business Product

Command used to create a product to sell. The product created will be the item the player is currently holding.

Player Requied: true

Permission: none

/business addproduct <price>

Required Arguments

Price: The price amount that will be used on the product.

Remove Business Product

Command used to open the menu, used to remove a previously created business product.

Player Required: true

Permission: none

/business removeproduct

Change Product Price

Command used to change a product's price.

Player Required: true

Permission: none

/business editprice <new-price> [new-currency]

Required Arguments

New Price: The new price of the product.

Optional Arguments

New Currency: The name of the new currency that the new price will be using. Default will be the currency that the product already has.

Teleport to Business Home

Command used to teleport the previously set Business Home.

Player Required: true

Permission: novaconomy.user.business.home

/business home

Set Business Home

Command used to set or override the Business's Home. The new business home will be where the Player is standing.

Player Required: true

Permission: novaconomy.user.business.home

/business sethome

Change Business Name

Command used to change the current name of the Business this player owns.

Player Required: true

Permission: none

/business setname <name>

Required Arguments

Name: The new name of the Business.

Change Business Icon

Command used to change the current icon of the Business this player owns.

Player Required: true

Permission: none

/business seticon <icon>

Required Arguments

Icon: The material name for the new icon that this Business will have.

View All Ratings

Command used to view all ratings that this business has received. This will open a GUI with rating information.

Player Required: true

Permission: none

/business allratings

View Specific Rating

Command used to view a rating that a different user has already given. This will open a GUI with rating information.

Player Required: true

Permission: none

/business rating <target>

Required Arguments

Target: The name of the player who created the rating.

Add Resources/Stock

Command used to add stock that will be used when selling a product on the Business. Resources cannot be recovered manually.

Player Required: true

Permission: novaconomy.user.business.resources

/business addstock

Recover Unused Resources

Command used to recover overflow stock that isn't being used for a specific product. This is useful when you delete a product that has stock that is too much for your inventory, or isn't entirely recoverable.

Player Required: true

Permission: none

/business recover

View Business Statistics

Command used to view the statistics that the Business currently has. This can include recent buyers, views, resources added, etc.

Player Required: true

Permission: none

/business stats

Modify Business Settings

Command used to open the menu displaying modifyable business settings.

Player Required: true

Permission: none

/business settings

List Business Keywords

Command used to list the keywords this business already has.

Player Required: true

Permission: novaconomy.user.business.keywords

/business keywords list

/business keywords

Add Business Keywords

Command used to add keywords to the Business this player owns.

Player Required: true

Permission: novaconomy.user.business.keywords

/business keywords add <keywords>

Required Arguments

Keywords: A list of keywords, separated by space and/or commas, to add to this Business.

Remove Business Keywords

Command used to remove keywords from the Business this player owns.

Player Required: true

Permission: novaconomy.user.business.keywords

/business keywords remove <keywords>

Required Arguments

Keywords: A list of keywords, separated by space and/or commas, to remove from this Business. Must be keywords that the Business already as.

View Business Advertising Menu

Command that opens the menu for Business advertising.

Player Required: true

Permission: none

/business ads

Add Business Advertising Balance

Command that opens the menu for adding an amount to the Business Advertising Balance.

Player Required: true

Permission: none

/business ads addbal

Remove Business Advertising Balance

Command that opens the menu for removing an amount from the Business Advertising Balance.

Player Required: true

Permission: none

/business ads removebal

View Blacklisted Businesses

Command used to view all of the businesses that this Business has blacklisted.

A blacklisted Business is not allowed to have any correlation with the business or its owner, such as removing it from view when opening GUIs.

Player Required: true

Permission: none

/business blacklist

Add Business to Blacklist

Command used to add a Business to the blacklist of the player's Business.

Player Required: true

Permission: none

/business blacklist add <business>

Required Arguments

Business: The name of the business to blacklist.

Remove Business from Blacklist

Command used to from a Business from the blacklist of the player's Business.

Player Required: true

Permission: none

/business blacklist remove <business>

Required Arguments

Business: The name of the business to remove. Must currently be on the Business's blacklist.

Business Deletion

Command used to delete the business that this player owns. This command will not automatically recover resources.

Player Required: true

Permission: none

/business delete (confirm)

Add confirm as the first argument to delete the business without needing a confirmation.

Clone this wiki locally