MoreItems
MoreItems is a custom items plugin which will enhance your Role-Playing server to the max! The possibilities are endless. It is designed for server who want to add extra special items into the game. Be it items with special powers, RPG items, or just random every day items! If you are looking for a custom items plugin and you can't find any that are updated look no further. MoreItems has all you would want and more!
If you plan to use powers I suggest using Magicspells. It is a very good plugin for spells.
MoreItems! Enhance your server's RPG experience!
Features
- Endless possibilities!
- Create items with custom lore, names, material, itemflags, damage, armor and much more!
- Built in Recipe Manager meaning you can make recipes for the cool items you make. The ingredients can be MoreItems items too!
- Custom powers with cooldowns!
- Works for armor, swords and bows. You can give extra damage and powers to everything!
- You can enchant your items too!
- Custom mob and block drops! MythicMobs supported!
- Automatic Updating! You do NOT need to give the item to players after updating it!
- Custom join items!
- RPGInventory support! Check the plugin out!
- Import your items from RPGItems!
- Supports 1.8.x!
Commands
- /mi - Main command of MoreItems
- /mi create <Item Identifier> - Create an item. The item identifier is the name which you will identify the item as.
- /mi give <OPTIONAL: Item Identifier> <OPTIONAL: player> - Give yourself or a player an item. Write without any args to bring forth a GUI.
- /mi name <Item Identifier> <Name> - Set an item's name.
- /mi material <Item Identifier> <Material> - Set an item's material.
- /mi lore <Item Identifier> <Line> <OPTIONAL: Lore> - Set the description for an item. Write no lore for an empty line.
- /mi delline <Item Identifier><Line> - Delete a line in the lore.
- /mi durability <Item Identifier> <Durability/infinite> - Set the durability of an item. Write infite to get unbreakable (only if using Spigot)
- /mi enchant <OPTIONAL: Item Identifier> <Enchantment> <Level> - Add an enchantment to an item. Write without any args to bring forth a GUI.
- /mi additemflag <OPTIONAL: Item Identifier> <ItemFlag> - Add an itemflag. Write without any args to bring forth a GUI.
- /mi removeitemflag <Item Identifier> <ItemFlag> - Remove and itemflag
- /mi damage <Item Identifier> <minimum damage> <maximum damage> - Sets the damage range of an item. Set both minimum and maximum for an absolute damage.
- /mi armor <Item Identifier> <Armor> - Set an armor piece's armor rating. This is in percentage so if you write 20 it'll shield 20% of all damage. If more items are worn then the percentage will stack. For example a chest with 20% and a helmet with 10% will give 30% damage reduction.
- /mi list - List all MoreItems items
- /mi addpower <Item Identifier> <EventType> <Power> <Args> - Add a power
- /mi removepower <Item Identifier> <Power> - Remove a power
- /mi recipe <Item Identifier> <Shaped/Furnace> - Shaped: Will open the an inventory where you can place items in a 9x9 grid to the left hand side. When you move out of the window the crafting recipe will be set. Furnace: Will open a furnace inventory where you can place an item to be smelted for the item to pop out.
- /mi removerecipe <Item Identifier> - Quickly remove a recipe if you made a mistake. You might need to reload the server.
- /mi removeitem <Item Identifier> - Delete an item forever!
- /mi adddrops <Item Identifier> <Entity> <Chance> - Make the entity drop your item a percentage amount of time!
- /mi removedrops <Item Identifier> <Entity> - Remove the drop from the specified entity
- /mi addblockdrops <Item Identifier> <Block> <Chance> - Make an item drop from a block!
- /mi removeblockdrops <Item Identifier> <Block> - Remove an item from the block drop list
- /mi requirepermission <Item Identifier> <true/false> - Default is set to false. If you set this to true then your item can only be used if the player has the permission moreitems.use.<Item Identifier>
- /mi setlevel <Item Identifier> <Level> - Set the minimum required experience level to use this item!
- /mi addattribute <Item Identifier> <Attribute> <Args> - Add an attribute
- /mi removeattribute <Item Identifier> <Attribute> - Remove an attribute
- /mi setcolor <Item Identifier> <HEX value> - Set an item's colour. Find the colours here under Color Code
- /mi import - Import all items from RPGItems
- /mi show - Shows the Item Identifier of the item you're holding
- /mi displaydescription <Item Identifier> <true/false> - Set an item to display it's powers and attributes or not!
Permissions
- MoreItems.use - The ability to create MoreItems
- MoreItems.use.<Item Identifier> - If itemsRequirePermission is set to true or the item is said to require permission then this is the permission node for it.
Config
You can either create items via commands or you can do it in bulk via the items.yml. An example of an item from the items.yml would be:
shovel: Material: IRON_SPADE Name: '&cShovel Of Doom' minDamage: 12 maxDamage: 22 Powers: - PotionEffect_HOLD-SPEED_200_1 - PotionEffect_HOLD-JUMP_100_3 Lore: - Its a shovel mate ItemFlags: - HIDE_ATTRIBUTES
This is the config.yml:
timerInterval: 1 #This is how often the plugin should check for the hold event type. displayPowersInDescription: true #If you want powers to not be displayed in the lore then write false displayCooldown: true #If you want cooldowns to be displayed to the user. This might be a good idea to turn off if there are more powers on one item itemsRequirePermission: false #If all items require permission. If this is set to true then the node is moreitems.use.<Item Identifier> joinItems: #A list of items that the player will receive when joining for the first time ever. - someItem
Powers, EventTypes & Attributes
Click Here to see a list of powers, event types and miscellaneous'
Tutorials
Creating items via the in-game commands might become tedious if you want a lot of similiar items, so use the config for that. If you're creating individual items, I'd suggest using the in-game commands.
- Click Here to see a short tutorial about creating a basic item via in-game commands!
- Click Here to see a tutorial about creating items via the config.
API
Click here to see how to use the API side of MoreItems. With this you can create custom powers and custom items via Java.
Milestones
- 100 Downloads - Thank you for 100 downloads within the first week too! Appreciate the support.
- 500 Downloads - 500 downloads in the first week. I can't believe it haha! Thank you very much.
- 1000 Downloads - Wow, thank you very much!
Donate
If you wish to donate you can do so Here. Thanks in advance!
If you have any questions feel free to ask.
@khave
Thanks for thinking about it, everywhere else I've asked, it's been turned down :P
@DoloStar
Can you post the error and the config item? A potion chance for hold will not be added sorry.
@khave I used item's name,it error......And will you add Chance for Power when use Hold(or other) Event Type?
@DoloStar
Good ideas! Might add them! You can't use ID's. You need to use the item's name like iron_sword or diamond etc.
@Elreith
Hmm I'll think about it. Thanks for the suggestion.
@DaneDuVet
Nice idea. Will be added.
v0.8 can't change material!I use ID it will display not exist,use name display an error.And can you add a Power for heal?I need exact numerical to heal,PotionEffect hard to use XD
Hey i wonder if you chould add a feature where the item chould be dropped from a block like stone or something? Whould be nice
@khave
Sweet! So, I've been in the process of creating a RPG Server, and I needed a new type of damage stat, called a Combo, here's how it would look.
Combo: 1-2-3
The way it would work is that the first hit with the weapon would do 1 damage, the second hit, 2 damage, and the third hit, 3 damage. After the third hit it would reset back to the first. This would also override the normal "damage" stat.
If you create this stat, I believe you will be the first one to do so for MInecraft :D Everywhere else I've asked it's been turned down Dx
Hey!i have a idea:add set effect,when 4 equipment for you custom(and weapon) then can get additional effects or power.I don't know can or can't do it.How do you think?
@Elreith
Yes. Please just list all your ideas!
Hey! I was wondering if you take suggestions for stats, as there is a stat that I've been unable to find in any plugin as of yet.
@broluigi
RPGInventory is supported. If the rings, amulets etc. are in the slots and have powers or miscellaneous' they will be added.
will this be able to work with rpginventory? rings, amulets, gloves, artifacts! They arent linked directly to the equipment so they don't carry over to actual fights, can you help fix that?
@wildcraftpvp
Thanks for pointing out. Will be fixed in next update.
it happens when i open and close a chest
16.09 16:36:55 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79] 16.09 16:36:55 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:55 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:55 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:55 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:55 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:55 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:55 [Server] INFO at me.khave.moreitems.MoreItems$1.run(MoreItems.java:130) [?:?] 16.09 16:36:55 [Server] INFO at me.khave.moreitems.Managers.ItemManage.MoreItemsItem.castToMoreItem(MoreItemsItem.java:41) [?:?] 16.09 16:36:55 [Server] INFO at me.khave.moreitems.Managers.ItemManage.MoreItemsItem.<init>(MoreItemsItem.java:24) [?:?] 16.09 16:36:55 [Server] INFO at me.khave.moreitems.Managers.ItemManage.ItemManager.setupItem(ItemManager.java:58) [?:?] 16.09 16:36:55 [Server] INFO at me.khave.moreitems.Managers.ItemManage.MoreItemsMaterial.toMoreItemsMaterial(MoreItemsMaterial.java:38) [?:?] 16.09 16:36:55 [Server] INFO java.lang.NullPointerException 16.09 16:36:55 [Server] WARN Task #20 for MoreItems v0.7 generated an exception 16.09 16:36:55 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79] 16.09 16:36:55 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:55 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:55 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:55 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:55 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:55 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:55 [Server] INFO at me.khave.moreitems.MoreItems$1.run(MoreItems.java:130) [?:?] 16.09 16:36:55 [Server] INFO at me.khave.moreitems.Managers.ItemManage.MoreItemsItem.castToMoreItem(MoreItemsItem.java:41) [?:?] 16.09 16:36:55 [Server] INFO at me.khave.moreitems.Managers.ItemManage.MoreItemsItem.<init>(MoreItemsItem.java:24) [?:?] 16.09 16:36:55 [Server] INFO at me.khave.moreitems.Managers.ItemManage.ItemManager.setupItem(ItemManager.java:58) [?:?] 16.09 16:36:55 [Server] INFO at me.khave.moreitems.Managers.ItemManage.MoreItemsMaterial.toMoreItemsMaterial(MoreItemsMaterial.java:38) [?:?] 16.09 16:36:55 [Server] INFO java.lang.NullPointerException 16.09 16:36:55 [Server] WARN Task #20 for MoreItems v0.7 generated an exception 16.09 16:36:55 [Multicraft] Skipped 264 lines due to rate limit (30/s) 16.09 16:36:54 [Server] INFO java.lang.NullPointerException 16.09 16:36:54 [Server] WARN Task #20 for MoreItems v0.7 generated an exception 16.09 16:36:54 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79] 16.09 16:36:54 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:54 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:54 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:54 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:54 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:54 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:54 [Server] INFO at me.khave.moreitems.MoreItems$1.run(MoreItems.java:130) [?:?] 16.09 16:36:54 [Server] INFO at me.khave.moreitems.Managers.ItemManage.MoreItemsItem.castToMoreItem(MoreItemsItem.java:41) [?:?] 16.09 16:36:54 [Server] INFO at me.khave.moreitems.Managers.ItemManage.MoreItemsItem.<init>(MoreItemsItem.java:24) [?:?] 16.09 16:36:54 [Server] INFO at me.khave.moreitems.Managers.ItemManage.ItemManager.setupItem(ItemManager.java:58) [?:?] 16.09 16:36:54 [Server] INFO at me.khave.moreitems.Managers.ItemManage.MoreItemsMaterial.toMoreItemsMaterial(MoreItemsMaterial.java:38) [?:?] 16.09 16:36:54 [Server] INFO java.lang.NullPointerException 16.09 16:36:54 [Server] WARN Task #20 for MoreItems v0.7 generated an exception 16.09 16:36:54 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79] 16.09 16:36:54 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:54 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:54 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:54 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:54 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot18.jar:git-Spigot-f94fe8f-2642f9b] 16.09 16:36:54 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.
@khave
Thank you
@EmperorBF
MoreItems was made for Spigot and Bukkit 1.8.8, and will thus not work for any older versions.
Hallo Guys
Moreitems support 1.7.10 ?
@wildcraftpvp
All the time? When does this happen? What does the console say?
Hey, the plugin keeps spamming things like Successfully set slot 0 to diamond_sword how do i fix this?