Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
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[DONE], employee orders[DONE] and permission giving[DONE] 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)




Plans before v1.0
Chest Shop [DONE]
Custom Position [DONE]
Employee's Permission [DONE]
Employee Orders [BASICALLY DONE]
Company's Building with area protection plugin supported [WILL BE ADJUSTED]
In Game Menu [BASICALLY DONE]
Mysql support (maybe)
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 balance [companyId] View asset of the company
/myc position set <employee> <position> Set player's position
/myc position add <position> [label] Add position with labelled [label]
/myc position remove <position> Remove position
/myc position setlabel <position> <label> Set label of the position
/myc position permission add <position> <permission> Add permission for the position
/myc position permission remove <position> <permission> Remove permission for the position
/myc position permission list [position] View permission of the position
/myc money give <companyId> <amount> Give money to the company (The money 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)



