9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-29 03:49:08 +00:00
This commit is contained in:
Xiao-MoMi
2022-10-14 21:40:21 +08:00
parent 3edf08f5b3
commit 9cc1abfc44
28 changed files with 492 additions and 303 deletions

View File

@@ -1,5 +1,5 @@
#Don't change
config-version: '12'
config-version: '13'
# lang: english / spanish / chinese
lang: english
@@ -26,7 +26,10 @@ integration:
RealisticSeasons: false
worlds:
# This is designed for servers that using a separate folder for worlds
worlds-folder: ''
# Mode: whitelist/blacklist
# Requires a restart when changing this
mode: whitelist
list:
- world
@@ -125,6 +128,28 @@ mechanics:
enable: true
level: 10
vanilla-crops:
# Can vanilla crops be harvest with right clicks
right-click-harvest: false
# Totally prevent player from planting these vanilla crops in farmland
prevent-plant:
enable: false
list:
- WHEAT
- CARROTS
- POTATOES
- BEETROOTS
# Convert vanilla items into CustomCrops crops
# You need to make extra CustomCrops/IA/Oraxen configs/models for these crops
# This makes it possible to make vanilla crops have a better mechanic
convert-to-customcrops:
enable: false
list:
WHEAT_SEEDS: wheat
CARROT: carrot
POTATO: potato
BEETROOT_SEEDS: beetroot
sounds:
water-pot:

View File

@@ -27,9 +27,9 @@ tomato:
chance: 0.01
harvest-actions:
# https://docs.adventure.kyori.net/minimessage/format.html
messages:
- 'Hello, {player}! <u><click:open_url:xxx.xxx>Click here to read the CustomCrops wiki'
- '<u>This plugin uses MiniMessage Format, check it here</u><click:open_url:https://docs.adventure.kyori.net/minimessage/format.html> <gold>[Click Me]'
- 'Hello, {player}! <u><click:open_url:https://www.yuque.com/docs/share/3e23f953-ccf0-4de5-bfe6-23868380c599>Click here to read the CustomCrops wiki'
commands:
- 'say {player} harvested a tomato! lol'
xp: 10