Native Minecraft Version:1.16Tested Minecraft Versions:
Summary
Innovative Items is a custom item plugin that allows those with no Java experience to make custom items and create custom abilities with the plugin's powerful scripting system.
This plugin depends on NBTAPI, this is to make sure that all custom item data is stored safely and is cross-compatible.
Features
All commands have one single permission to use, and that is "innovativeitems.command".
By purchasing this plugin you agree to the following terms and conditions of service. Any breach of these terms may lead to the immediate termination of any access to support, a report to spigotmc, and revoke your access to the plugin.
Spoiler: Terms of Service
Examples
Code (YAML):
blood-blade:
material: 'DIAMOND_SWORD'
display-name: '&4&lBlood Blade'
ability: 'lifesteal' #will not work if you do not have an ability by the name of "lifesteal"
custom-model-data: 987
unbreakable: true
lore:
- ''
- '&7&oA blade made of the blood of the &4&ogod of war&7&o...'
- '&7&oLegend says that it was from a paper cut'
enchantments:
DAMAGE_ALL: 150
flags:
- 'HIDE_ENCHANTS'
- 'HIDE_ATTRIBUTES'
attributes:
ALL:
GENERIC_MAX_HEALTH: 20
HAND:
GENERIC_MAX_HEALTH: 500
GENERIC_MOVEMENT_SPEED: 50
Code (YAML):
test-ability:
trigger: 'timer:40'
keywords:
- 'particle(?player, FLAME, 20, 0, 0, 0)'
- 'effect(?player, JUMP, 60, 2)'
Before you leave a review, please keep in mind that reviews are not for me as a developer, but for the rest of the community and those who are considering purchasing the plugin. Because of that, reviews are not the place to report bugs. If you find a bug, please join the support discord linked at the top of the page and report it there. I will do my best to respond promptly and fix the issue as fast as possible.
- 1.16
- 1.17
- 1.18
- 1.19
- 1.20
Summary
Innovative Items is a custom item plugin that allows those with no Java experience to make custom items and create custom abilities with the plugin's powerful scripting system.
This plugin depends on NBTAPI, this is to make sure that all custom item data is stored safely and is cross-compatible.
Features
- Custom Items
- Item Specific Support
- Anonymous Abilities
- Custom Crafting Recipes
- In-game Item Creation UI
- Custom Abilities
- Garbage Collection
- Item Defender
- Debug Level
- Update Checker
- Developer API
All commands have one single permission to use, and that is "innovativeitems.command".
- innovativeitems get <item> <amount> - get a custom item
- innovativeitems give <player> <item> <amount> - give a custom item
- innovativeitems debug <level> - set the debug level
- innovativeitems reload - reload the plugin
- innovativeitems execute <ability> <player> - executes an ability
- innovativeitems clean <player> - clean the inventory of a single player
- innovativeitems create <item name> - opens the item creation user interface
By purchasing this plugin you agree to the following terms and conditions of service. Any breach of these terms may lead to the immediate termination of any access to support, a report to spigotmc, and revoke your access to the plugin.
Spoiler: Terms of Service
Examples
Code (YAML):
blood-blade:
material: 'DIAMOND_SWORD'
display-name: '&4&lBlood Blade'
ability: 'lifesteal' #will not work if you do not have an ability by the name of "lifesteal"
custom-model-data: 987
unbreakable: true
lore:
- ''
- '&7&oA blade made of the blood of the &4&ogod of war&7&o...'
- '&7&oLegend says that it was from a paper cut'
enchantments:
DAMAGE_ALL: 150
flags:
- 'HIDE_ENCHANTS'
- 'HIDE_ATTRIBUTES'
attributes:
ALL:
GENERIC_MAX_HEALTH: 20
HAND:
GENERIC_MAX_HEALTH: 500
GENERIC_MOVEMENT_SPEED: 50
Code (YAML):
test-ability:
trigger: 'timer:40'
keywords:
- 'particle(?player, FLAME, 20, 0, 0, 0)'
- 'effect(?player, JUMP, 60, 2)'
Before you leave a review, please keep in mind that reviews are not for me as a developer, but for the rest of the community and those who are considering purchasing the plugin. Because of that, reviews are not the place to report bugs. If you find a bug, please join the support discord linked at the top of the page and report it there. I will do my best to respond promptly and fix the issue as fast as possible.