eDynamicItems+  | Dynamic Updates of Items with Custom Stats icon

eDynamicItems+ | Dynamic Updates of Items with Custom Stats -----

Get the Most from Your Items with eDynamicItems+



eDynamicItems-min.png

eItemStatsBanner.png

PreDiscordSupport.png OurOtherPlugins.png Wikipedia.png

Explore the Power of eDynamicItems+
⚙️ Custom Item Lore & Item Names | Minecraft Plugin


Alpha Version Notice
eDynamicItems is currently in its alpha version. Updates will be rolled out selectively to ensure a seamless and stable experience. Stay tuned for exciting new features and improvements as we refine the plugin!

Features
  • Customize Item with ease.
  • Track Entity Damage and Block Counts effortlessly.
  • Dynamic Item that adapt to your configuration.

Custom Placeholders
Take advantage of a robust set of custom placeholders to enhance your items:
  • %enchants%
    • Displays all enchantments on the item, including both vanilla enchantments and those from AdvancedEnchantments, CrazyEnchantments.
  • %durability%
    • Displays the item's current durability in the format current_durability/max_durability.
    • If the item is unbreakable, it will show message from messages.yml.
  • %mined_blocks%
    • Shows the total number of blocks mined with the item.
  • %damage_dealt%
    • Displays the total damage dealt to entities using the item.
  • %damage%
    • Displays the calculated damage of the item. This includes modifiers for bows, crossbows, melee weapons, and enchantments like Sharpness.
  • %amount%
    • Shows the current stack size of the item.
  • %max_amount%
    • Displays the maximum stack size for the item.
  • %efficiency%
    • Displays the mining speed of the item, including modifiers from the Efficiency enchantment.
  • %armor%
    • Displays the total armor value of the item, including modifiers from enchantments like Protection.
  • AND ALL PLACEHOLDERS FROM PlaceholderAPI!

Commands
Permission Required: dynamicitems.command
  • /edi give <player> <item> - Give a DynamicItem to a specific player.
  • /edi update <player> - Update a DynamicItem in a player’s hand.
  • /edi reload - Reload all DynamicItem configurations.
  • /edi convert <name> - Convert the item in your hand into a DynamicItem.
  • /edi attribute <list/clear/add/remove> <attribute> <value> - Manage attributes of a DynamicItem.
  • /edi flag <list/clear/add/remove> <ItemFlag> - Add, list, clear, or remove an ItemFlag for a DynamicItem in your hand.
  • /edi name <name> - Set the display name of a DynamicItem in your hand.
  • /edi lore <add|remove|clear|list|set> - Manage the lore of a DynamicItem in your hand.
  • /edi type <type> - Set the material type of a DynamicItem in your hand.
  • /edi help - View a list of all available commands and their descriptions for DynamicItems.
  • /edi wiki - Display link to eDynamicItems wiki.
  • /edi list - List all currently registered DynamicItems.

Examples:
Code (YAML):

#
#  ███████╗    ██████╗ ██╗   ██╗███╗   ██╗ █████╗ ███╗   ███╗██╗ ██████╗    ██╗████████╗███████╗███╗   ███╗███████╗
#  ██╔════╝    ██╔══██╗╚██╗ ██╔╝████╗  ██║██╔══██╗████╗ ████║██║██╔════╝    ██║╚══██╔══╝██╔════╝████╗ ████║██╔════╝
#  █████╗      ██║  ██║ ╚████╔╝ ██╔██╗ ██║███████║██╔████╔██║██║██║         ██║   ██║   █████╗  ██╔████╔██║███████╗
#  ██╔══╝      ██║  ██║  ╚██╔╝  ██║╚██╗██║██╔══██║██║╚██╔╝██║██║██║         ██║   ██║   ██╔══╝  ██║╚██╔╝██║╚════██║
#  ███████╗    ██████╔╝   ██║   ██║ ╚████║██║  ██║██║ ╚═╝ ██║██║╚██████╗    ██║   ██║   ███████╗██║ ╚═╝ ██║███████║
#  ╚══════╝    ╚═════╝    ╚═╝   ╚═╝  ╚═══╝╚═╝  ╚═╝╚═╝     ╚═╝╚═╝ ╚═════╝    ╚═╝   ╚═╝   ╚══════╝╚═╝     ╚═╝╚══════╝
#
# "ANSI Shadow" from http://patorjk.com/software/taag/
# Version:    ${version}
# Build time: ${timestamp}
# Wiki: https://eproject.gitbook.io/eitemstats/
# --
# Custom eDynamicItems
# --
# This is the default Item, you can change it to your own
# After change, reload needed! [/eis reload]
# You can use RGB colors (Gradients, Solid) -> more on our wiki <--
# Our systems supports PAPI

# --> All missing values will be replaced with the default values from the config.yml <--
enabled
: true

# The material of the Item
material
: "DIAMOND_SWORD"

# The name of the Item
display-name
: "<BOLD><GRADIENT:a500bf:4a03bc>eDynamicItems</BOLD></SOLID> &8| &7Default Sword"

# The lore of the item
lore
:
 - ""
  - "<SOLID:D946FB>ᴅᴇsᴄʀɪᴘᴛɪᴏɴ</SOLID>"
  - "&x&D&9&4&6&F&B| &7Damage Dealt &x&9&9&3&0&F&D»&7 %damage_dealt% ❤"
  - "&x&D&9&4&6&F&B| &7Durability &x&9&9&3&0&F&D»&7 %durability% ❈"
  - "&x&D&9&4&6&F&B| &7Enchants &x&9&9&3&0&F&D»&7 %enchants%"
  -   ""
  - "&7© &7ePlugins&7"
  - "&8 &8&l⌊ &8Combat Gear"

messages
:
  enchants
:
    firstEnchants
: "&7%enchantment%, %enchantment%"
    nextEnchants
: "\n    &f%enchantment%, %enchantment%"
    # \n will create new lore line
 
Code (YAML):

#
#  ███████╗    ██████╗ ██╗   ██╗███╗   ██╗ █████╗ ███╗   ███╗██╗ ██████╗    ██╗████████╗███████╗███╗   ███╗███████╗
#  ██╔════╝    ██╔══██╗╚██╗ ██╔╝████╗  ██║██╔══██╗████╗ ████║██║██╔════╝    ██║╚══██╔══╝██╔════╝████╗ ████║██╔════╝
#  █████╗      ██║  ██║ ╚████╔╝ ██╔██╗ ██║███████║██╔████╔██║██║██║         ██║   ██║   █████╗  ██╔████╔██║███████╗
#  ██╔══╝      ██║  ██║  ╚██╔╝  ██║╚██╗██║██╔══██║██║╚██╔╝██║██║██║         ██║   ██║   ██╔══╝  ██║╚██╔╝██║╚════██║
#  ███████╗    ██████╔╝   ██║   ██║ ╚████║██║  ██║██║ ╚═╝ ██║██║╚██████╗    ██║   ██║   ███████╗██║ ╚═╝ ██║███████║
#  ╚══════╝    ╚═════╝    ╚═╝   ╚═╝  ╚═══╝╚═╝  ╚═╝╚═╝     ╚═╝╚═╝ ╚═════╝    ╚═╝   ╚═╝   ╚══════╝╚═╝     ╚═╝╚══════╝
#
# "ANSI Shadow" from http://patorjk.com/software/taag/
# Version:    ${version}
# Build time: ${timestamp}
# Wiki: https://eproject.gitbook.io/edynamicitems/
# --
# Custom eDynamicItems
# --
# This is the default Item, you can change it to your own
# After change, reload needed! [/eis reload]
# You can use RGB colors (Gradients, Solid) -> more on our wiki <--
# Our systems supports PAPI

# --> All missing values will be replaced with the default values from the config.yml <--
enabled
: true

# The material of the Item
material
: "DIAMOND_PICKAXE"

# The name of the Item
display-name
: "<BOLD><GRADIENT:a500bf:4a03bc>eDynamicItems</BOLD></SOLID> &8| &7Default Pickaxe"

# The lore of the item
lore
:
 - ""
  - "<SOLID:D946FB>ᴅᴇsᴄʀɪᴘᴛɪᴏɴ</SOLID>"
  - "&x&D&9&4&6&F&B| &7Mined Blocks &x&9&9&3&0&F&D»&7 %mined_blocks% █"
  - "&x&D&9&4&6&F&B| &7Durability &x&9&9&3&0&F&D»&7 %durability% ❈"
  - "&x&D&9&4&6&F&B| &7Enchants &x&9&9&3&0&F&D»&7 %enchants%"
  -   ""
  - "&7© &7ePlugins&7"
  - "&8 &8&l⌊ &8Tool"

# Recipe of the Item 3x3
recipe
:
 - "AAA"
  - " B "
  - " C "

recipe-items
:
  A
: DIAMOND
  B
: STICK
  C
: NETHER_BRICK
    #D: ... etc..
# You can add how many characters you want

 

[​IMG]
Discover the limitless possibilities of item customization with eDynamicItems+.
Resource Information
Author:
----------
Total Downloads: 7
First Release: Nov 17, 2023
Last Update: Jan 15, 2025
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings