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