SPluginsSPlugins

How to duplicate an EI Item

If you'd like to have another copy of your EI Item, for example, to create different classes of the same Item, such as [Legendary], [Epic], etc, and don't want to create each item from 0, just having a copy

  • Create the first EI Item with /ei create and add all the stuff
  • Once it is ready, and you want it to be the template for the another ones, go to plugins/ExecutableItems/items/<here>.yml
  • Search your item, and copy + paste, and change the id name for the id you want
  • Then save everything and inside minecraft type /ei reload

Now you have the original item + the copy you created.

Try it now

Copy this into ExecutableItems and reload

From the SCore custom commands reference. Paste it into a config, run the plugin's reload command, and you have a working starting point to edit.

activators:
  activator0: # Activator ID, you can create as many activator on the activators list
    option: # Here goes an activator that is at least instance of player
    playerCommands:
    - ABSORPTION amount:5 time:200 # Gives the player absorption
  activator1: # Activator ID, you can create as many activator on the activators list
    option: # Here goes an activator that is at least instance of target
    targetCommands:
    - ABSORPTION amount:5 time:200 # Gives the target absorption
ExecutableItems

Plugin used on this page

ExecutableItems

Custom items with abilities, activators and commands — no code.

  • 5.0/5 from 10 reviews
  • 3.0K servers running it right now (bStats)
  • 51 downloads on SPlugins

€19.99

one-time, lifetime updates

Created Oct 26, 2025Last updated Oct 26, 2025 by Ssomar
Edit this page on GitHub