-
Notifications
You must be signed in to change notification settings - Fork 0
Admin Commands
Ali Arslan edited this page Nov 16, 2025
·
5 revisions
This guide details the administrative commands available, typically under the /uxmfarmer prefix. These commands require specific permissions and are used for maintenance, management, and debugging.
| Command | Description | Example |
|---|---|---|
/uxmfarmer save |
Forces a save of all current plugin data to the database. | /uxmfarmer save |
/uxmfarmer reload |
Reloads the plugin configuration files and assets without requiring a server restart. | /uxmfarmer reload |
/uxmfarmer clearpermcache |
Clears any cached player permissions within the plugin's internal systems. | /uxmfarmer clearpermcache |
/uxmfarmer bypass |
Toggles administrator bypass mode for farmer cooldowns. | /uxmfarmer bypass |
/uxmfarmer stats |
Displays overall statistics regarding all farmers currently tracked by the plugin. | /uxmfarmer stats |
| Command | Description | Example |
|---|---|---|
/uxmfarmer nearfarmers <radius> |
Locates and lists farmers within a specified block radius of the executor's location. | /uxmfarmer nearfarmers 50 |
/uxmfarmer uuidof <player> |
Retrieves and sends the unique identifier (UUID) associated with a given player's primary farmer. | /uxmfarmer uuidof Notch |
/uxmfarmer delete <player> |
Deletes the primary farmer owned by the specified player. | /uxmfarmer delete Jeb |
/uxmfarmer deleteuuid <farmer uuid> |
Deletes the farmer corresponding to the exact UUID provided. | /uxmfarmer deleteuuid 1a2b3c4d-5e6f-7g8h... |
/uxmfarmer deleteall <player> |
Deletes all farmers owned by the specified player, regardless of count. | /uxmfarmer deleteall Hero |
| Command | Description | Example |
|---|---|---|
/uxmfarmer givefarmer <player> <amount> |
Gives the specified player a functional, placed farmer instance immediately. | /uxmfarmer givefarmer Notch 1 |
/uxmfarmer giveegg <player> |
Gives the specified player a Farmer Egg item. | /uxmfarmer giveegg Jeb |
/uxmfarmer giveproductupgrader <player> <product> <level> <amount> |
Gives an item that sets a specific product's upgrade level to a fixed <level>. |
/uxmfarmer giveproductupgrader Notch WHEAT 5 1 |
/uxmfarmer giveproductupgrader <player> <product> +<level> <amount> |
Gives an item that adds the specified level amount to the product's current upgrade level. Level must start with '+'. | /uxmfarmer giveproductupgrader Notch CARROTS +2 10 |