NOTE: This plugin is a part of rpg plugins pack that will come soon! this is a free version of the ItemsCore to get some feedback about it (it will probably be premium in the future)
So, what this plugin does? This plugin will let you customize your item from the web and make custom abilities for it!
Features: Create items from the web Create custom abilities Create custom stats API for developers and placeholders Dupe detection Player inventory command (Open victim's inventory and remove items from it by clicking on them) Armor piece bonus Fully customizable with no limits!
Customize your item then write your item code, Check the documents for help with the code
Now simply click on the finish button find the "items" folder in the ItemsCore plugin folder and put the file you downloaded there restart your server and it will be there.
*Stats are only placeholders as to right now*
Stats are not on the website as to right now so to add them you can simply edit the .item file you generated using the website and set the "stats" value to this:
stats:
- ==: me.tastycake.itemscore.item.stats.Stat
fancyName: '&7Damage'
fancyValue: '&c+50'
name: damage
value: 50
You can add as many stats as you want but currently they are just placeholders for example:
Fancy name is how the name will look like in the lore
Fancy value is how the value will look like in the lore
name is the fancy name just simple (without colors and stuff) used to get value using the placeholder
value is the value for this stat can be anything
you can do /ic to open the gui for the items ("itemscore.admin" permission required)
itemscore.admingui -> /ic command
itemscore.avoiddupe -> don't flag duped items for this player
itemscore.dupeflag -> send message to the player if someone got duped items
itemscore.playerinventory -> /playerinventory <onlinePlayer> command
itemscore.toggledupealerts -> /toggledupealerts command
/ic -> open the items gui
/playerinventory <onlinePlayer> -> Open the player's inventory (can delete his items too)
/toggledupealerts -> Toggle dupe alerts for the player
If you don't what to write in the item's code check the
documents
Item examples:
Hypixel Skyblock "
Aspect of the Void" (Tested on 1.8 might not work for higher versions)
Explosive Bow (Tested on 1.8 might not work for higher versions)
***Requirment!!!*** You should have jdk 8, download it
here
---- OPTIONAL ---- Use the
vault plugin to use economy in the plugin check the
documents to learn how to use it.
*Custom recipes coming soon*
Please let me know if you have any feedback / bugs
If you want higher version support please let me know!