What is Custom Items?
With custom items you can create items with custom names , recipe, abilities , lores, enchantments and name colors. For example, sword with high damage , instant kills or both. There are many abilities that you can attach on your item. Create a bow with teleport or with explosion on hit. You can combine everything and create very good item. Every item has its permission, permission is optional. You can use this on many things, vip, as reward etc.

Commands
| Command | Permission node | Description |
|---|
| /ci create <item name> <player> | custom-items.create | Gives custom item to the player. |
| /ci info | custom-items.info | Shows info about item in hand. |
| /ci reload | custom-items.reload | Reloads config and items. |
| /ci help | custom-items.help | Shows all commands. |

Create new item
Every item has 11 values: Name,ID,UseRecipe,UseCustom,UsePermission,DisplayName,Lore,Color,Abilities,Enchantments and EnchantmentsLevel.
- We must register new item to items.yml
RegisteredItems: - NewItem
- Now we add whole item with informations about it
Items: NewItem: ID: 276 // 276 is diamond sword DisplayName: "New Item" UsePermission: false //if permissions are needed to use item Abilities: // item abilities - Poison - Lighting - Death Lore: - This is lore - This is another lore Color: "§6" UseRecipe: false UseCustom: true Enchantments: - KNOCKBACK EnchantmentsLevel: KNOCKBACK: 2
- ID - Minecraft item id.
- DisplayName - Displays name of item.
- UsePermission - If permission is required to use item.
- Abilities - List of item´s abilities.
- Lore - Item´s lore. (Under item´s name)
- Color - DisplayName color. (List of colors here)
- UseRecipe - Item can be created by recipe.
- UseCustom - Every item has in lore one line of item´s name, this will remove that line if its set to false, but plugin then wont know that is custom item, so abilities wont work.
- Enchantments - List of item´s enchantments. (List of all enchantments here)
- EnchantmentsLevel - List of item´s enchantments level.
- Note: Color codes are here link.
- Restart server or use /ci reload
- Item is now completed! You can add it in game by /ci create NewItem yourname

Custom recipes
- To use custom recipe you must set UseRecipe on item to true
- Then you must write recipe into recipes.yml

Write every slot in this format : 'slot number': material id.
Example
Recipes: BowExample: '1': 0 '2': 0 '3': 0 '4': 1 '5': 1 '6': 1 '7': 0 '8': 0 '9': 0
- And this is how it looks like.


Abilities
- Lighting - Strikes lighting from the sky.
- SuperFortune - This is like enchant fortune but 3x more powerfull.
- Death - Instantly kills the target.
- SuperHit - Hit is 3x bigger.
- Break - Breaks any block instantly. (except Bedrock)
- Teleport - Teleports to clicked location. (With bow, this location is where arrow fell on ground)
- Poison - Poisons the target.
- Disorient - Disorients the target.
- Explosion - Creates explosion when you click or hit something.
- LifeSteal - Converts damage to life.
- Blind - Blinds the target.
- Fire - Sets clicked block to fire / Sets hit target to fire.

Permission
Every item can have permission, if you want it to have one, then set UsePermission on item to true. Permission will be custom-items.ItemName

For developers

To do list
- Items can have enchantments with high levels.
- Items can have ID with data.

FAQ
- Q: There is item name in lore, is it a bug?
- A: No, this one line of lore must be there because its only one way to know that is custom item.

Current version v1.6.0
Support:
- 1.5.1
- 1.5.0
- 1.4.7 R1.0
- 1.4.6 R0.3
Waiting for approval versions
- None.
In development versions
- 1.7.0

Source code
Facts
- Date created
- Feb 03, 2013
- Category
- Last update
- Feb 15, 2013
- Development stage
- Release
- Language
- enUS
- License
- All Rights Reserved
- Curse link
- CustomItems
- Downloads
- 5,629
- Recent files
- R: CustomItems v1.6.0 for 1.5.1 Feb 15, 2013
- R: CustomItems v1.5.0 for CB 1.4.7-R1.0 Feb 12, 2013
- R: CustomItems v1.4.0 for CB 1.4.7-R1.0 Feb 11, 2013
- R: CustomItems v1.3.1 for CB 1.4.7-R1.0 Feb 09, 2013
- R: CustomItems v1.3.0 for CB 1.4.7-R1.0 Feb 08, 2013
- Reply
- #188
Makemyday17 Jun 18, 2013 at 21:42 UTC - 0 likesPlease update this amazing plugin to 1.5.2 every time I type a command /ci reload or /ci create .................. or /ci help all it says is "/ci help" Amazing plugin if you can update it, so appreciated!!!
- Reply
- #187
MrBakedBeans Jun 14, 2013 at 08:29 UTC - 0 likesCan you hook this plugin with RecipeManager? It would be nice to have more advanced recipes for the items!
Thanks! RecipeManager: http://dev.bukkit.org/bukkit-mods/recipemanager/
- Reply
- #186
Jakub1221 Jun 12, 2013 at 20:39 UTC - 0 likesI will make update soon for CustomItems and HerobrineAI, this or maybe next week. Sorry for delay, i was too busy last months.
- Reply
- #185
joerkig Jun 08, 2013 at 21:22 UTC - 0 likesI would like to know if the crafting suports potions in the recipes and if so how?
- Reply
- #184
AmiT177 Jun 08, 2013 at 14:19 UTC - 0 likesThe members can craft the item its not good you can change it?
- Reply
- #183
UnUltima23 Jun 05, 2013 at 22:10 UTC - 0 likesCan you add an ability for custom crafting so that you have to use a custom item in the crafting recipe? It would be good for more RPG crafting recipes. :)
Join my server! play.UltiCraft.chllc.info:25565 Survival world and some minigames! Plus fun, unique plugins!
- Reply
- #182
Evanano Jun 05, 2013 at 17:29 UTC - 0 likesOh, and can you make it so any enchantment can be applied to any object? I want to make a sledgehammer on my server and I can't apply knockback and dig speed to hoes. Can you fix that? Lots of people on my server want sledgehammers...
- Reply
- #181
Evanano Jun 05, 2013 at 17:27 UTC - 0 likesDisorient doesn't seem to work.
- Reply
- #180
Evanano May 31, 2013 at 20:18 UTC - 0 likesI think the author just isn't responding to these posts. I don't know why, but oh well.
Btw, Jakub1221, it would be cool if you could add Wither effect. Also, half of the abilities don't work most of the time. Like poison, fire, and disorient, lifesteal too I think.
Also, lightning and explosion only work when you hit a block, not during pvp. Please fix that so it works then too.
Potion effects on hit would be cool too, and so would edible items.
Probably one of the things this mod needs most though, is being able to craft something and get 2 of it, or three. Like when you craft wood into wooden planks, it gives you four wooden planks from one wood.
- Reply
- #179
jeannen May 24, 2013 at 13:47 UTC - 0 likesAuthor is dead ?