9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-26 18:39:17 +00:00
This commit is contained in:
Xiao-MoMi
2023-04-20 17:20:16 +08:00
parent 8a4042d9da
commit 4f92c268e6
10 changed files with 258 additions and 5 deletions

View File

@@ -21,10 +21,19 @@ worlds:
- world
schedule-system:
enable: true
# Water amount and fertilizer use would be reduced at 6am
# Sprinklers would work at 7am
# if disabled, you can do that manually with command /customcrops force [consume/sprinklerwork]
# 水分和肥料将在每天6点减少洒水器将在7点工作
# 如果禁用,你可以使用指令/customcrops force [consume/sprinklerwork]手动操作
default-schedule: true
# The average interval for a crop to gain one point (measured in seconds)
# 平均每个农作物获得一生长点的时间间隔(秒)
point-gain-interval: 1200
# Save cache to file interval (seconds)
# set "-1" to disable
# 保存缓存的时间间隔 (秒)
cache-save-interval: 7200
# Thread pool settings
# 线程池设置
thread-pool-settings:

View File

@@ -0,0 +1,24 @@
# https://docs.advntr.dev/minimessage/format.html
messages:
prefix: '<gradient:#ff206c:#fdee55>[CustomCrops] </gradient>'
reload: '<white>¡Recargado! Tomó <green>{time}ms.'
invalid-args: '<white>Argumentos invalidos.'
no-console: '<white>Este comando solo puede ser ejecutado por un jugador'
not-online: '<white>El jugador {player} no esta conectado'
lack-args: '<white>Los argumentos son insuficientes'
not-none-args: '<white>Este comando no tiene argumentos'
before-plant: '<white>Este fertilizador debe ser usado antes de plantarlo'
unsuitable-pot: "<white>No puedes plantar esta semilla en este pot"
reach-crop-limit: '<white>El numero de crops ha llegado al limite'
no-perm: "<red>No tienes permiso para esto"
spring: 'Primavera'
summer: 'Verano'
autumn: 'Otoño'
winter: 'Invierno'
no-season: 'LAS TEMPORADAS ESTAN DESACTIVADAS EN ESTE MUNDO'
set-season: "<white>Correctamente establecido {world}'s temporada a {season}."
set-date: "<white>Correctamente establecido {world}'s fecha para {date}."
world-not-exist: '<white>El mundo {world} no existe.'
season-not-exist: '<white>Temporada {season} no existe.'
force-sprinkler-work: "<white>Se forzo {world}'s sprinklers para trabajar"
force-consume: "<white>Se forzo {world}'s pot para reducir la cantidad de consumo del agua y fertilizantes"

View File

@@ -51,6 +51,7 @@ permissions :
customcrops.setseason: true
customcrops.force: true
customcrops.migrate: true
customcrops.convert: true
customcrops.reload:
default: op
customcrops.help:
@@ -64,4 +65,6 @@ permissions :
customcrops.force:
default: op
customcrops.migrate:
default: op
customcrops.convert:
default: op