Create your own custom items
Features
- Iteam Behaviour for rightclicking ,leftclicking ,sneaking ,shiftrightclicking shiftleftclicking
- Sound & Particleeffects if you want !
- A lot of possibilities
Available Actions
- boostIntoViewDirection (boost the player towords the direction he looks at)
- boostUp (boosts the player up)
- restoreHealth (restores health)
- restoreFoodlevel (restores food)
- teleportOnBlockLookedAt (teleports you on the block you look at)
- thunderStrikeOnBlockLookedAt (thunderstrikes the block you look at)
- addEffect (gives you a potion effect)
- teleportTowordsDirection (teleports you x-Meters into the the direction you look at)
- playPrivateSound (plays a sound only hearable by the player who uses the item)
- playPublicSound (plays a sound hearable by everyone close to the player who uses the item)
- destroyItem (consumes 1 piece of the item)
- playParticles (plays a particle effect where the player is)
- sendMessage (sends a message to the player when he uses the item)
- useDurability (uses durability only works with items that have durability)
The custom items are saved by there custom nametag (be sure to use a colored name tag)
Players can not create colored name tags with the anvil so that way the items are uncheatable for non-admins
Commands [perm: createitems.admin]
- /citems help (shows all commands)
- /citems create (creates a new custom-item from the item you hold in your hands
- /citems [TRIGGER] [ACTION] [+arguments] (adds a new action to the item)
- /citems triggers (list all triggers)
- /citems actions (list all actions)
- /citems effects (list all potion effects)
- /citems particles (list all particle effects)
Example 1
- Take the item you want to customize in your hands !
- Use /citems create
- Use /citems rightclick addEffect SPEED 10 4
- Use /citems rightclick destroyItem
- Use /citems rightclick playPrivateSound NOTE_PIANO 1
- Now you got an item that can be consumed by rightclicking and gives the player SPEED IV for 10 Seconds plus plays a sound when used !
Example 2
- Take a axe in your hands !
- Use /citems create
- Use /citems leftclick thunderStrikeOnBlockLookedAt 100
- Use /citems useDurability 50
- Now you got Thors Hammer with a max-distance of 100 meters to cast the lightning plus the item uses durabiliy on use !
Example 3
- Take a sword in your hands !
- Use /citems shiftrightclick teleportOnBlockLookedAt 50
- Use /citems useDurability 20
- Use /citems playPrivateSound ANVIL_BREAK 1
- You got a nice sword that on sneaking+rightclicking teleports you on your target block (max distance = 50 meters)