-
Notifications
You must be signed in to change notification settings - Fork 0
Admin Commands
Ali Arslan edited this page Jan 17, 2026
·
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 select [<uuid>] |
Selects nearest farmer or farmer with given UUID to perform edits on. | /uxmfarmer select |
/uxmfarmer setowner <player> |
Sets selected farmer's owner to given player. | /uxmfarmer setowner mSquid_ |
/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 clearlogs |
Clears logs of selected farmer. | /uxmfarmer clearlogs |
/uxmfarmer delete <player> |
Deletes the primary farmer owned by the specified player. | /uxmfarmer delete Jeb |
/uxmfarmer deleteuuid |
Deletes selected farmer. | /uxmfarmer deleteuuid |
/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 give FARMER_EGG <player> <amount> |
Gives the specified player Farmer Egg item. | /uxmfarmer give FARMER_EGG Jeb |
/uxmfarmer give LEVEL_CHANGER <player> <product> <level> <amount> |
Gives an item that sets a specific product's upgrade level to a fixed <level>. |
/uxmfarmer give LEVEL_CHANGER Notch WHEAT 5 1 |
/uxmfarmer give LEVEL_ADDER <player> <product> <level> <amount> |
Gives an item that adds the specified level amount to the product's current upgrade level. | /uxmfarmer give LEVEL_ADDER Notch CARROTS 2 10 |