Commands and Permissions

Commands

The main command for the plugin is /harvestflow, which also has the aliases /hf and /farm.

  • /harvestflow reload

    • Description: Reloads the config.yml file, applying all changes without needing a server restart.

    • Permission: harvestflow.admin

  • /harvestflow debug

    • Description: Toggles a personal debug mode for the player who runs the command. When enabled, detailed information about the plugin's actions and checks will be sent to you in chat. This is extremely useful for diagnosing why a feature might not be working as expected.

    • Permission: harvestflow.admin

Permissions

HarvestFlow includes a comprehensive permission system that can be enabled or disabled in the config.yml (use-permissions: true/false). When enabled, players will need the following permissions to access features.

Permission Node

Description

Default

harvestflow.admin

Grants access to all admin commands, like /hf reload.

OP

harvestflow.use

The base permission required to use any of the plugin's features.

true

harvestflow.replant

Allows crops harvested by the player to be automatically replanted.

false

harvestflow.inventory.auto

Allows harvested items to be added directly to the player's inventory.

false

harvestflow.notify

Notifies the player of new plugin updates when they join the server.

OP

Area of Effect (AoE)

harvestflow.area.use

Allows the player to use AoE harvesting.

false

harvestflow.area.radius.1

Allows the player to use AoE with a radius of 1 (3x3 area).

false

harvestflow.area.radius.2

Allows the player to use AoE with a radius of 2 (5x5 area).

false

harvestflow.area.radius.3

Allows the player to use AoE with a radius of 3 (7x7 area).

false

Crop Specific

harvestflow.crops.wheat

Allows the player to harvest WHEAT with HarvestFlow features.

false

harvestflow.crops.carrots

Allows the player to harvest CARROTS with HarvestFlow features.

false

harvestflow.crops.potatoes

Allows the player to harvest POTATOES with HarvestFlow features.

false

harvestflow.crops.beetroots

Allows the player to harvest BEETROOTS with HarvestFlow features.

false

harvestflow.crops.nether_wart

Allows the player to harvest NETHER_WART with HarvestFlow features.

false

Last updated