Change the items crops drop when harvested.
Commands
- /harvest reload - Reloads the plugin
Permissions
- harvest.command.reload - Allows use of the /harvest reload command
Action List
- BROADCAST:message - Send message to all players on the server
- CONSOLE_COMMAND:command - Execute command from the server console
- MSG:message - Send private message to specific player
- PLAYER_COMMAND:command - Execute command as if the player ran it themselves
- SOUND:type:float:float - Play sound to player
✔ Custom Items Per Crop Type
You can configure unique custom items for each crop type.
✔ Drop Chances
You can configure drop chances with support for decimal values.
✔ Custom Display Names & Lore
You can configure fully customized item names and lore.
✔ Custom Enchantments
You can configure custom enchantments, including unsafe levels.
✔ Item Amount
You can configure the amount of items to drop.
✔ Item Durability
You can configure the durability value of items.
✔ Item Unbreakable
You can configure items to be unbreakable.
✔ Multiple Drops Per Crop
You can configure multiple items to drop from a single crop.
✔ Action Triggers on Drop
You can configure actions to execute when items drop.
✔ Fully Grown Crops Only
Features only apply to fully grown crops.
✔ Fortune Enchantment Support
Fortune enchantment increases the amount of drops.
Code (YAML):
crops:
WHEAT:
wheat:
chance
: 20
material
: WHEAT
amount
: 1
name
:
"&aWheat"
lore
:
-
"&7Harvested wheat item!"
actions
:
-
"MSG:&aYou received a wheat!"
CARROTS:
carrot:
chance
: 20
material
: CARROT
amount
: 1
name
:
"&6Carrot"
lore
:
-
"&7Harvested carrot item!"
actions
:
-
"MSG:&aYou received a carrot!"
POTATOES:
potato:
chance
: 20
material
: POTATO
amount
: 1
name
:
"&6Potato"
lore
:
-
"&7Harvested potato item!"
actions
:
-
"MSG:&aYou received a potato!"
Code (YAML):
messages:
prefix
:
"&8[&aUltimateHarvest&8]&r"
no-permission
:
"%prefix% &cYou don't have permission to use this command!"
player-only
:
"%prefix% &cYou can't use commands from console!"
help-header
:
"&e----- UltimateHarvest Commands -----"
help-reload
:
"%prefix% &f/%cmd% reload &7- Reloads the plugin"
reload-success
:
"%prefix% &aSuccessfully reloaded!"
reload-fail
:
"%prefix% &cA serious error occurred during reloading"
For support, please use only resource discussion
Terms of Service
By using this plugin, you agree to the following terms, which may be updated by the author at any time.
- All payments are final and non-refundable.
- Redistribution or resale of this plugin is prohibited.
- You are not permitted to modify, decompile, or extract any part of the plugin's source code.
- Support is provided exclusively to legitimate customers. We cannot offer support for plugins obtained through unauthorized or illegal means.