-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commands | Business Management
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.
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.
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.
The command(s) to view the business you own.
Player Required: true
Permission: none
/business
/business info
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.
Commands that change, view, and/or use different business attributes and settings.
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.
Command used to open the menu, used to remove a previously created business product.
Player Required: true
Permission: none
/business removeproduct
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.
Command used to teleport the previously set Business Home.
Player Required: true
Permission: novaconomy.user.business.home
/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
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.
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.
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
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.
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
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
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
Command used to open the menu displaying modifyable business settings.
Player Required: true
Permission: none
/business settings
Command used to list the keywords this business already has.
Player Required: true
Permission: novaconomy.user.business.keywords
/business keywords list
/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.
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.
Command that opens the menu for Business advertising.
Player Required: true
Permission: none
/business ads
Command that opens the menu for adding an amount to the Business Advertising Balance.
Player Required: true
Permission: none
/business ads addbal
Command that opens the menu for removing an amount from the Business Advertising Balance.
Player Required: true
Permission: none
/business ads removebal
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
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.
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.
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.
Copyright © 2021-Present Team Inceptus. All Rights Reserved.
Licensed under the GPL-v3.0.