# 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%'
############################################## # 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!
+ 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!
~ 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
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!
+ added support for
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!
+ 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!
+ 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
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! ^_^/
~ 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
+ 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
+ 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.