Make Your Own Blocks! (and items!!!!)
Description
The MakeYourOwnBlocks plugin allows you to create blocks and items with custom names and abilities. E.X. A diamond sword that insta kills anything at the end of a parkour or a block that explodes when you step on it (a mine)
Please Note
With the current version of Minecraft, it is impossible to have custom items have custom textures without a client side modification or a texture pack
What this plugin has to offer
With this plugin, you will be able to customize the following on blocks and items:
Items
damage
a short script that executes when the item is right clicked
a short script that executes when the item is left clicked
Blocks
a short script that executes when the block right clicked
a short script that executes when the block left clicked
a short script that executes when the block is placed
a short script that executes when the block is destroyed
a short script that executes when the block is stepped on
Both
name
lore (Secondary text when you hover your mouse over an item in your inventory)
Progress
As it says at the top, this project is currently experimental. I may post updates to the jar. This is my progress in developing the jar:
1: Create basic classes - DONE
2: Establish basic configuration file system - DONE
2.5: Establish custom block holder and storers without error - 75%
3: Establish custom items without error - 25%
4: Establish event handlers for custom items - NOT TO YET
5: Establish custom blocks holder and storers without error - NOT TO YET
6: Establish custom block event handlers - NOT TO YET
7: Check and double check all commands to see that they are working properly - NOT TO YET
8: Release Plugin v1.0 - NOT TO YET