tutorials/Simple Weapon Creation
How to create a weapon with stats in Item Lore Stats.
Step 1
Select the item you wish to add stats to.
Step 2
Place the item you selected into your hand.
Step 3
You now need the give the item a name. ILS supports all Minecraft colour codes(Click here for codes). I will call it Electrified Dagger and display it in light purple. The command I would type is /ils name &dElectrified Dagger
Step 4
Now we are going adding some stats. The first stat we will add is the Weapon Speed stat. The command for this is /ils lore <line_number> <stat>: <value>. To add the Weapon Speed stat I would type /ils lore 1 Weapon Speed: Fast
Step 5
Now I'm going to add the Damage stat. This time the command requires a + in front of the stat value. To add the Damage stat, the command would be /ils lore <line_number> <stat>: +<value> or with Damageyou can include a range; the command for that would be /ils lore <line_number> <stat>: +<minimum_value>-<maximum_value> . To add the Damage stat I would type /ils lore 2 Damage: +28-37
Step 6
Now I'm going to add the Health Regen stat. This time the command requires a % after the stat value. To add the Health Regen stat, the command would be /ils lore <line_number> <stat>: <value>% . To add the Health Regen stat I would type /ils lore 3 Health Regen: 4%
Step 7
Now I'm going to add the Movement Speed stat. This time the command requires a % after the stat value. To add the Movement Speed stat, the command would be /ils lore <line_number> <stat>: <value>% . To add the Movement Speed stat I would type /ils lore 4 Health Regen: 7%
Step 8
Now I'm going to add a Spell to the weapon which will be cast when the player right-clicks with it. To add the Spell stat, the command would be /ils lore <line_number> <stat>. To add the Spell stat I would type /ils lore 5 Right-click to cast Lightning
Step 9
Now I'm going to add a Level requirement to the weapon. If a player attempts to hold the weapon and they don't have the required level they will be unable to equip it. To add the Level stat, the command would be /ils lore <line_number> <stat>: <value>. To add the Level stat I would type /ils lore 6 Level: 3
Step 10
Now I'm going to add a Soulbound requirement to the weapon. If a player attempts to hold the weapon and their name is different to the name bound to the item then they will be unable to equip it. To add the Soulbound stat, the command would be /ils lore <line_number> Bound to <value>. To add the Soulbound stat I would type /ils lore 7 Bound to Supavitax
Step 11
Done! The item is ready to use.
Comments