CustomItems

Logo

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.

Logo

Commands

CommandPermission nodeDescription
/ci create <item name> <player>custom-items.createGives custom item to the player.
/ci infocustom-items.infoShows info about item in hand.
/ci reloadcustom-items.reloadReloads config and items.
/ci helpcustom-items.helpShows all commands.

block

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

block

Custom recipes

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

recipe

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.

example

block

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.

block

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

block

For developers

block

To do list

  • Items can have enchantments with high levels.
  • Items can have ID with data.

block

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.

block

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

block

Source code

You must login to post a comment. Don't have an account? Register to get one!

  • Avatar of Makemyday17 Makemyday17 Jun 18, 2013 at 21:42 UTC - 0 likes

    Please 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!!!

  • Avatar of MrBakedBeans MrBakedBeans Jun 14, 2013 at 08:29 UTC - 0 likes

    Can 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/

  • Avatar of Jakub1221 Jakub1221 Jun 12, 2013 at 20:39 UTC - 0 likes

    I will make update soon for CustomItems and HerobrineAI, this or maybe next week. Sorry for delay, i was too busy last months.

  • Avatar of joerkig joerkig Jun 08, 2013 at 21:22 UTC - 0 likes

    I would like to know if the crafting suports potions in the recipes and if so how?

  • Avatar of AmiT177 AmiT177 Jun 08, 2013 at 14:19 UTC - 0 likes

    The members can craft the item its not good you can change it?

  • Avatar of UnUltima23 UnUltima23 Jun 05, 2013 at 22:10 UTC - 0 likes

    Can 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!

  • Avatar of Evanano Evanano Jun 05, 2013 at 17:29 UTC - 0 likes

    Oh, 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...

  • Avatar of Evanano Evanano Jun 05, 2013 at 17:27 UTC - 0 likes

    Disorient doesn't seem to work.

  • Avatar of Evanano Evanano May 31, 2013 at 20:18 UTC - 0 likes

    I 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.

  • Avatar of jeannen jeannen May 24, 2013 at 13:47 UTC - 0 likes

    Author is dead ?

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

Authors