-
Notifications
You must be signed in to change notification settings - Fork 0
Modules
Ali Arslan edited this page Nov 13, 2025
·
19 revisions
uxmFarmer includes 6 powerful modules designed to automate and enhance farming operations:
Modules:
Production,Auto Harvest,Auto Kill,Auto Sell,XP Collector, andStorage.
The Production Module monitors and displays each farmer’s storage growth for all products.
It provides detailed insights into production rates and income potential.
When this module is enabled, players can view their farmer's:
- Production rate & income per minute
- Production rate & income per hour
- Production rate & income per day
uxmfarmer.production
| Setting | Type | Description |
|---|---|---|
| enabled | boolean |
Enables or disables the module. |
| permission-required | boolean |
Requires players to have the module permission to use it. |
The Farm Manager module allows server admins to customize some server-wide farmer settings.
- Disabling or enabling product growth when that product's stock is full
- Removing remaining products from ground if that product's stock has became full
- Removing product drops from ground if that product's stock is full
This module is server-wide, therefore has no permission.
| Setting | Type | Description |
|---|---|---|
| disable-growing-if-stock-is-full | boolean |
Disables or enables product growth when that product's stock is full |
| remove-remaining-drops-from-ground | boolean |
Removes remaining products from ground if that product's stock has became full after collecting some |
| remove-drops-if-stock-is-full | boolean |
Removing product drops from ground if that product's stock is full |