| Features |
- support for various items even with special properties
- excellent optimization
- convenient item customization
- commands support
- hex support
- papi support
| Commands |
- /si give <player> <item> - give item to player
- /si reload - reload config
| Description |
In this simple, but at the same time, multifunctional plugin, you can create absolutely any item. For example, a green potion with a power effect of 3, or a shield with its own pattens.
| Support |
https://discord.gg/UrbdeuMHjW
Spoiler: Config
Code (YAML):
#-----------------------------------------------------------------------------------#
# #
# StarItems #
# Plugin developer: _VELSEN_ #
# Technical support: https://vk.com/ruvelsen #
# Tested kernels: Spigot, Paper(1.8-1.16.5) #
# #
#-----------------------------------------------------------------------------------#
# // content //
Items:
Item:
Type : Normal # Types: Normal(all blocks), Color(POTION/ARROW), Leather_Equipment, Skull(SKULL_ITEM), Banner(BANNER), Enchanted_Book(ENCHANTED_BOOK), Book(WRITTEN_BOOK, BOOK_AND_QUILL), Command(COMMAND,COMMAND_CHAIN,COMMAND_MINECART,COMMAND_REPEATING), Spawn_Egg(MONSTER_EGG), Firework(FIREWORK)
Material : 'DIAMOND_BLOCK'
Data : 0
Amont : 1
Name : '&a&n&lTEST_BLOCK'
Lore :
- "&fThis is the best plugin, do you agree?"
- "&fLet's go!"
Flags : # Типы: HIDE_ATTRIBUTES, HIDE_ENCHANTS, HIDE_DESTROYS, HIDE_PLACED_ON, HIDE_POTION_EFFECTS, HIDE_UNBREAKABLE
- 'HIDE_ATTRIBUTES'
- 'HIDE_UNBREAKABLE'
Enchantments :
- 'SILK_TOUCH:1'
- 'DAMAGE_ALL:9'
Potion:
Type : Color
Material : 'POTION'
Data : 0
Amont : 1
Name : '&d&n&lElven Ale'
Lore :
- '&aDrink Me!'
- '&fLEFT_CLICK'
Flags :
- 'HIDE_ATTRIBUTES'
- 'HIDE_POTION_EFFECTS'
Enchantments :
- 'SILK_TOUCH:1'
PotionEffects :
- 'SPEED:1:100'
- 'JUMP:1:200'
Color : # Генератор: https://www.w3schools.com/colors/colors_rgb.asp
Red : 0
Green : 240
Blue : 100
Helmet:
Type : Leather_Equipment
Material : 'LEATHER_HELMET'
Data : 0
Name : '&4&n&lRed Helmet'
Amont : 1
Lore :
- "&bDon't forget to put on your hat!"
- '&fLEFT_CLICK'
Flags :
- 'HIDE_ATTRIBUTES'
- 'HIDE_UNBREAKABLE'
Enchantments :
- 'PROTECTION_ENVIRONMENTAL:5'
Unbreakable : true
Color:
Red : 255
Green : 0
Blue : 0
Banner:
Type : Banner
Material : 'BANNER'
Data : 0
Name : '&3BANNER'
Amont : 1
Lore :
- "&fThis is the best plugin, do you agree?"
- "&fLet's go!"
Flags :
- 'HIDE_ATTRIBUTES'
- 'HIDE_ENCHANTS'
Enchantments :
- 'PROTECTION_ENVIRONMENTAL:5'
Pattern :
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/banner/PatternType.html
- 'BROWN:DIAGONAL_LEFT'
- 'LIME:DIAGONAL_RIGHT'
- 'RED:CIRCLE_MIDDLE'
Book:
Type : Enchanted_Book
Material : 'ENCHANTED_BOOK'
Data : 0
Amont : 1
Name : '&dENCHANTED_BOOK'
Lore :
- "&fThis is the best plugin, do you agree?"
- "&fLet's go!"
Flags :
- 'HIDE_ATTRIBUTES'
- 'HIDE_UNBREAKABLE'
Stored :
- 'DAMAGE_ALL:7'
- 'SILK_TOUCH:5'
Letter:
Type : Book
Material : 'WRITTEN_BOOK'
Data : 0
Amont : 1
Name : '&dBOOK'
Lore :
- "&fThis is the best plugin, do you agree?"
- "&fLet's go!"
Flags :
- 'HIDE_ATTRIBUTES'
- 'HIDE_UNBREAKABLE'
Author : '&aSergey'
Pages :
- "&cThis is the best plugin, do you agree?\n&fLet's go!"
- "&cClose"
Generation : 'COPY_OF_COPY' # Типы: COPY_OF_COPY, COPY_OF_ORIGINAL, ORIGINAL, TATTERED
Command:
Type : Command
Material : 'COMMAND_CHAIN'
Data : 0
Amont : 1
Name : '&3COMMAND_CHAIN'
Lore :
- "&fThe Command Block"
Flags :
- 'HIDE_ATTRIBUTES'
- 'HIDE_UNBREAKABLE'
Command : 'time set 1000'
CName : '&3COMMAND_CHAIN'
Egg:
Type : Spawn_Egg
Material : 'MONSTER_EGG'
Data : 0
Amont : 1
Name : '&4Spawn_Egg'
Entity : 'PIG'
Skull:
Type : Skull
Material : 'SKULL_ITEM'
Data : 3
Amont : 1
Name : '&8Skull'
#Web: https://minecraft-heads.com/custom-heads/head-database
Value : 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzE3YTdmMjA1NzlmZWMyNTFhZTg2ZTU4OTY5OWM2YTMyNTUyMTE5NmE2OGVkMDQ1NzhmZGFhYzI5YzdmNzcyMyJ9fX0='
Firework:
Type : Firework
Material : 'FIREWORK'
Data : 0
Amont : 1
Name : '&2Firework'
Power : 5
# #
# StarItems #
# Plugin developer: _VELSEN_ #
# Technical support: https://vk.com/ruvelsen #
# Tested kernels: Spigot, Paper(1.8-1.16.5) #
# #
#-----------------------------------------------------------------------------------#
# // content //
Items:
Item:
Type : Normal # Types: Normal(all blocks), Color(POTION/ARROW), Leather_Equipment, Skull(SKULL_ITEM), Banner(BANNER), Enchanted_Book(ENCHANTED_BOOK), Book(WRITTEN_BOOK, BOOK_AND_QUILL), Command(COMMAND,COMMAND_CHAIN,COMMAND_MINECART,COMMAND_REPEATING), Spawn_Egg(MONSTER_EGG), Firework(FIREWORK)
Material : 'DIAMOND_BLOCK'
Data : 0
Amont : 1
Name : '&a&n&lTEST_BLOCK'
Lore :
- "&fThis is the best plugin, do you agree?"
- "&fLet's go!"
Flags : # Типы: HIDE_ATTRIBUTES, HIDE_ENCHANTS, HIDE_DESTROYS, HIDE_PLACED_ON, HIDE_POTION_EFFECTS, HIDE_UNBREAKABLE
- 'HIDE_ATTRIBUTES'
- 'HIDE_UNBREAKABLE'
Enchantments :
- 'SILK_TOUCH:1'
- 'DAMAGE_ALL:9'
Potion:
Type : Color
Material : 'POTION'
Data : 0
Amont : 1
Name : '&d&n&lElven Ale'
Lore :
- '&aDrink Me!'
- '&fLEFT_CLICK'
Flags :
- 'HIDE_ATTRIBUTES'
- 'HIDE_POTION_EFFECTS'
Enchantments :
- 'SILK_TOUCH:1'
PotionEffects :
- 'SPEED:1:100'
- 'JUMP:1:200'
Color : # Генератор: https://www.w3schools.com/colors/colors_rgb.asp
Red : 0
Green : 240
Blue : 100
Helmet:
Type : Leather_Equipment
Material : 'LEATHER_HELMET'
Data : 0
Name : '&4&n&lRed Helmet'
Amont : 1
Lore :
- "&bDon't forget to put on your hat!"
- '&fLEFT_CLICK'
Flags :
- 'HIDE_ATTRIBUTES'
- 'HIDE_UNBREAKABLE'
Enchantments :
- 'PROTECTION_ENVIRONMENTAL:5'
Unbreakable : true
Color:
Red : 255
Green : 0
Blue : 0
Banner:
Type : Banner
Material : 'BANNER'
Data : 0
Name : '&3BANNER'
Amont : 1
Lore :
- "&fThis is the best plugin, do you agree?"
- "&fLet's go!"
Flags :
- 'HIDE_ATTRIBUTES'
- 'HIDE_ENCHANTS'
Enchantments :
- 'PROTECTION_ENVIRONMENTAL:5'
Pattern :
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/banner/PatternType.html
- 'BROWN:DIAGONAL_LEFT'
- 'LIME:DIAGONAL_RIGHT'
- 'RED:CIRCLE_MIDDLE'
Book:
Type : Enchanted_Book
Material : 'ENCHANTED_BOOK'
Data : 0
Amont : 1
Name : '&dENCHANTED_BOOK'
Lore :
- "&fThis is the best plugin, do you agree?"
- "&fLet's go!"
Flags :
- 'HIDE_ATTRIBUTES'
- 'HIDE_UNBREAKABLE'
Stored :
- 'DAMAGE_ALL:7'
- 'SILK_TOUCH:5'
Letter:
Type : Book
Material : 'WRITTEN_BOOK'
Data : 0
Amont : 1
Name : '&dBOOK'
Lore :
- "&fThis is the best plugin, do you agree?"
- "&fLet's go!"
Flags :
- 'HIDE_ATTRIBUTES'
- 'HIDE_UNBREAKABLE'
Author : '&aSergey'
Pages :
- "&cThis is the best plugin, do you agree?\n&fLet's go!"
- "&cClose"
Generation : 'COPY_OF_COPY' # Типы: COPY_OF_COPY, COPY_OF_ORIGINAL, ORIGINAL, TATTERED
Command:
Type : Command
Material : 'COMMAND_CHAIN'
Data : 0
Amont : 1
Name : '&3COMMAND_CHAIN'
Lore :
- "&fThe Command Block"
Flags :
- 'HIDE_ATTRIBUTES'
- 'HIDE_UNBREAKABLE'
Command : 'time set 1000'
CName : '&3COMMAND_CHAIN'
Egg:
Type : Spawn_Egg
Material : 'MONSTER_EGG'
Data : 0
Amont : 1
Name : '&4Spawn_Egg'
Entity : 'PIG'
Skull:
Type : Skull
Material : 'SKULL_ITEM'
Data : 3
Amont : 1
Name : '&8Skull'
#Web: https://minecraft-heads.com/custom-heads/head-database
Value : 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzE3YTdmMjA1NzlmZWMyNTFhZTg2ZTU4OTY5OWM2YTMyNTUyMTE5NmE2OGVkMDQ1NzhmZGFhYzI5YzdmNzcyMyJ9fX0='
Firework:
Type : Firework
Material : 'FIREWORK'
Data : 0
Amont : 1
Name : '&2Firework'
Power : 5
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
StarItems Crafting Any Items! 100% optimization! is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 282 times (via Spigot). Download it and open it directly in the game.