From 0af6d4a9a8ba7ca86c970736f4e1871e90939ea4 Mon Sep 17 00:00:00 2001
From: jhqwqmc <2110242767@qq.com>
Date: Sun, 16 Mar 2025 19:01:02 +0800
Subject: [PATCH] =?UTF-8?q?feat(core):=20=E6=B7=BB=E5=8A=A0=E6=9F=A5?=
=?UTF-8?q?=E7=9C=8B=E7=89=A9=E5=93=81=E9=85=8D=E6=96=B9=E5=92=8C=E7=94=A8?=
=?UTF-8?q?=E6=B3=95=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
bukkit-loader/src/main/resources/commands.yml | 8 ++++----
bukkit-loader/src/main/resources/translations/es.yml | 4 +---
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/bukkit-loader/src/main/resources/commands.yml b/bukkit-loader/src/main/resources/commands.yml
index fb536fccc..9b8d9648d 100644
--- a/bukkit-loader/src/main/resources/commands.yml
+++ b/bukkit-loader/src/main/resources/commands.yml
@@ -42,15 +42,15 @@ item_recipe_browser:
enable: true
permission: ce.command.item_recipe_browser
usage:
- - /craftengine item recipe
- - /ce item recipe
+ - /craftengine recipe by-result
+ - /ce recipe by-result
item_usage_browser:
enable: true
permission: ce.command.item_usage_browser
usage:
- - /craftengine item usage
- - /ce item usage
+ - /craftengine recipe by-ingredient
+ - /ce recipe by-ingredient
# Debug commands
debug_set_block:
diff --git a/bukkit-loader/src/main/resources/translations/es.yml b/bukkit-loader/src/main/resources/translations/es.yml
index 9897a5ae1..272c2b804 100644
--- a/bukkit-loader/src/main/resources/translations/es.yml
+++ b/bukkit-loader/src/main/resources/translations/es.yml
@@ -48,6 +48,4 @@ command.item.get.success: "Obtener "
command.item.get.failure.not_exist: "'>"
command.item.give.success.single: "':'':''>"
command.item.give.success.multiple: "':'':''>"
-command.item.give.failure.not_exist: "'>"
-command.item.recipe.browser.recipe.no_found: "No recipe found for this item"
-command.item.usage.browser.recipe.no_found: "No usage found for this item"
\ No newline at end of file
+command.item.give.failure.not_exist: "'>"
\ No newline at end of file