ItemMerger ⭐️ CREATE YOUR CUSTOM RECIPE ✅ icon

ItemMerger ⭐️ CREATE YOUR CUSTOM RECIPE ✅ -----

Merge items in your inventory.



ItemMerger allows you to create custom recipe with simple commands and lets player merge their items!

-- ALERT: Merge doesn't work in CREATIVE mode. --



A lot of features is coming. Rate this resource below.
If you found a bug please DM me! <3

[​IMG]

Code (Text):
Command: /imerger create <recipe_name>
Description: Create a new recipe.
Permission: itemmerger.create

Command: /imerger first <recipe_name>
Description: Set the item in hand as first ingredient of recipe.
Permission: itemmerger.first

Command: /imerger second <recipe_name>
Description: Set the item in hand as second ingredient of recipe.
Permission: itemmerger.second

Command: /imerger result <recipe_name>
Description: Set the item in hand as result item of recipe.
Permission: itemmerger.result

Command: /imerger list
Description: List of all recipes.
Permission: itemmerger.list

Command: /imerger info <recipe_name>
Description: Return info about recipe
Permission: itemmerger.info

Command: /imerger reload
Description: Reload all configurations.
Permission: itemmerger.reload

[​IMG]
Code (YAML):
recipes:
  myCustomRecipe
:
    permission
: 'myCustomRecipe.use' #make empty for no permission
    commands
:
     - "tell %player% Enjoy your craft :)"
    blacklisted_worlds
:
     - myCustomWorld
     - myCustomWorld_2
    items
:
      1st
:
        ==
: org.bukkit.inventory.ItemStack
        v
: 2586
        type
: GRASS
      2nd
:
        ==
: org.bukkit.inventory.ItemStack
        v
: 2586
        type
: DIRT
      result
:
        ==
: org.bukkit.inventory.ItemStack
        v
: 2586
        type
: GRASS_BLOCK
 
Code (Text):

# Available placeholders:
#   %recipe_name% -> returns recipe name
#   %recipe_permission% -> returns recipe permission
#   %blacklisted_worlds% -> returns list of blacklisted worlds
#   %first_item% -> returns information about 1st item
#   %second_item% -> returns information about 2nd item
#   %result_item% -> returns information about result item

already_exists: '&cA recipe with this name already exists.'
recipe_not_found: '&cCannot found this recipe.'
recipe_created: '&aYou created the recipe %recipe_name%.'

no_item_in_hand: '&cYou have no item in hand.'
first_item: '&aYou set the 1st item for the recipe %recipe_name%.'
second_item: '&aYou set the 2nd item for the recipe %recipe_name%.'
result_item: '&aYou set the result item for the recipe %recipe_name%.'

configuration_reload: '&eAll configurations have been reloaded.'

syntax_error: '&cSyntax error.'
no_permissions: '&cYou dont have permission to execute this command.'

information:
  - "&c&lInformation"
  - " &8» &7Name: &f%recipe_name%"
  - " &8» &7Permission: &f%recipe_permission%"
  - " &8» &7Blacklisted Worlds: &f%blacklisted_worlds%"
  - " &8» &71st item: &f%first_item%"
  - " &8» &72nd item: &f%second_item%"
  - " &8» &7Result item: &f%result_item%"
 
Resource Information
Author:
----------
Total Downloads: 268
First Release: Jul 20, 2022
Last Update: Aug 11, 2022
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings