Toggle menu
210
343
1
4.1K
DemocracyCraft Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Business: Difference between revisions

From DemocracyCraft Wiki
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span id="businesses"></span>
DemocracyBusiness is a custom firms plugin that enables players to establish their businesses, hire other players, and set wages. Employees can complete jobs for businesses and generate revenue by producing items for chest shops.
 
DemocracyBusiness is a trading plugin that enables players to establish their businesses, hire other players, and set wages. Employees can complete jobs for businesses and generate revenue by producing items for chest shops.


<div class="figure">
<div class="figure">


[[File:https://i.imgur.com/xEMORwN.png|image]]
[[File:Sausage_sizzle_stands.png|600x600px]]


</div>
</div>
Line 20: Line 18:
To create a business, players must obtain the Entrepreneur qualification at the university.
To create a business, players must obtain the Entrepreneur qualification at the university.


To create a business.
To create a business
::* <code>/democracybusiness create &lt;businessname&gt;</code>
::* <code>/db create &lt;businessname&gt;</code>


To manage business funds.
To manage business funds.
::* <code>/democracybusiness deposit &lt;businessname&gt; &lt;amount&gt;</code>  
::* <code>/db deposit &lt;businessname&gt; &lt;amount&gt;</code>  


::* <code>/democracybusiness withdraw &lt;businessname&gt; &lt;amount&gt;</code>  
::* <code>/db withdraw &lt;businessname&gt; &lt;amount&gt;</code>  


To pay employees.
To pay employees.
::* <code>/democracybusiness pay <businessname> <user> <amount></code>  
::* <code>/db pay <businessname> <user> <amount></code>  


To disband a business.
To disband a business.
::* <code>/democracybusiness disband <businessname></code>  
::* <code>/db disband <businessname></code>  


::* <code>/democracybusiness list &lt;user&gt;</code>,  
::* <code>/db list &lt;user&gt;</code>,  


To view firm details.
To view firm details.
::* <code>/democracybusiness info &lt;businessname&gt;</code>, and <code>/democracybusiness list all &lt;page&gt;</code>  
::* <code>/db info &lt;businessname&gt;</code>
::* <code>/db list all &lt;page&gt;</code>  


<span id="managing-employees"></span>
<span id="managing-employees"></span>
Line 44: Line 43:


To Offer a Job
To Offer a Job
::* <code>/democracybusiness offer <business> <user></code>  
::* <code>/db offer <business> <user></code>  
Accept or Deny the offer
Accept or Deny the offer
::* <code>/democracybusiness accept &lt;business&gt;</code>  
::* <code>/db accept &lt;business&gt;</code>  
::*<code>/democracybusiness deny &lt;business&gt;</code>  
::*<code>/db deny &lt;business&gt;</code>  
To View Staff and their ranks
To View Staff and their ranks
::*<code>/democracybusiness staff list &lt;business&gt;</code>
::*<code>/db staff list &lt;business&gt;</code>


to resign as an employee.
to resign as an employee.
Line 55: Line 54:


To Transfer propietorship
To Transfer propietorship
::* <code>/democracybusiness transferproprietorship <business> <user></code>
::* <code>/db transferproprietorship <business> <user></code>


<span id="types-of-employees"></span>
<span id="types-of-employees"></span>
Line 61: Line 60:
== Types of Employees ==
== Types of Employees ==


Available roles in a business hierarchy: Proprietor - Complete permissions and control Co-Proprietor - Shares unlimited access with proprietor (including management of funds and management of employees) Manager - Able to access all financial information Supervisor - Able to access firm ChestShops Employee - Simply hired with no special permissions
Available roles in a business hierarchy:  
 
::* Proprietor - Complete permissions and control  
 
::* Co-Proprietor - Shares unlimited access with proprietor (including management of funds and management of employees)  
 
::* Manager - Able to access all financial information Supervisor - Able to access firm ChestShops  
 
::* Employee - Simply hired with no special permissions


Custom roles can be created and edited with specific permissions. Permissions include Administrator, Financial, ChestShop, and Default.
Custom roles can be created and edited with specific permissions. Permissions include Administrator, Financial, ChestShop, and Default.


<span id="balance-tracking"></span>
<span id="balance-tracking"></span>
== Balance Tracking ==
== Balance Tracking ==


Track a business’s balance and transactions using <code>/democracybusiness transactions &lt;business&gt; &lt;page&gt;</code>.
Track a business’s balance and transactions using <code>/db transactions &lt;business&gt; &lt;page&gt;</code>.


<span id="chest-shop-integration"></span>
<span id="chest-shop-integration"></span>
== Chest Shop Integration ==
== Chest Shop Integration ==


Players can create chest shops under a company’s name. Add <code>b:&lt;businessname&gt;</code> to the first line of the chest shop sign to log sales accordingly. - <code>/csn history b:&lt;business&gt;</code> to view chest shop history. - <code>/business sales &lt;business&gt; &lt;page&gt;</code> to access sales history.
Players can create chest shops under a company’s name.  
 
Add <code>b:&lt;businessname&gt;</code> to the first line of the chest shop sign to log sales accordingly.  
 
To view chest shop history.
::* <code>/csn history b:&lt;business&gt;</code>
 
To access sales history.
::* <code>/business sales &lt;business&gt; &lt;page&gt;</code>  
[[category:Features]]
[[category:Features]]

Latest revision as of 08:37, 26 April 2025

DemocracyBusiness is a custom firms plugin that enables players to establish their businesses, hire other players, and set wages. Employees can complete jobs for businesses and generate revenue by producing items for chest shops.

Note

This plugin uses the command /democracybusiness officially, but alternatives are available for ease of access. Use whichever you like: - /democracybusiness - /db - /business - /firm - /company

After creating a company, most commands are available via a GUI in /democracybusiness menu <business>.

Starting a Company

To create a business, players must obtain the Entrepreneur qualification at the university.

To create a business

  • /db create <businessname>

To manage business funds.

  • /db deposit <businessname> <amount>
  • /db withdraw <businessname> <amount>

To pay employees.

  • /db pay <businessname> <user> <amount>

To disband a business.

  • /db disband <businessname>
  • /db list <user>,

To view firm details.

  • /db info <businessname>
  • /db list all <page>

Managing Employees

To Offer a Job

  • /db offer <business> <user>

Accept or Deny the offer

  • /db accept <business>
  • /db deny <business>

To View Staff and their ranks

  • /db staff list <business>

to resign as an employee.

  • /democracybusiness resign <business>

To Transfer propietorship

  • /db transferproprietorship <business> <user>

Types of Employees

Available roles in a business hierarchy:

  • Proprietor - Complete permissions and control
  • Co-Proprietor - Shares unlimited access with proprietor (including management of funds and management of employees)
  • Manager - Able to access all financial information Supervisor - Able to access firm ChestShops
  • Employee - Simply hired with no special permissions

Custom roles can be created and edited with specific permissions. Permissions include Administrator, Financial, ChestShop, and Default.

Balance Tracking

Track a business’s balance and transactions using /db transactions <business> <page>.

Chest Shop Integration

Players can create chest shops under a company’s name.

Add b:<businessname> to the first line of the chest shop sign to log sales accordingly.

To view chest shop history.

  • /csn history b:<business>

To access sales history.

  • /business sales <business> <page>