Description Simple Item Generator(SIG) is an open-source item editor plugin with easy configuration, yet powerful features. Supports ItemsAdder, WorldGuard, HeadDatabase and PlaceholderAPI.
Wiki More information about the plugin you can find here.
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 here, instead of downloading the older versions of the plugin!
Plugin overview
Commands and permissions
Code (Text):
/sig - Doesn't do a thing, but there is a permission simpleitemgenerator.commands.general, without it you can't see other sub-commands
/sig reload - reloads the plugin. Permission simpleitemgenerator.commands.reload
/sig give <item-key> [player] [amount] - gives player an item. Player argument can be optional if the command is issued as player. Permission is simpleitemgenerator.commands.give
/simpleitemgenerator set_slot <item> <slot> [player] [amount [occupied_slot_handling] - sets the custom item to a specific slot. Player, amount and occupied_slot_handling are optional. Possible values for occupied_slot_handling: add(if the slot is occupied then it behaves like sig give), replace (if the slot is occupied then the slot will be replaced with the item).
Requires simpleitemgenerator.commands.set_slot permission
/simpleitemgenerator try_withdraw <item> <player> <amount> <command> - tries to withdraw a certain amount of specific custom item. If not successful won't withdraw anything and won't execute the command. If successful then amount of specific custom item will be withdrawn and the command will be executed. Requires simpleitemgenerator.commands.try_withdraw permission.
Features - DeluxeMenus support Since DeluxeMenus 1.14.1 you can use SimpleItemGenerator in DM menu configurations. Check wiki. Example:
Code (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"
Code (YAML):
items:
item0:
item:
material: IRON_INGOT
name: '<gold>I am a SIG item'
lore: - '<gold>Sig lore'
- MiniMessage support
MC: 1.20.1
Code (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'
Feedback If you have any issues with the plugin, feel free to open an issue on the plugin`s github. Also you can ask me any plugin-related question here on the forum or reach me out through other ways listed in github's readme.