[DEU] Mit
RHEasyCrops ist es Spielern möglich ihre angebauten Pflanzen wie z.B. Weizen oder Kartoffeln mit einem einfachen Rechtsklick mit einer Hacke zu ernten und automatisch nachzupflanzen. Nie wieder manuelles Nachpflanzen!
[ENG]
With
RHEasyCrops, players can harvest their cultivated plants such as wheat or potatoes with a simple right click with a hoe. No more manual replanting!
Vorschau / Preview
Video: bald
Kompatibilität / Compatibility
[DEU] Das Plugin ist mit Spigot und Paper ab der Version 1.16.x kompatibel. Die Nutzung der
neuesten Minecraft Version wird dennoch empfohlen!
Achtung! Es wird keinen Support für ältere Versionen wie z.B. 1.8 geben. Diese Versionen sind veraltet und ein Patch zur Kompatibilität macht keinen Sinn. Fragt also nicht nach solchen Updates! Update bitte auf neuere Server Versionen!
[ENG] The plugin is compatible with Spigot and Paper from version 1.16.x. The use of the
latest Minecraft version is still recommended!
Attention! There will be no support for older versions such as 1.8. So don't ask for it! These versions are outdated and a compatibility patch makes no sense. So don't ask for such updates! Please update to newer server versions!
Installation
Download the latest .jar and upload it to your Spigot/Paper plugins/ folder
(Optional) Configure the plugin with the config file /plugins/RHEasyCrops/config.yml
Do one of the following:
Restart your server.
Run the reload command from the server console.
Type /reload as an op player.
Tip: For manual reloads I recommend the plugin PlugmanX.
Permissions
RHEasyCrops.use
players with this permission are able to harvest their crops with a hoe
RHEasyCrops.bypassclaims
bypasses any claims from GriefPrevention
RHEasyCrops.noTrample
players with this permission are able to jump on their crops without destroying the farmland
RHEasyCrops.noTrample.bypassLimiter
players with this permission are able to jump on their crops without destroying the farmland, but only if their hands (mainhand and offhand) are empty
# 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%'
######################## # MoneyHunters # (not implemented yet, DO NOT USE!!!) ########################
# Change it to True, if you want to use the pay system of MoneyHunters use-MoneyHunters: false
# Set the values for experience and income. You should calculate them, by checking your "farming"-relative job config file. mhjobs:
farming:
exp: 2
money: 2.5
############################################## # 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