SimpleItemGenerator

⭐ — (10 endorsements) 📥 1,965 downloads 📌 v1.11.1 📅 12/19/2024
🟡 Updated this year

By ValeraShimchuck · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/8/2026 📅 Created: 12/19/2024

🔍 Analysis

  • 👍 0.5% endorsement rate
  • 🏆 #1032 of 1560 bukkit mods in this game by downloads

📋 About This Mod

# Description SimpleItemGenerator(SIG) is an open-source plugin with easy config, but powerful features. # Wiki More information about the plugin you can find (https://github.com/ValeraShimchuck/SimpleItemGenerator/wiki/Configuration). # Important Simple item generator is still in its early stages, it means that any feedback would be appreciated. Also if you are unsatisfied with the plugin. Please tell me what were you expecting from the plugin or how I could adjust it. ## If you are encountering issues with the latest version, please let me know about it (https://discord.gg/ksXEuxCqdC), instead of downloading the older versions of the plugin! # Plugin overview <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/g819Zsg5id4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> # Commands and permissions To be able to see `/simpleitemgenerator` command, you need to have the permission `simpleitemgenerator.commands.general` `/simpleitemgenerator reload` - reloads the plugin. Requires `simpleitemgenerator.commands.reload` permission `/simpleitemgenerator give <item> ` - item is your key of the item that you configured earlier, player and amount are optional. Requires `simpleitemgenerator.commands.give` permission `/simpleitemgenerator set_slot <item> <slot> ` - sets the custom item to a specific slot. Player and amount are optional Requires `simpleitemgenerator.commands.set_slot` permission # Features ## DeluxeMenus support Since DeluxeMenus 1.14.1 you can use SimpleItemGenerator in DM menu configurations. Check (https://github.com/ValeraShimchuck/SimpleItemGenerator/wiki/DeluxeMenus-support). Example: <details> <summary>DeluxeMenus config</summary> ```yaml open_command: basicsmenu size: 9 menu_title: 'Basics Menu' items: 'teststone': material: STONE slot: 0 display_name: "&aThis is a special stone" lore: - "&aTest1" - "&cTest2" - "&eTest3" 'sig-item': material: simpleitemgenerator-item0 slot: 1 lore_append_mode: BOTTOM # Appends lore to the end of original item's lore. Optional lore: - "&aTest4" ``` </details> <details> <summary>SimpleItemGenerator's config</summary> ```yaml items: item0: item: material: IRON_INGOT name: '<gold>I am a SIG item' lore: - '<gold>Sig lore' ``` </details> ## MiniMessage support !(https://cdn.modrinth.com/data/cached_images/c22473f07c5cb803bdd2de6b09ed74b39c0949bc.png) <details> <summary>Configuration of the item</summary> MC: 1.20.1 ```yaml items: loreitem0: item: material: BLAZE_ROD name: <red><bold>Your custom item lore: - <rainbow>Your imagination is your limitation</rainbow> - '<gradient:red:blue>when you are using minimessage' ``` </details> ## PlaceholderAPI auto-update !(https://cdn.modrinth.com/data/cached_images/940817673ca23b556b8e3dbcd1e060276aaf7a70.gif) <details> <summary>Configuration of the item</summary> MC: 1.20.1 ```yaml items: loreitem2: item: material: BLAZE_ROD name: '<green><bold>SIG has <aqua>PAPI</aqua> auto-update' lore: - '<light_purple>For instance:' - "<aqua>Played time:<red><bold>%player_seconds_lived%</red> seconds" - "<aqua>Player`s name: <red><bold>%player_name%</red>" - "<aqua>Server time: <red><bold>%server_time_HH:mm:ss%</red>" ``` </details> ## Many interaction options and placeholders !(https://cdn.modrinth.com/data/cached_images/9f5dc5edb89cc624684629c7285c0632feead385.gif) <details> <summary>Configuration of the item</summary> MC: 1.20.1 ```yaml items: interactable-item: item: material: BLAZE_ROD name: <red><bold>Custom item usage: - predicate: at: air button: left commands: ' tellraw %player% %minimessage_<green>You clicked at <white>AIR</white> with <blue>LEFT</blue> button%' - predicate: at: air button: right commands: ' tellraw %player% %minimessage_<green>You clicked at <white>AIR</white> with <red>RIGHT</red> button%' - predicate: at: air button: drop commands: ' tellraw %player% %minimessage_<green>You clicked at <white>AIR</white> with <gold>DROP</gold> button%' - predicate: at: block button: left commands: - ' tellraw %player% %minimessage_<green>You clicked at <dark_gray>BLOCK</dark_gray> with <blue>LEFT</blue> button%' - ' tellraw %player% %minimessage_<color:#8769ff>The target`s position is <red>%target_x% %target_y% %target_z%</red>%' - predicate: at: block button: right commands: - '[consol

# Description SimpleItemGenerator(SIG) is an open-source plugin with easy config, but powerful features.

# Wiki More information about the plugin you can find (https://github.com/ValeraShimchuck/SimpleItemGenerator/wiki/Configuration).

# Important Simple item generator is still in its early stages, it means that any feedback would be appreciated.

Also if you are unsatisfied with the plugin. Please tell me what were you expecting from the plugin or how I could adjust it.

## If you are encountering issues with the latest version, please let me know about it (https://discord.gg/ksXEuxCqdC), instead of downloading the older versions of the plugin!

# Plugin overview

# Commands and permissions

To be able to see `/simpleitemgenerator` command, you need to have the permission `simpleitemgenerator.commands.general`

`/simpleitemgenerator reload` - reloads the plugin. Requires `simpleitemgenerator.commands.reload` permission

`/simpleitemgenerator give ` - item is your key of the item that you configured earlier, player and amount are optional. Requires `simpleitemgenerator.commands.give` permission

`/simpleitemgenerator set_slot ` - sets the custom item to a specific slot. Player and amount are optional Requires `simpleitemgenerator.commands.set_slot` permission

# Features ## DeluxeMenus support Since DeluxeMenus 1. 14. 1 you can use SimpleItemGenerator in DM menu configurations. Check (https://github.com/ValeraShimchuck/SimpleItemGenerator/wiki/DeluxeMenus-support). Example:

DeluxeMenus config ```yaml open_command: basicsmenu size: 9 menu_title: 'Basics Menu' items: 'teststone': material: STONE slot: 0 display_name: "&aThis is a special stone" lore: - "&aTest1" - "&cTest2" - "&eTest3" 'sig-item': material: simpleitemgenerator-item0 slot: 1 lore_append_mode: BOTTOM # Appends lore to the end of original item's lore. Optional lore: - "&aTest4"

SimpleItemGenerator's config ```yaml items: item0: item: material: IRON_INGOT name: 'I am a SIG item' lore: - 'Sig lore'

## MiniMessage support !(https://cdn.modrinth.com/data/cached_images/c22473f07c5cb803bdd2de6b09ed74b39c0949bc.png)

Configuration of the item MC: 1. 20. 1 ```yaml items: loreitem0: item: material: BLAZE_ROD name: Your custom item lore: - Your imagination is your limitation - 'when you are using minimessage' ```

## PlaceholderAPI auto-update !(https://cdn.modrinth.com/data/cached_images/940817673ca23b556b8e3dbcd1e060276aaf7a70.gif)

Configuration of the item MC: 1. 20. 1

```yaml items: loreitem2: item: material: BLAZE_ROD name: 'SIG has PAPI auto-update' lore: - 'For instance:' - "Played time:%player_seconds_lived% seconds" - "Player`s name: %player_name%" - "Server time: %server_time_HH:mm:ss%" ```

## Many interaction options and placeholders !(https://cdn.modrinth.com/data/cached_images/9f5dc5edb89cc624684629c7285c0632feead385.gif)

Configuration of the item MC: 1. 20. 1

```yaml items: interactable-item: item: material: BLAZE_ROD name: Custom item usage: - predicate: at: air button: left commands: ' tellraw %player% %minimessage_You clicked at AIR with LEFT button%' - predicate: at: air button: right commands: ' tellraw %player% %minimessage_You clicked at AIR with RIGHT button%' - predicate: at: air button: drop commands: ' tellraw %player% %minimessage_You clicked at AIR with DROP button%' - predicate: at: block button: left commands: - ' tellraw %player% %minimessage_You clicked at BLOCK with LEFT button%' - ' tellraw %player% %minimessage_The target`s position is %target_x% %target_y% %target_z%%' - predicate: at: block button: right commands: - '[consol

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
ValeraShimchuck
Version
1.11.1
Downloads
1,965
Endorsements
10
Category
bukkit
Created
12/19/2024
Updated
7/8/2026
Game Versions
1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4
Tags
equipment, game-mechanics, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does SimpleItemGenerator support?

The author lists 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5. Other versions may work but are untested by the author.

What is the latest version of SimpleItemGenerator?

Version 1.11.1, published 2026-07-08 with 1,965 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by ValeraShimchuck 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods