Business
More actions
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.