[EoS] RHEasyCrops - Smooth hoe replant & harvesting of your crops! [1.18.x - 1.20.x] icon

[EoS] RHEasyCrops - Smooth hoe replant & harvesting of your crops! [1.18.x - 1.20.x] -----

Gemütliches Abernten von Pflanzen durch Hacken / Smooth crop harvesting with a hoe ☄️ Customizable!




~ fixed the entire plugin not working, when WorldGuard and/or GriefPrevention was not installed...

I am deeply sorry for any problems caused!

As always, if you find bugs or have an idea for improvement, please do not hesitate to open a discussion here or send me a direct message.

And if you like this or my other plugins, then please leave a review!
----------, Sep 24, 2023

+ added back GriefPrevention support

~ fixed WorldGuard flags not working correctly

- dropped 1.17 support

New config structure!
Code (YAML):
#######################################
#                                     #
#    Configuration for RHEasyCrops    #
#                                     #
#######################################


###########################
#     Default options     #
###########################

# Should a hoe lose durability, if used on crops?
hoe-uses-durability
: true

# Should block trampling be deactivated?
enable-no-block-trample
: false

# Do both player hands have to be empty?
no-block-trample-require-empty-handslots
: false

# Are seeds needed in order to use hoe replanting?
seedlings-mode
: false

# Use left click instead of right click on crops?
left-click-mode
: false


#################
#     mcMMO     #
#################

# Change it to True, if you want to use the mcMMO integration for the skill "Herbalism"?
use-mcMMO
: false

# How much EXP should the player gain for harvesting?
mcMMO-herbalism-exp
: 50



###########################
#     GriefPrevention     #
###########################

# Change it to True, if you want to use the mcMMO integration for the skill "Herbalism"?
use-GriefPrevention
: false

# If the player is not owner or trusted (GriefPrevention)
gp-no-access-msg
: '&cYou are no member of this area! Ask &4 %owner% &cto &6/trust &cyou.'



######################
#     JobsReborn     #
######################

# Change it to True, if you want to use the pay system of JobsReborn
use-JobsReborn
: false

# Set the values for experience and income. You should calculate them, by checking your "farmer"-relative job config file.
jobs
:
  farmer
:
    exp
: 2.94
    income
: 1.92
# Set the actionbar message, when exp and income are given
# placeholders: %job_exp% | %job_income%

jobs-actionbar
: '&a+ %job_exp% xp &f| &e+$%job_income%'

# Job exp actionbar silent mode
jobs-silent-mode
: false


##############################################
#     Don't want to use the default hoe?     #
##############################################

custom-data
:
  # Enable this, if you want to have item flags activated
  enabled
: false
  # Choose which filters you want to use
  filters
:
    # These are all possible flags
    # Enable or disable them as you wish
    use-custom-item
:
      # Do you want to use a different item
      enabled
: false
      # Set the custom item type
      material
: 'amethyst_shard'

    use-custom-name
:
      # Do you want to use a custom item name
      enabled
: false
      # Set the custom item name
      # You can also use hex colors
      displayname
: '& #BF00FFMagisches &#F4FA58Tool'

    use-enchantment
:
      # Should the tool need a specific enchantment?
      enabled
: false
      # Set the enchantment name
      # Only 1 enchantment is allowed!
      name
: 'fortune'
      # You can also filter for a custom enchantment level, e.g Fortune III
      force-level
: false
      # Set the needed enchantment level
      level
: 3


#################
#     DEBUG     #
#################

# Activates the debug mode
debug-mode
: false
 


As always, if you find bugs or have an idea for improvement, please do not hesitate to open a discussion here or send me a direct message.

And if you like this or my other plugins, then please leave a review!
----------, Sep 23, 2023

~ fixed the plugin not working correctly
~ config overhaul (on new generation)

As always, if you find bugs or have an idea for improvement, please do not hesitate to open a discussion here or send me a direct message.

And if you like this or my other plugins, then please leave a review!
----------, Jul 11, 2023

+ added seedlings-mode
With this option enabled, you need the seeds for each crop you are harvesting.
+ added left-click-mode
For all users, that do not want to use right-clicking.

~ organized code

- removed unused lines code

Config changes !!
Please update your config.yml:
Code (YAML):

# Are seeds needed in order to use hoe replanting?
# default: false
seedlings-mode
: false

# Use left click instead of right click on crops?
# default: false
left-click-mode
: false

As always, if you find bugs or have an idea for improvement, please do not hesitate to open a discussion here or send me a direct message.

And if you like this or my other plugins, then please leave a review!
----------, Jun 27, 2023

+ added 1.20 support

As always, if you find bugs or have an idea for improvement, please do not hesitate to open a discussion here or send me a direct message.

And if you like this or my other plugins, then please leave a review!
----------, Jun 7, 2023

~ fixed an issue with JobsReborn on load
It was not possible to load the plugin, even if use-JobsReborn was set to false. I messed it up :D
The plugin is now bigger in size, because of the alternative Listener class.

[RHEasyCrops] Plugin RHEasyCrops v1.19_R2 has failed to register events for class eu.raidersheaven.rheasycrops.listeners.CropListener because com/gamingmesh/jobs/container/JobProgression does not exist.

I am sorry for the inconvenience! gomenasai >_<'

As always, if you find bugs or have an idea for improvement, please do not hesitate to open a discussion here or send me a direct message.

And if you like this or my other plugins, then please leave a review!
----------, Jun 15, 2022

~ fixed that every job gets EXP and money

I am sorry for the inconvenience! gomenasai >_<'

As always, if you find bugs or have an idea for improvement, please do not hesitate to open a discussion here or send me a direct message.

And if you like this or my other plugins, then please leave a review!
----------, Jun 11, 2022

+ added tested 1.19 support
+ added support for JobsReborn
Thanks again to GeedLegend, for helping me with this!

~ optimized some functions

- cleaned up code

!! Config changes !!
Please reset your config.yml file and edit the new one!

As always, if you find bugs or have an idea for improvement, please do not hesitate to open a discussion here or send me a direct message.

And if you like this or my other plugins, then please leave a review!
----------, Jun 11, 2022

+ added support for griefprevention_nano.png GriefPrevention
To enable it set use-GriefPrevention to true
+ added a new permission RHEasyCrops.bypassclaims
This related permission ignores any claims made with GriefPrevention. Only Admins should have this!

~ compiled with Spigot 1.18.2

- cleaned up code

Config changes!
# [DEU] Stelle diese Option auf True, wenn der Spieler der Owner oder Trusted sein muss (GriefPrevention)
# [ENG] Change it to True, if the player has to be the owner or a trusted player (GriefPrevention)
use-GriefPrevention: false

# [DEU] Wenn der Spieler nicht der Besitzer oder Trusted ist (GriefPrevention)
# [ENG] If the player is not owner or trusted (GriefPrevention)
no-access-msg: '&#ff243dYou are no member of this area! Ask %owner% to &f/trust &#ff243dyou.'

This feature was requested by .R via Discord.

As always, if you find bugs or have an idea for improvement, please do not hesitate to open a discussion here or send me a direct message.

And if you like this or my other plugins, then please leave a review!
----------, Apr 16, 2022

+ added support for 1.18
----------, Dec 25, 2021

~ fixed an issue with the api-version
I've unintentionally had left this value on 1.17 instead of 1.13

I am very sorry :/
----------, Sep 15, 2021

~ fixed some default values inside of the config.yml

I am very sorry for the inconvenience!
----------, Sep 12, 2021

+ added support for 1.17
+ added metrics
+ added a customization feature
You now can set a preset to switch a custom item of your choice. Filtering is allowed by material, name, enchantment and enchantment level.
Thank you Papa_FeuerElla for this idea!
rheasycrops_1.17_R1_patch_idea.png
+ added a debug-mode
This mode is quite helpful, if you are setting up the custom tool preset.

~ changed main command to /crops
~ big config changes
rheasycrops_1.17_R1_patch.png

Attention! You have to reset your config.yml as the plugin will not auto add them new lines

- cleaned up code
- shortened the plugins version number to 1.17_R1


As always thank you for your support!
If you like what you see, then please leave a review! ^_^/


Have a nice day! :)
----------, Sep 12, 2021

~ fixed some small problems with the general integration
----------, Feb 4, 2021

+ added 1.16.5 support

~ fixed the bug, which allowed the hoe tool have a negative durability and don't automaticly break unless a rightclick is done on another block thats not a crop
----------, Jan 17, 2021

~ fixed the loading failure of the plugin, if mcMMO was not installed
----------, Jan 4, 2021

~ fixed some wrongly arranged text outputs

Info:
An update is not necessary as no functions have been changed.
----------, Dec 31, 2020

+ console throws out a message, if mcMMO is active and you enabled the ' use-mcMMO' option

- cleaned up the plugin with the removal of unnecessary code

~ fixed the 'bugged out' config.yml
The plugin worked perfectly fine, but the copied default config.yml was a mess. I've used 'faulty' code in order to copy the defaults. Now everything is neat! ;)
~ fixed a tiny inconsistency with the mcMMO integration
----------, Dec 30, 2020

+ added support for mcMMO's skill ' Herbalism'.
You can now configure, if you are using mcMMO and how much EXP a player should gain from harvesting with a hoe.

Preview:
RHEasyCrops_mcMMO_config.png
----------, Dec 30, 2020

Use this, if your Spigot / Paper server is running on the latest Minecraft version such as 1.16+

This branch includes all new items such as the 'netherite hoe'
----------, Dec 21, 2020

Please only use this version, if you are running a Spigot / Paper server between 1.13.2 - 1.15.2!
----------, Dec 21, 2020

Resource Information
Author:
----------
Total Downloads: 4,053
First Release: Dec 21, 2020
Last Update: Sep 24, 2023
Category: ---------------
All-Time Rating:
5 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings