FactoryPlugin
A plugin for creating factory production systems on Minecraft servers with GUI, zones, economy, and enchantment support.
✨ Features
- ️ Zone System — Create factories on the map with WorldEdit-like selection
- Delayed Production — Realistic crafting time for items
- ⚡ Enchantments — Automatic enchantment application on items
- Economy — Vault integration for pricing
- ️ Towny Integration — Nation binding and member notifications
- Statistics — Production tracking in SQLite
- Pagination — Unlimited slot count
- Full Customization — Everything via YAML configs
Requirements
- Paper/Spigot 1.20+
- Java 21+
- Optional:
- Vault — for economy
- Towny — for nations
Installation
- Download FactoryPlugin-1.0.0.jar from Releases
- Place JAR in plugins/ folder
- Restart server
- Configure files in plugins/FactoryPlugin/
Commands
Command
Description
Permission
/factory Open factory in current zone factory.use
/factory stats Show production statistics factory.use
/factory reload Reload configs factory.admin
/factory testmode Toggle instant production factory.admin
/factory zone wand Get selection wand factory.admin
/factory zone create <id> <template> Create zone factory.admin
/factory zone delete <id> Delete zone factory.admin
/factory zone list List all zones factory.admin
Contributing
Found a bug or want to add a feature?
- Fork the repository
- Create a branch: git checkout -b feature/cool-feature
- Commit changes: git commit -m 'feat: add cool feature'
- Push: git push origin feature/cool-feature
- Open a Pull Request
License
This project is licensed under the MIT License. See
LICENSE file for details.
Contacts
Made with ❤️ for the Minecraft community