What is this? This is a plugin that allows your player to found a company. (Actually it is just like a guild or clan plugin)
The owner(as well as employer) can employ other players to be the employees for the company.
Every day the company will be taxed and giving salary to the employer and employees.
The plugin is not finished as my expectation. Company's chestshop and employee orders will be added in the plugin as soon as possible. I posted the resource here just for saving update logs. Vault is required and
PlaceholderAPI is optional.
Only support YAML Storage now. (MySQL in future)
Commands <> required argument, [] optional argument /myc ? [page] View help
/myc found <company> Found a company
/myc disband Disband the company
/myc employ <player> Employ a player to be employee
/myc dismiss <player> Dismiss the player from the company
/myc info [companyId] See the information of the company
/myc money give <companyId> <amount> Give money to the company (The company given to the company will be counted as the income of the company, which means that it should be income-taxed. See config.yml for more.)
/myc money take <companyId> <amount> Take money from the company. Notes that this command will not reduce the income of the company, but still taking money.)
/myc reload Reload the configuration.
Placeholders (PlaceholderAPI needed) > For players (Only show if the player has company) < %mycompany_player_cid% Player company Id
%mycompany_player_company% Player company Name
%mycompany_player_position% Player position name (not labelled)
%mycompany_player_salary% Player salary amount $$
%mycompany_player_employer% Player's employer
> For corresponding company < %mycompany_company_<companyId>_name% Company name
%mycompany_company_<companyId>_employer% Company current employer
%mycompany_company_<companyId>_founder% Company founder
%mycompany_company_<companyId>_total% Total amount of players in the company
%mycompany_company_<companyId>_founddate% The founding date of the company
%mycompany_company_<companyId>_totalof_<position>% Total amount of players of <position> in company
%mycompany_company_<companyId>_cash% Money(property) of the company
%mycompany_company_<companyId>_income_<daily/total>% Daily/Total amount of income of the company
%mycompany_company_<companyId>_salary_<position>% Salary of the players of <position> in company
%mycompany_company_<companyId>_taxrate_<property/income>% The <property/income> tax rate of the company in that day (Not recommended)