Create custom items
/GiveMyItem <player> <name>
Permission - myitems.give
TODO:
API
https://github.com/iaiao/MyItems/blob/master/README.md
- Custom lore
- Custom name
- Enchantments
- Damaged tool / armor
- Amount
- Damage, armor, health, luck, attack speed bonus when on <slot>
- Events (interact, blockbreak, blockplace, damageentity)
- Scripts when event fires (poor abilities, only command)
- API
/GiveMyItem <player> <name>
Permission - myitems.give
TODO:
- IF statement in scripts
- Craft recipes
- PlaceholderAPI support
- More events
- Block-break and Block-place methods when event fires
- +, - in scripts
Spoiler: Config.yml
Code (YAML):
items :
wb :
material : "DIAMOND_PICKAXE"
amount : 3
name : "&aWORLD BREAKER"
damage : 1560
lore :
- "&7My item!!"
enchantments :
silk_touch : 1
efficiency : 10
slots :
mainhand :
attackDamage : 100
events :
interact :
- "COMMAND CONSOLE tellraw <player> \" &aCLICK!\ ""
blockbreak :
- "COMMAND PLAYER tp 0 100 0"
- "COMMAND CONSOLE tellraw <player> \" &cDon't break blocks!!\ ""
damageentity :
- "COMMAND PLAYER tp 0 200 0"
- "COMMAND CONSOLE tellraw @a \" <player> damaged the <entity-type>!\ ""
wb :
material : "DIAMOND_PICKAXE"
amount : 3
name : "&aWORLD BREAKER"
damage : 1560
lore :
- "&7My item!!"
enchantments :
silk_touch : 1
efficiency : 10
slots :
mainhand :
attackDamage : 100
events :
interact :
- "COMMAND CONSOLE tellraw <player> \" &aCLICK!\ ""
blockbreak :
- "COMMAND PLAYER tp 0 100 0"
- "COMMAND CONSOLE tellraw <player> \" &cDon't break blocks!!\ ""
damageentity :
- "COMMAND PLAYER tp 0 200 0"
- "COMMAND CONSOLE tellraw @a \" <player> damaged the <entity-type>!\ ""
API
https://github.com/iaiao/MyItems/blob/master/README.md
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.14
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
My Items is a free Minecraft Java mod. Compatible with Minecraft 1.14. Downloaded 554 times (via Spigot). Download it and open it directly in the game.