[33% OFF] ⚔️⭕ ItemsCore⭐Create custom items⭐dupe detection⭐and much more❗PREMADE ITEMS✅ [1.8-1.21.5] icon

[33% OFF] ⚔️⭕ ItemsCore⭐Create custom items⭐dupe detection⭐and much more❗PREMADE ITEMS✅ [1.8-1.21.5] -----

⭐Create custom items without limits⭐dupe detection⭐create custom abilities and events⭐




Changelog:
- Added core.clearInventory(Player) // Will clear the player's inventory
----------, May 6, 2025

Changelog:
- Added core.summonLightning(World, double, double, double) // Will summon a lightning at the specified world at the specified x, y, z
----------, May 5, 2025

Changelog:
- Added core.summonLightning(Location) // Summon a lightning at a specified location
----------, May 5, 2025

Changelog:
- Quickfix
----------, May 4, 2025

Changelog:
- Added core.setInIndex(Array, Object, Int) // Put the object in the array in the specified index (Int)
----------, May 3, 2025

Changelog:
- Added core.getIndex(Array, Object) // Will find the index of the object in the array, returns -1 if the object wasn't found
----------, May 3, 2025

Changelog:
- Removed useless methods that can be accessed through "values" instead of "core"
----------, May 2, 2025

Changelog:
- Added onItemEquip action for items that will get executed when you equip the item (hold it)
----------, May 2, 2025

fix
----------, May 1, 2025

Changelog:
- Added core.cast(Object, Class) // Cast the object to the specified class
- Added core.toClass(String) // Get a class by name (need to use package too, for example, for string: "java.lang.String")
----------, Apr 29, 2025

Quick fix
----------, Apr 28, 2025

Changelog:
- Added core.toString(Object) // Object is basically anything and it will return it as a string (text)
----------, Apr 24, 2025

Changelog:
- Fixed a typo
----------, Apr 23, 2025

Changelog:
- Changed some messages
----------, Apr 22, 2025

Changelog:
- Added core.setHealth(Player, double) // Set the player's health to a specific number
----------, Apr 22, 2025

Changelog:
- Added core.loopThrough(String, Array, int) // (String) The action as code (Array) the array to loop through (int) Period in ticks | You can use the variable "tIndex" which is the current loop number and the variable "currentArrayObject" which is the current array object
----------, Apr 21, 2025

Changelog:
- Added core.addToLocation(Location, double, double, double) // Will add to the location to create a new location, for example if you add (1.0, 0.0, 0.0) to (48, 64, 100) it will turn into (49, 64, 100)
- Added core.cloneLocation(Location) // Will return a copy of the location
----------, Apr 21, 2025

Changelog:
- Fixed some messages.
----------, Apr 20, 2025

Changelog:
- Added core.getUsingIndex(Array, Int) // Get an object that is in the array using the index he is placed in
----------, Apr 20, 2025

Changelog:
- Fixed items not working at all for versions 1.21.x
----------, Apr 20, 2025

Changelog:
- Added core.removeBlock(Block) // Remove the block
- Added core.removeBlocks(Block[]) // Remove multiple blocks
----------, Apr 19, 2025

Changelog:
- Added core.setGamemode(Player, String) // Set the gamemode of a player, (String is the gamemode name just like in /gamemode command
----------, Apr 19, 2025

Changelog:
- Added core.heal(Player, Double)
----------, Apr 19, 2025

Changelog:
- Added core.giveItem(Player, Material) // Give item to the player, use core.getMaterial(String) to get the material
- Fixed some errors in console
----------, Apr 18, 2025

Changelog:
- Added core.removeHeldItem(Player) this will remove the held item of the player, good for consumables so you can remove them on the onConsume trigger
----------, Apr 18, 2025

Changelog:
- Added on consume action that will get executed when consuming the item
----------, Apr 18, 2025

Changelog:
- Added support for 1.20.4
----------, Apr 17, 2025

Changelog:
- Added support for 1.21.4
- Fixed 1.20.6 and 1.21 not compiling correctly
----------, Apr 17, 2025

Changelog:
- Added support for 1.21
----------, Apr 17, 2025

Changelog:
- Added support for 1.20.6
----------, Apr 17, 2025

Changelog:
- Fixed some bugs related to the gui.
----------, Apr 16, 2025

Make gui look better - changed enchants and flags guis button lore color.
----------, Apr 15, 2025

Some code fixes, typo fix
----------, Apr 15, 2025

Fixed saving of actions to the config and loading them.
----------, Apr 15, 2025

Quick fix for the templates, now they work perfectly.
----------, Apr 14, 2025

Added support for PlaceholderAPI, every text that is getting colored by the plugin will automatically parse placeholders that doesn't require player, if the placeholder does require a player you can use the new core.parsePlaceholder(Player, String)
----------, Apr 14, 2025

Made hex color codes supported, works only for minecraft versions that support hex colors codes, simply do &#RRGGBB basically &#<code>
----------, Apr 14, 2025

core.executeCommand(Player, String), lets you make the player execute a command on item action.
----------, Apr 14, 2025

Made it so /itemscore <itemName> will have tab completion to make it easier to edit existing items.
----------, Apr 13, 2025

Instead of repeating simple tasks you can now save methods as a template, right click on the paper to save it as a template, give it a name and then when you right click on an empty paper you can set it to a saved template, you can even download premade templates to the templates folder and use them
----------, Apr 13, 2025

fixed enchantments gui, some enchantments showing twice and some places were empy
----------, Apr 12, 2025

Bug fixes:
- Fixed some gui bugs when moving through gui pages

- Made item flags and enchantments support all versions, both guis are paginated and enchantments has search now
----------, Apr 12, 2025

Big update:
- Added methods to core:
- doIfElse
- runRunnableLater
- runCodeLater
- runUntil

- Player variables:
- Added a boolean to set if the variable is temp (will reset after server restart)

- Method selector:
- Added a button to toggle method filtering

- Bug fixes:
- Fixed action to code saving bug
----------, Apr 11, 2025

You can now add custom model data to your item to use with a texture pack and set its model / texture
----------, Apr 11, 2025

Fixed gui not updating correctly
----------, Apr 10, 2025

Bugs fixed:
- Dupe detection
- Player inventory command
+--
----------, Apr 10, 2025

Made all sounds work for higher versions
----------, Apr 10, 2025

Fixed gui bugs in higher versions + added support for materials of highers versions.
----------, Apr 10, 2025

Fixed bunch of gui bugs for the higher versions + made the enchantments gui paiginated
----------, Apr 9, 2025

Made gui texts cleaner and easier to understand
----------, Apr 9, 2025

Fixed variable(String) not working correctly
----------, Apr 9, 2025

Added nms support for 1.17-1.20
----------, Apr 8, 2025

The development of this project continues!

Main update notes:
- Moved code engine inside the plugin so you wont have to have java jdk 8 insalled on your machine.
- Some gui enhancements.
----------, Apr 8, 2025

A lot of big changes, don't remember them all
----------, Jul 29, 2024

Resource Information
Author:
----------
Total Downloads: 10
First Release: Jul 29, 2024
Last Update: May 6, 2025
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings