Business: Difference between revisions
More actions
Update to the new business plugin |
|||
| (5 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
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. | |||
<div class="figure"> | <div class="figure"> | ||
[[File: | [[File:Sausage_sizzle_stands.png|600x600px]] | ||
</div> | </div> | ||
<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>/ | ::* <code>/business create <businessname></code> | ||
To manage business funds. | To manage business funds. | ||
::* <code>/ | ::* <code>/business deposit <businessname> <amount></code> | ||
::* <code>/ | ::* <code>/business withdraw <businessname> <amount></code> | ||
To pay employees. | To pay employees. | ||
::* <code>/ | ::* <code>/business pay <businessname> <user> <amount></code> | ||
To disband a business. | To disband a business. | ||
::* <code>/ | ::* <code>/business disband <businessname></code> | ||
::* <code>/ | To list businesses belonging to a player. | ||
::* <code>/business list <user></code>, | |||
To view firm details. | To view firm details. | ||
::* <code>/ | ::* <code>/business info <businessname></code> | ||
::* <code>/ | ::* <code>/business list all <page></code> | ||
<span id="managing-employees"></span> | <span id="managing-employees"></span> | ||
| Line 45: | Line 37: | ||
To Offer a Job | To Offer a Job | ||
::* <code>/ | ::* <code>/business offer <business> <user></code> | ||
Accept or Deny the offer | Accept or Deny the offer | ||
::* <code>/ | ::* <code>/business accept <business></code> | ||
::*<code>/ | ::*<code>/business deny <business></code> | ||
To View Staff and their ranks | To View Staff and their ranks | ||
::*<code>/ | ::*<code>/business staff list <business></code> | ||
to resign as an employee. | to resign as an employee. | ||
| Line 56: | Line 48: | ||
To Transfer propietorship | To Transfer propietorship | ||
::* <code>/ | ::* <code>/business transfer begin <business> <user></code> | ||
< | 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 - | ::* Co-Proprietor - Manage the firm, roles accounts, hiring and firing. | ||
::* Manager - Able to | ::* 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>/ | Track a business’s balance and transactions using <code>/business transactions <business> <page></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:< | Players can create chest shops under a company’s name. | ||
Add <code>b:<chestshopcode></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> | |||
== 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 [https://economy.democracycraft.net/docs/guides/getting-started here]. | |||
[[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.