服务器使用量
未统计
服务玩家数
未统计
下载量
4,191
插件详细介绍
EasyCrops 是一个让玩家使用锄头快速收割并自动补种作物的插件,适用于想要简化农耕玩法的 Spigot / Paper 服务器。
重要说明
- ❌ No Folia support!
- 如果你喜欢这个插件或作者的其他插件,请留下评价。
使用该插件的服务器
- [DEU] RaidersHeaven.eu
- [ENG] smp.gavn.lol
插件功能
- 玩家可以使用锄头对成熟作物执行简单的右键收割。
- 收割后会自动重新种植。
- 适用于如小麦、土豆等已种植作物。
- 不再需要手动补种。
它是做什么的?
- [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!
兼容性
- 插件兼容 Spigot 和 Paper,自 1.16.x 起可用。
- 仍然推荐使用最新的 Minecraft 版本。
- 不会支持 1.8 等旧版本。
- 这些旧版本已经过时,没有必要为其制作兼容补丁。
- 请不要请求此类旧版本支持,建议升级到较新的服务器版本。
安装方法
- 下载最新的
.jar文件,并上传到你的 Spigot/Paperplugins/文件夹中。 - (可选)通过
/plugins/RHEasyCrops/config.yml配置插件。 - 然后执行以下任一操作:
- 重启服务器。
- 从服务器控制台运行 reload 命令。
- 以 op 玩家身份输入
/reload。 - 提示:如果需要手动重载,作者推荐使用插件
PlugmanX。
权限
RHEasyCrops.use- 拥有该权限的玩家可以使用锄头收割作物。
RHEasyCrops.bypassclaims- 无视 GriefPrevention 的领地限制。
RHEasyCrops.noTrample- 拥有该权限的玩家跳到作物上时不会破坏耕地。
RHEasyCrops.noTrample.bypassLimiter- 拥有该权限的玩家跳到作物上时不会破坏耕地,但仅当主手和副手都为空时生效。
支持的插件集成
WorldGuard support
- Download WorldGuard (requires WorldEdit , AWE or FAWE )
- Download RHEasyCrops
- 创建一个区域,或为现有区域配置
easy-cropsflag
控制台提示
- Hooking into WorldGuard
- When the plugin is fully loaded and WorldGuard is active
Flags
- WorldGuard region info
- Flag Allow / Deny
mcMMO support
- Download mcMMO
- 将
use-mcMMO设置为true - 如有需要,配置
mcMMO-herbalism-exp - 重启服务器
控制台提示
- When the plugin is fully loaded and mcMMO is active
GriefPrevention support
- Download GriefPrevention
- 如有需要,配置
gp-no-access-msg - 重启服务器
控制台提示
- When the plugin is fully loaded and GriefPrevention is active
JobsReborn support
- Check out JobsReborn made by Zrips
预览
- Video: bald
配置说明
默认 config.yml
#######################################
# #
# 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 #
###########################
# automatically activated, only when GriefPrevention is loaded
# 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
########################
# 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
#################
# DEBUG #
#################
# Activates the debug mode
debug-mode
: false配置项概览
hoe-uses-durability- 使用锄头收割作物时是否消耗耐久。
enable-no-block-trample- 是否禁用踩踏耕地。
no-block-trample-require-empty-handslots- 是否要求主手和副手都为空。
seedlings-mode- 使用自动补种时是否需要种子。
left-click-mode- 是否改为左键而不是右键收割作物。
mcMMO
use-mcMMO- 是否启用 mcMMO 的
Herbalism技能集成。 mcMMO-herbalism-exp- 收割时给予玩家的 EXP 数值。
GriefPrevention
gp-no-access-msg- 玩家不是领地主人或未被信任时显示的提示消息。
JobsReborn
use-JobsReborn- 是否启用 JobsReborn 的收益系统。
jobs.farmer.exp- 农夫职业获得的经验值。
jobs.farmer.income- 农夫职业获得的收入。
jobs-actionbar- 给予经验和收入时显示的 actionbar 消息。
jobs-silent-mode- Job exp actionbar 静默模式。
- 可用占位符:
%job_exp%%job_income%
MoneyHunters
use-MoneyHunters- 尚未实现,请勿使用。
- 原文说明:
not implemented yet, DO NOT USE!!!
自定义工具
- 如果你不想使用默认锄头,可以使用
custom-data相关配置。 - 可配置内容包括:
- 是否启用自定义物品过滤
- 自定义
material - 自定义
displayname - 特定附魔要求
- 指定附魔等级限制
调试
debug-mode- 启用调试模式。
常见说明
- 本插件不支持 Folia。
- WorldGuard 集成需要 WorldGuard,并依赖 WorldEdit、AWE 或 FAWE。
- GriefPrevention 与 mcMMO 集成需要对应插件已安装并在服务器中成功加载。
- JobsReborn 为可选集成。
- MoneyHunters 目前尚未实现,不应启用。
测试支持版本
版本分布
基本信息
插件名称
[EoS] RHEasyCrops - Smooth hoe replant & harvesting of your crops!
作者
X0R3
平台
Bukkit / Spigot
支持版本
1.18 - 1.20
点赞数
未统计
最近版本
暂无数据
-