Companies Commands

From WonderCraft
Revision as of 00:28, 17 July 2020 by Mootilate (talk | contribs) (Created page with "==Companies Commands== Below is a list of commands used by the companies plugin. ==Top Level Commands== */cm create <name> <defaultCapital> - Creates the company with defau...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Companies Commands

Below is a list of commands used by the companies plugin.

Top Level Commands

  • /cm create <name> <defaultCapital> - Creates the company with default capital which will be withdrawed from player's account.
  • /cm addCapital <name> <amount> - Deposits funds to the company's default balance.
  • /cm disband <name> - Disbands the company.
  • /cm list - GUI interactive list with all companies owned by player
  • /cm globalList - GUI list of all server companies. Togleabble in config.yml
  • /cm info <name> - Prints default info about the company
  • /cm hiring <name> - Switches the hiring state
  • /cm setLocation <name> - Sets the location of company's HQ
  • /cm tp <name> - Teleports to the company's HQ if set.
  • /cm detail <name> - Shows the detail GUI menu. Only for company's staff
  • /cm goMarket <name> <stocks_amount> <dividend_percent> - This command will put the company on stocks market. Owner can define the number of stocks generated and the dividend percent.
  • /cm leave <name> - Leaves the company
  • /cm setDescription <name> <new_desc> - Updates company's description
  • /cm limits - Shows current player's permission limits
  • /cm help - Shows help menu

Review Commands

  • /cm review create <company_name> <points 1-10> <comment> - Creates a new review
  • /cm review remove <company_name> [player] - Removes player's review (using player variable only for admins)
  • /cm review info <company_name> [player] - Shows info about specific review (your's or player's)
  • /cm review list [player] - Shows your's / player's reviews GUI. Player variable only for admin.

Job Requests

  • /cm review create <company_name> <points 1-10> <comment> - Creates a new review
  • /cm review remove <company_name> [player] - Removes player's review (using player variable only for admins)
  • /cm review info <company_name> [player] - Shows info about specific review (your's or player's)
  • /cm review list [player] - Shows your's / player's reviews GUI. Player variable only for admin.


Staff Commands

  • /cm staff kick <company_name> <player> - Kicks the player from the company (Must have higher rank)
  • /cm staff promote <company_name> <player> - Promotes the player to higher rank. (Only owners)
  • /cm staff demote <company_name> <player> - Demotes the player to lower rank. (Only owners)
  • /cm staff list <company_name> - Shows GUI list of employees.


Stocks Commands

  • /cm stock activate <amount> - Activates amount of stock certificates you're holding.
  • /cm stock deactivate <company_name> <amount> - Deactivates amount of your stocks from company. Generates the certificates.
  • /cm stock activateAll - Activates all of your stock certificates in your inventory. (activates only stocks by one company)
  • /cm stock deactivateAll - Deactivates all of your stocks in your company. Generates the certificates.
  • /cm stock return - Automatically returns all of your certificates to the company. This will remove company from stock market. Player has to have all of the stocks released to do this.
  • /cm stock list - Shows GUI list of your stocks.

Contract Commands

  • /cm contract send <seller_company> <client_company> <requested_price> <text> - Creates a new contract offer and prints the ID.
  • /cm contract accept <contract_id> - Accepts the contract offer. (Client side)
  • /cm contract reject <contract_id> - Rejects thecontract offer. (Client side)
  • /cm contract cancel <contract_id> - Cancels thecontract offer. (Seller side)
  • /cm contract done <contract_id> - Marks the contract as "done". (Seller side)
  • /cm contract finish <contract_id> - Marks the contract as "finished". (Client side)
  • /cm contract list <company_name> - Shows GUI list of company's contracts. Only for company's employees.