Voxel Shop beta is live. Expect occasional bugs. Learn more
factory, economy, mechanic, custom gui, achievement, quest







Smeltery — Convert raw vanilla ores into tracked resources
Steel Mill — Transform raw materials into advanced alloys
Refinery — Produce essential fuel for all operations
Workshop — Craft machine parts consumed by every factory
Advanced Factory — Manufacture high-value finished goods
20+ production recipes with realistic input/output chains
Queue up to 5 concurrent productions per factory
Real-time BossBar progress tracking
5-level factory upgrade system with time & cost bonuses
Vault-integrated tax & salary system with invoices
Global marketplace — player-to-player trading with tax rates
Dynamic factory buy/sell system with value scaling
Late fees & overdue invoice penalties
8+ hireable NPC types with unique production buffs
Animated employees with idle movements & head tracking
Salary costs to maintain economic balance
Custom appearances, equipment, and ambient sounds
4+ tech trees with 5 levels each
Permanent buffs: Fiscal Optimization, AI Workforce, Nano-Construction & more
Strategic long-term investments for competitive advantage
15+ trackable achievements with toast notifications
5 daily quests that refresh automatically
EXP & money rewards with all-complete bonuses
Players can create their own factory regions — no WorldGuard required!
Automatic border particle visualization
Built-in region protection system
/fc hub — Open the main hub menu
/fc browse — Browse available factories
/fc myfactories — View your owned factories
/fc buy — Purchase a factory
/fc sell — Sell a factory
/fc info — View factory details
/fc teleport — Fast travel to your factory
/fc gui — Open factory control panel
/fc marketplace — Open the global marketplace
/fc invoices — View your invoices
/fc taxes — Open tax center
/fc employees — Open employee shop
/fc dailyquest — View daily quests
/fc help — In-game help menu
/fc version — Plugin version
/fc admin create — Create a factory
/fc admin remove — Delete a factory
/fc admin list — List all factories
/fc admin info — View factory info
/fc admin reload — Reload all configs
/fc admin setowner — Transfer ownership
/fc admin teleport — Teleport to factory
/fc admin give — Give resources
/fc admin npc spawn|remove — Manage NPCs
factorycore.use — Basic plugin access
factorycore.buy — Purchase factories
factorycore.sell — Sell factories
factorycore.info — View factory info
factorycore.gui — Open factory GUI
factorycore.hub — Access main hub
factorycore.browse — Browse factories
factorycore.myfactories — View owned factories
factorycore.invoices — Invoice management
factorycore.taxes — Tax center access
factorycore.employees — Employee shop access
factorycore.marketplace — Marketplace access
factorycore.teleport — Fast travel
factorycore.admin.* — All admin permissions
factorycore.admin.create — Create factories
factorycore.admin.remove — Delete factories
factorycore.admin.list — List factories
factorycore.admin.info — View factory details
factorycore.admin.reload — Reload configs
factorycore.admin.setowner — Transfer ownership
factorycore.admin.teleport — Teleport to factory
factorycore.admin.give — Give resources
factorycore.admin.npc — Manage NPCs
factorycore.admin.tax — Manage taxes
factorycore.admin.market — Manage marketplace
%factorycore_factories_owned% — Number of factories owned
%factorycore_total_value% — Total portfolio value
%factorycore_total_productions% — Lifetime production count
%factorycore_active_invoices% — Pending invoices
...and many more!
| DEPENDENCY | TYPE | VERSION |
| Vault | Required | 1.7+ |
| WorldGuard | Required | 7.0.9+ |
| WorldEdit | Required | 7.3.0+ |
| PlaceholderAPI | Optional | 2.11.5+ |
| MMOItems | Optional | 6.10+ |
| ExecutableItems | Optional | Latest |
config.yml — Core settings: database, tax rates, marketplace, notifications
resources.yml — Define 30+ resource items with custom models & lore
recipes.yml — Create & modify 20+ production recipes
language.yml — Full localization support
npc.yml — Configure NPC types, buffs, appearances & pricing
research.yml — Design tech trees with custom costs & durations
achievement.yml — Define achievements with custom thresholds
daily-quest.yml — Set up daily quests with custom rewards
custom_gui/ — Fully customizable main hub menu layout
FactoryCoreAPI api = FactoryCoreAPI.getInstance();
// Get player's factories
List factories = api.getPlayerFactories(player);
// Check factory status, start production, and more!