mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-28 11:29:19 +00:00
date season commands
This commit is contained in:
@@ -30,6 +30,20 @@ set_season:
|
||||
- /customcrops season set
|
||||
- /ccrops season set
|
||||
|
||||
get_date:
|
||||
enable: true
|
||||
permission: customcrops.command.get_date
|
||||
usage:
|
||||
- /customcrops date get
|
||||
- /ccrops date get
|
||||
|
||||
set_date:
|
||||
enable: true
|
||||
permission: customcrops.command.set_date
|
||||
usage:
|
||||
- /customcrops date set
|
||||
- /ccrops date set
|
||||
|
||||
debug_data:
|
||||
enable: true
|
||||
permission: customcrops.command.debug
|
||||
|
||||
@@ -39,6 +39,21 @@ argument.parse.failure.aggregate.failure: "<red>Invalid component '<arg:0>': <ar
|
||||
argument.parse.failure.either: "<red>Could not resolve <arg:1> or <arg:2> from '<arg:0>'</red>"
|
||||
argument.parse.failure.namedtextcolor: "<red>'<arg:0>' is not a named text color</red>"
|
||||
command.reload.success: "<white>Reloaded. Took <green><arg:0></green> ms.</white>"
|
||||
command.season.get.success: "<white>The season in world [<arg:0>] is [<arg:1>]</white>"
|
||||
command.season.get.failure: "<red>Season is disabled in world [<arg:0>]</red>"
|
||||
command.season.set.success: "<white>Successfully set season to <arg:1> in world [<arg:0>]</white>"
|
||||
command.season.set.failure.disable: "<red>Season is disabled in world [<arg:0>]</red>"
|
||||
command.season.set.failure.reference: "<red>World [<arg:0>] is not the reference world</red>"
|
||||
command.season.set.failure.other: "<red>Can't set season for world [<arg:0>] because plugin [<arg:1>] takes over the season</red>"
|
||||
command.season.set.failure.invalid: "<red>Invalid season [<arg:1>]</red>"
|
||||
command.date.get.success: "<white>The date in world [<arg:0>] is [<arg:1>]</white>"
|
||||
command.date.get.failure.disable: "<red>Date is disabled in world [<arg:0>]</red>"
|
||||
command.date.get.failure.other: "<red>Can't get date for world [<arg:0>] because plugin [<arg:1>] takes over the calendar</red>"
|
||||
command.date.set.success: "<white>Successfully set date to <arg:1> in world [<arg:0>]</white>"
|
||||
command.date.set.failure.disable: "<red>Date is disabled in world [<arg:0>]</red>"
|
||||
command.date.set.failure.reference: "<red>World [<arg:0>] is not the reference world</red>"
|
||||
command.date.set.failure.other: "<red>Can't set date for world [<arg:0>] because plugin [<arg:1>] takes over the calendar</red>"
|
||||
command.date.set.failure.invalid: "<red>Invalid date [<arg:1>]</red>"
|
||||
season.spring: "Spring"
|
||||
season.summer: "Summer"
|
||||
season.autumn: "Autumn"
|
||||
|
||||
@@ -38,7 +38,21 @@ argument.parse.failure.aggregate.missing: "<red>缺少组件 '<arg:0>'</red>"
|
||||
argument.parse.failure.aggregate.failure: "<red>无效的组件 '<arg:0>': <arg:1></red>"
|
||||
argument.parse.failure.either: "<red>无法从 '<arg:0>' 解析 <arg:1> 或 <arg:2></red>"
|
||||
argument.parse.failure.namedtextcolor: "<red>'<arg:0>' 不是颜色代码</red>"
|
||||
command.reload.success: "<white>重新加载完成.耗时 <green><arg:0></green> 毫秒</white><newline><green><click:open_url:https://github.com/jhqwqmc>译者:jhqwqmc</click></green>"
|
||||
command.reload.success: "<white>重新加载完成. 耗时 <green><arg:0></green> 毫秒</white>"
|
||||
command.season.get.success: "<white>世界 [<arg:0>] 的季节是 [<arg:1>]</white>"
|
||||
command.season.get.failure: "<red>季节没有在世界 [<arg:0>] 启用</red>"
|
||||
command.season.set.success: "<white>成功设置世界 [<arg:0>] 的季节为 [<arg:1>]</white>"
|
||||
command.season.set.failure.disable: "<red>季节没有在世界 [<arg:0>] 启用</red>"
|
||||
command.season.set.failure.reference: "<red>世界 [<arg:0>] 不是同步季节设置的参考世界</red>"
|
||||
command.season.set.failure.other: "<red>无法设置世界 [<arg:0>] 的季节,原因是插件 [<arg:1>] 接管了季节</red>"
|
||||
command.season.set.failure.invalid: "<red>无效的季节 [<arg:1>]</red>"
|
||||
command.date.get.success: "<white>世界 [<arg:0>] 的日期是 [<arg:1>]</white>"
|
||||
command.date.get.failure.disable: "<red>日期没有在世界 [<arg:0>] 启用</red>"
|
||||
command.date.get.failure.other: "<red>无法获取世界 [<arg:0>] 的日期,原因是插件 [<arg:1>] 接管了日历</red>"
|
||||
command.date.set.success: "<white>成功设置世界 [<arg:0>] 的日期为 [<arg:1>]</white>"
|
||||
command.date.set.failure.reference: "<red>世界 [<arg:0>] 不是同步季节设置的参考世界</red>"
|
||||
command.date.set.failure.other: "<red>无法设置世界 [<arg:0>] 的日期,原因是插件 [<arg:1>] 接管了日历</red>"
|
||||
command.date.set.failure.invalid: "<red>无效的日期 [<arg:1>]</red>"
|
||||
season.spring: "春"
|
||||
season.summer: "夏"
|
||||
season.autumn: "秋"
|
||||
|
||||
Reference in New Issue
Block a user