CustomItems
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
- 2.0.0

-
View User Profile
-
Send Message
Posted Jun 22, 2013I can't /ci create (itemname) (player), it says item doesn't exist, but when I do the recipe for it it works...!?%?*&!?? Anybody knows why the command doesn't work but crafting it works perfectly fine? Thank you in advance.
-
View User Profile
-
Send Message
Posted Jun 21, 2013In the future, can this plugin support color codes (like &1) instead of "Color: §1" ?
This is still a great plugin, after all.
-
View User Profile
-
Send Message
Posted Jun 18, 2013Please 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!!!
-
View User Profile
-
Send Message
Posted Jun 14, 2013Can 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/
-
View User Profile
-
Send Message
Posted Jun 12, 2013I will make update soon for CustomItems and HerobrineAI, this or maybe next week. Sorry for delay, i was too busy last months.
-
View User Profile
-
Send Message
Posted Jun 8, 2013I would like to know if the crafting suports potions in the recipes and if so how?
-
View User Profile
-
Send Message
Posted Jun 8, 2013The members can craft the item its not good you can change it?
-
View User Profile
-
Send Message
Posted Jun 5, 2013Can 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. :)
-
View User Profile
-
Send Message
Posted Jun 5, 2013Oh, 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...
-
View User Profile
-
Send Message
Posted Jun 5, 2013Disorient doesn't seem to work.
-
View User Profile
-
Send Message
Posted May 31, 2013I 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.
-
View User Profile
-
Send Message
Posted May 24, 2013Author is dead ?
-
View User Profile
-
Send Message
Posted May 22, 2013Can you please make it so that the commands are permission-based instead of op-based?
-
View User Profile
-
Send Message
Posted May 21, 2013Guys I'll Add A Video up Soon With A Config Tutorial In it TO!
-
View User Profile
-
Send Message
Posted May 17, 2013[WARNING] Enchantment DAMAGE_ALL cannot be applied to IRON_HOE
Please, can you change this for the next update? :(
-
View User Profile
-
Send Message
Posted May 17, 2013All the ways for creating things please...
-
View User Profile
-
Send Message
Posted May 16, 2013a video tutorial on how to use this would be nice
-
View User Profile
-
Send Message
Posted May 12, 2013Could you add a way to set custom items as edible? That would be great.
-
View User Profile
-
Send Message
Posted May 8, 2013I really like this plugin, but I can't use the abilities for my server. Is there a way to put cooldowns on the abilities? Or a reagent cost? Also how close are you to "Items can have enchantments with high levels."
-
View User Profile
-
Send Message
Posted May 7, 2013Perhaps potion effect on hit? Uses item per hit (payment).
And as mentioned before custom durability settings so for example a magic wand stick can be used two times ...
Oh and I know this may not be possible, but is it possible to run a command on click.
Another thought, could extraction of near by ores, or harvesting/tilling/fertilizing plants near by be possible effects?