Jump to content
Toggle menu
  • 565 articles
  • 1.5K files
  • 1 users
  • 13.5K edits
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
Update to the new business plugin
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<span id="businesses"></span>
hibernia-economy is a custom economy package of plugins that enable players to establish their businesses, hire other players, create sub-accounts, create chestshops, and interact with the economy through an API. 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>
<span id="note"></span>
== Note ==
This plugin uses the command <code>/democracybusiness</code> officially, but alternatives are available for ease of access. Use whichever you like: - <code>/democracybusiness</code> - <code>/db</code> - <code>/business</code> - <code>/firm</code> - <code>/company</code>
After creating a company, most commands are available via a GUI in <code>/democracybusiness menu &lt;business&gt;</code>.
<span id="starting-a-company"></span>
<span id="starting-a-company"></span>
== Starting a Company ==
== Starting a Company ==
Line 20: Line 11:
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>/business create &lt;businessname&gt;</code>


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


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


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


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


::* <code>/democracybusiness list &lt;user&gt;</code>,  
To list businesses belonging to a player.
::* <code>/business list &lt;user&gt;</code>,  


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


<span id="managing-employees"></span>
<span id="managing-employees"></span>
Line 45: Line 37:


To Offer a Job
To Offer a Job
::* <code>/democracybusiness offer <business> <user></code>  
::* <code>/business offer <business> <user></code>  
Accept or Deny the offer
Accept or Deny the offer
::* <code>/democracybusiness accept &lt;business&gt;</code>  
::* <code>/business accept &lt;business&gt;</code>  
::*<code>/democracybusiness deny &lt;business&gt;</code>  
::*<code>/business 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>/business staff list &lt;business&gt;</code>


to resign as an employee.
to resign as an employee.
Line 56: Line 48:


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


<span id="types-of-employees"></span>
To fire an employee
::*<code>/business fire <business> <user></code>


== Types of Employees ==
== Types of Employees ==
Line 66: Line 59:
::* Proprietor - Complete permissions and control  
::* Proprietor - Complete permissions and control  


::* Co-Proprietor - Shares unlimited access with proprietor (including management of funds and management of employees)
::* Co-Proprietor - Manage the firm, roles accounts, hiring and firing.


::* Manager - Able to access all financial information Supervisor - Able to access firm ChestShops  
::* Manager - Able to manipulate a firms money.
 
::* Supervisor - Able to access firm ChestShops.


::* Employee - Simply hired with no special permissions
::* Employee - Simply hired with no special permissions
Line 78: Line 73:
== 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>/business transactions &lt;business&gt; &lt;page&gt;</code>.


<span id="chest-shop-integration"></span>
<span id="chest-shop-integration"></span>
Line 85: Line 80:
Players can create chest shops under a company’s name.  
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.  
Add <code>b:&lt;chestshopcode&gt;</code> to the first line of the chest shop sign to log sales accordingly.
 
If you need to find your businesses chestshop code you can use <code>/firm account list <business></code>


To view chest shop history.
== Plugin Documentation ==
::* <code>/csn history b:&lt;business&gt;</code> 
If you want to find additional information about the plugin, such as how to use the API or other information not found on this wiki, please visit the official documentation [https://economy.democracycraft.net/docs/guides/getting-started here].


To access sales history.
::* <code>/business sales &lt;business&gt; &lt;page&gt;</code>
[[category:Features]]
[[category:Features]]

Latest revision as of 13:24, 15 September 2026

hibernia-economy is a custom economy package of plugins that enable players to establish their businesses, hire other players, create sub-accounts, create chestshops, and interact with the economy through an API. Employees can complete jobs for businesses and generate revenue by producing items for chest shops.

Starting a Company

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

To create a business

  • /business create <businessname>

To manage business funds.

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

To pay employees.

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

To disband a business.

  • /business disband <businessname>

To list businesses belonging to a player.

  • /business list <user>,

To view firm details.

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

Managing Employees

To Offer a Job

  • /business offer <business> <user>

Accept or Deny the offer

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

To View Staff and their ranks

  • /business staff list <business>

to resign as an employee.

  • /democracybusiness resign <business>

To Transfer propietorship

  • /business transfer begin <business> <user>

To fire an employee

  • /business fire <business> <user>

Types of Employees

Available roles in a business hierarchy:

  • Proprietor - Complete permissions and control
  • Co-Proprietor - Manage the firm, roles accounts, hiring and firing.
  • Manager - Able to manipulate a firms money.
  • 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 /business transactions <business> <page>.

Chest Shop Integration

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

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

If you need to find your businesses chestshop code you can use /firm account list <business>

Plugin Documentation

If you want to find additional information about the plugin, such as how to use the API or other information not found on this wiki, please visit the official documentation here.