{"id":140950,"date":"2026-06-08T11:56:19","date_gmt":"2026-06-08T08:56:19","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/"},"modified":"2026-06-08T11:56:19","modified_gmt":"2026-06-08T08:56:19","slug":"simplecustomitems","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/","title":{"rendered":"SimpleCustomItems"},"content":{"rendered":"<p>This plugin allows you to easily create and manage custom items.<\/p>\n<p>Note: This plugin utilizes MiniMessage for color codes and formatting. For example, you need to use &#8220;\/ci name <red>Test&#8221; instead of &#8220;\/ci name &#038;cTest&#8221;.<br \/>\nFor more information on MiniMessage, visit: https:\/\/docs.advntr.dev\/minimessage\/format.html<\/p>\n<p>## Features<br \/>\n&#8211; Rename items with unique names.<br \/>\n&#8211; Rename items with unique displaynames.<br \/>\n&#8211; Add customizable lore lines to items.<br \/>\n&#8211; Apply\/Remove various enchantments at all levels.<br \/>\n&#8211; Apply\/Remove various itemflags.<br \/>\n&#8211; Set items as unbreakable.<br \/>\n&#8211; Set items hidetooltip.<br \/>\n&#8211; **[NEW]** Set items maximal stack-size.<br \/>\n&#8211; Set items amount.<br \/>\n&#8211; Set items CustomModelData.<br \/>\n&#8211; Use MiniMessage for advanced text formatting.<br \/>\n&#8211; Simple commands for easy item management.<br \/>\n&#8211; Customizable plugin messages.<br \/>\n&#8211; **[NEW]** Use the storagesystem to save your custom items. (Note: This feature is still experimental)<\/p>\n<p>## Commands<br \/>\n&#8211; Use **\/simplecustomitems reload** to reload the plugin.<br \/>\n&#8211; Use **\/simplecustomitems about** to get information about the plugin.<br \/>\n&#8211; Use **\/ci name <name>** to change the item name.<br \/>\n&#8211; Use **\/ci displayname <displayname>** to change the item displayname.<br \/>\n&#8211; Use **\/ci lore <add\/remove\/set\/clear> <line\/text>** to edit the item lore.<br \/>\n&#8211; Use **\/ci maxstacksize <amount>** to set the items maximal stack-size.<br \/>\n&#8211; Use **\/ci amount <amount>** to set the item amount.<br \/>\n&#8211; Use **\/ci custommodeldata <custommodeldata>** to set the item custommodeldata.<br \/>\n&#8211; Use **\/ci enchant <enchantment> <level>** to add an enchantment to the item.<br \/>\n&#8211; Use **\/ci rmenchant <enchantment>** to remove an enchantment from the item.<br \/>\n&#8211; Use **\/ci unbreakable <true\/false>** to toggle item unbreakability.<br \/>\n&#8211; Use **\/ci hidetooltip <true\/false>** to toggle item unbreakability.<br \/>\n&#8211; Use **\/ci addflag <itemflag>** to add an itemflag to the item.<br \/>\n&#8211; Use **\/ci rmflag <itemflag>** to remove an itemflag from the item.<br \/>\n&#8211; Use **\/cistorage gui** to open the storage menu.<br \/>\n&#8211; Use **\/cistorage addItem** to add a item to the storagesystem.<br \/>\n&#8211; Use **\/cistorage size** to check the filesize of &#8216;data.yml&#8217;.<\/p>\n<p>## Permissions<br \/>\n&#8211; **simplecustomitems.admin.about** &#8211; Allows you to use \/sci about.<br \/>\n&#8211; **simplecustomitems.admin.reload** &#8211; Allows you to use \/sci reload.<br \/>\n&#8211; **simplecustomitems.admin.help** &#8211; Allows you to use \/sci help.<br \/>\n&#8211; **simplecustomitems.admin.storage** &#8211; Allows you to use the storagesystem.<br \/>\n&#8211; **simplecustomitems.use** &#8211; Allows you to use the \/ci &#038; \/ci help command.<br \/>\n&#8211; **simplecustomitems.name** &#8211; Allows you to use \/ci name.<br \/>\n&#8211; **simplecustomitems.displayname** &#8211; Allows you to use \/ci displayname.<br \/>\n&#8211; **simplecustomitems.lore** &#8211; Allows you to use \/ci lore.<br \/>\n&#8211; **simplecustomitems.maxstacksize** &#8211; Allows you to use the \/ci maxstacksize command.<br \/>\n&#8211; **simplecustomitems.amount** &#8211; Allows you to use the \/ci amount command.<br \/>\n&#8211; **simplecustomitems.custommodeldata** &#8211; Allows you to use the \/ci custommodeldata command.<br \/>\n&#8211; **simplecustomitems.enchant** &#8211; Allows you to use \/ci enchant.<br \/>\n&#8211; **simplecustomitems.rmenchant** &#8211; Allows you to use \/ci rmenchant.<br \/>\n&#8211; **simplecustomitems.unbreakable** &#8211; Allows you to use \/ci unbreakable.<br \/>\n&#8211; **simplecustomitems.hidetooltip** &#8211; Allows you to use \/ci hidetooltip.<br \/>\n&#8211; **simplecustomitems.addflag** &#8211; Allows you to use \/ci addflag.<br \/>\n&#8211; **simplecustomitems.rmflag** &#8211; Allows you to use \/ci rmflag.<\/p>\n<p>## Configs<\/p>\n<details>\n<summary>View config.yml<\/summary>\n<p>&#8220;`<br \/>\n# This plugin utilizes MiniMessage for messages.<br \/>\n# For more information, visit https:\/\/docs.adventure.kyori.net\/minimessage.html<\/p>\n<p>file-version: 1<\/p>\n<p># The prefix before every message<br \/>\nprefix: &#8220;<#D69BF5><b>SCI<\/b> <dark_gray>\u26a1 <gray>&#8221;<\/p>\n<p># The messages file to use<br \/>\nlangFile: &#8216;english&#8217;<\/p>\n<p># Settings for the guis<br \/>\nguis:<br \/>\n  # Id of the gui (!: Do NOT edit this.)<br \/>\n  storage:<br \/>\n    # Title of the storage gui<br \/>\n    title: &#8220;<#D69BF5><b>SCI<\/b> <dark_gray>\u26a1 <light_purple><b>Storage<\/b>&#8221;<br \/>\n    # Size of the storage gui (in rows | 1 &#8211; 5)<br \/>\n    rows: 5<br \/>\n    # These settings will be applied to all stored items inside the gui<br \/>\n    item-settings:<br \/>\n      # This lore will be placed under the item-lore<br \/>\n      lore:<br \/>\n        &#8211; &#8221; &#8221;<br \/>\n        &#8211; &#8220;<dark_gray> \ud83e\udc92 <dark_gray>[<gray>Leftclick<dark_gray>] <gray>Clone item from storage&#8221;<br \/>\n        &#8211; &#8220;<dark_gray> \ud83e\udc92 <dark_gray>[<gray>Drop<dark_gray>] <gray>Delete item from storage&#8221;<br \/>\n    # The row on the button of the gui<br \/>\n    bottom-row:<br \/>\n      # Id of the item (!: Do NOT edit this.)<br \/>\n      close:<br \/>\n        # Type of the item<br \/>\n        type: BARRIER<br \/>\n        # Name of the item<br \/>\n        name: &#8220;<red>Close&#8221;<br \/>\n        # Lore of the item<br \/>\n        lore:<br \/>\n          &#8211; &#8220;<dark_gray> \ud83e\udc92 <gray>Click here to close the gui.&#8221;<br \/>\n        # Slot of the item in the bottom-row (1-9)<br \/>\n        slot: 5<br \/>\n      next:<br \/>\n        type: ARROW<br \/>\n        name: &#8220;<gray>Next page <dark_gray>(%page%)&#8221;<br \/>\n        lore:<br \/>\n          &#8211; &#8220;<dark_gray> \ud83e\udc92 <gray>Click to switch page.&#8221;<br \/>\n        slot: 7<br \/>\n      previous:<br \/>\n        type: ARROW<br \/>\n        name: &#8220;<gray>Previous page <dark_gray>(%page%)&#8221;<br \/>\n        lore:<br \/>\n          &#8211; &#8220;<dark_gray> \ud83e\udc92 <gray>Click to switch page.&#8221;<br \/>\n        slot: 3<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>View english.yml<\/summary>\n<p>&#8220;`<br \/>\n# This plugin utilizes MiniMessage for messages.<br \/>\n# For more information, visit https:\/\/docs.adventure.kyori.net\/minimessage.html<\/p>\n<p>file-version: 1<\/p>\n<p># General messages<br \/>\ngeneral:<br \/>\n  noPlayer: &#8220;<gray>You <red>must be a player<gray> to execute this command!&#8221;<br \/>\n  noPerms: &#8220;<gray>You <red>do not have permission<gray> to execute this command!&#8221;<\/p>\n<p># Command messages<br \/>\ncommands:<br \/>\n  # Messages for the \/simplecustomitems command (main plugin command)<br \/>\n  simplecustomitems:<br \/>\n    usage: &#8220;<gray>Please use <red>\/simplecustomitems <about\/reload\/help><gray>!&#8221;<br \/>\n    about: &#8220;<gray>SimpleCustomItems v%version% <dark_gray>&#8211; <gray>%author%&#8221;<br \/>\n    reload:<br \/>\n      reloading: &#8220;<yellow>Reloading <gray>SimpleCustomItems&#8230;&#8221;<br \/>\n      reloaded: &#8220;<green>Successfully reloaded <gray>SimpleCustomItems! <dark_gray>(%time%ms)&#8221;<br \/>\n      error: &#8220;<gray>An <red>error occurred <gray>while reloading SimpleCustomItems! Check the console for details.&#8221;<br \/>\n    help:<br \/>\n      &#8211; &#8220;%prefix% &#8221;<br \/>\n      &#8211; &#8220;%prefix% <white>Command help:&#8221;<br \/>\n      &#8211; &#8220;%prefix% &#8221;<br \/>\n      &#8211; &#8220;%prefix% <dark_gray>&#8211; <#DEC194> \/simplecustomitems about <dark_gray>&#8211; <gray>View the plugin information&#8221;<br \/>\n      &#8211; &#8220;%prefix% <dark_gray>&#8211; <#DEC194> \/simplecustomitems reload <dark_gray>&#8211; <gray>Reload the plugin&#8221;<br \/>\n      &#8211; &#8220;%prefix% <dark_gray>&#8211; <#DEC194> \/simplecustomitems help <dark_gray>&#8211; <gray>View this message&#8221;<br \/>\n      &#8211; &#8220;%prefix% <dark_gray>&#8211; <#DEC194> \/customitem help <dark_gray>&#8211; <gray>View help for the \/customitem command&#8221;<br \/>\n      &#8211; &#8220;%prefix% &#8221;<br \/>\n  # Messages for the \/sci command<br \/>\n  customitems:<br \/>\n    usage:<br \/>\n      &#8211; &#8220;%prefix%&#8221;<br \/>\n      &#8211; &#8220;%prefix%<gray>Use <red>\/customitems<option> <value> <gray>to customize your item.&#8221;<br \/>\n      &#8211; &#8220;%prefix%&#8221;<br \/>\n      &#8211; &#8220;%prefix%<gray>Available subcommands:&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem name <name> <dark_gray>&#8211; <gray>Change the name of the item&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem displayname <name> <dark_gray>&#8211; <gray>Change the display name of the item&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem lore <add\/remove\/set\/clear> <text> <dark_gray>&#8211; <gray>Manage item lore&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem enchant <enchantment> <level> <dark_gray>&#8211; <gray>Enchant the item&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem rmenchant <enchantment> <dark_gray>&#8211; <gray>Remove an enchantment from the item&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem addflag <flag> <dark_gray>&#8211; <gray>Add a flag to the item&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem rmflag <flag> <dark_gray>&#8211; <gray>Remove a flag from the item&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem unbreakable <true\/false> <dark_gray>&#8211; <gray>Set the item unbreakable&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem hidetooltip <true\/false> <dark_gray>&#8211; <gray>Hide the item tooltip&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem amount <number> <dark_gray>&#8211; <gray>Set the amount of the item&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem custommodeldata <number> <dark_gray>&#8211; <gray>Set custom model data&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem maxstacksize <number> <dark_gray>&#8211; <gray>Set the maxstacksize of the item&#8221;<br \/>\n      &#8211; &#8220;%prefix%&#8221;<br \/>\n    no-item: &#8220;<gray>You <red>must be holding an item <gray>to use this command!&#8221;<br \/>\n    name:<br \/>\n      success: &#8220;<gray>Item name <green>successfully changed<gray>!&#8221;<br \/>\n    displayname:<br \/>\n      success: &#8220;<gray>Item display name <green>successfully changed<gray>!&#8221;<br \/>\n    lore:<br \/>\n      added-msg: &#8220;<gray>Lore line <green>added <gray>to the item!&#8221;<br \/>\n      removed-msg: &#8220;<gray>Lore line <yellow>removed <gray>from the item!&#8221;<br \/>\n      set-msg: &#8220;<gray>Lore line <green>successfully set<gray>!&#8221;<br \/>\n      cleared-msg: &#8220;<gray>Item lore <yellow>cleared<gray>!&#8221;<br \/>\n      error:<br \/>\n        line-not-found: &#8220;<gray>Line <gray>not found <gray>in lore!&#8221;<br \/>\n        invalid-number: &#8220;<red>Invalid number! <gray>Please provide a valid line number!&#8221;<br \/>\n    enchant:<br \/>\n      error:<br \/>\n        invalid: &#8220;<red>Invalid enchantment name<gray>!&#8221;<br \/>\n        level: &#8220;<red>Invalid level! <gray>Please provide a level <red>between 1 and 255<gray>.&#8221;<br \/>\n      success: &#8220;<gray>Item <green>successfully enchanted<gray>!&#8221;<br \/>\n    rmenchant:<br \/>\n      error:<br \/>\n        invalid: &#8220;<red>Invalid enchantment name <gray>for removal!&#8221;<br \/>\n      success: &#8220;<gray>Enchantment <green>successfully removed<gray>!&#8221;<br \/>\n    addflag:<br \/>\n      error:<br \/>\n        invalid: &#8220;<red>Invalid flag name! <gray>Please provide a valid item flag.&#8221;<br \/>\n      success: &#8220;<gray>Flag <green>successfully added <gray>to the item!&#8221;<br \/>\n    rmflag:<br \/>\n      error:<br \/>\n        invalid: &#8220;<red>Invalid flag name! <gray>Please provide a valid item flag.&#8221;<br \/>\n      success: &#8220;<gray>Flag <green>successfully removed <gray>from the item!&#8221;<br \/>\n    unbreakable:<br \/>\n      success: &#8220;<gray>Item unbreakable status set to <white>%value%<gray>!&#8221;<br \/>\n    hidetooltip:<br \/>\n      success: &#8220;<gray>Item tooltip visibility set to <white>%value%<gray>!&#8221;<br \/>\n    amount:<br \/>\n      error: &#8220;<red>Invalid amount! <gray>Please provide a valid amount <red>between 1 and the maxstacksize<gray>.&#8221;<br \/>\n      success: &#8220;<gray>Item amount set to <white>%amount%<gray>!&#8221;<br \/>\n    custommodeldata:<br \/>\n      error: &#8220;<red>Invalid CustomModelData! <gray>Please provide a number <red>between 1 and 1,000,000,000<gray>.&#8221;<br \/>\n      success: &#8220;<gray>CustomModelData set to <white>%amount%<gray>!&#8221;<br \/>\n    maxstacksize:<br \/>\n      error: &#8220;<red>Invalid MaxStacksize! <gray>Please provide a number <red>between 1 and 99<gray>.&#8221;<br \/>\n      success: &#8220;<gray>MaxStacksize set to <white>%amount%<gray>!&#8221;<br \/>\n  # Messages for the \/storage command<br \/>\n  storage:<br \/>\n    usage: &#8220;<gray>Please use <red>\/storage <gui\/addItem\/size><gray>!&#8221;<br \/>\n    no-item: &#8220;<gray>You need to <red>hold an item<gray>!&#8221;<br \/>\n    no-items: &#8220;<gray>There are <red>no items in the storage-system<gray>!&#8221;<br \/>\n    item-added: &#8220;<gray>The item <green>has been added<gray>! The new size of the datafile is now: <white>%datafile_size%&#8221;<br \/>\n    info-size: &#8220;<gray>The current size of the datafile is <white>%datafile_size%<gray>!&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>View german.yml<\/summary>\n<p>&#8220;`<br \/>\n# Dieses Plugin verwendet MiniMessage f\u00fcr Nachrichten.<br \/>\n# Weitere Informationen findest du unter https:\/\/docs.adventure.kyori.net\/minimessage.html<\/p>\n<p>file-version: 1<\/p>\n<p># Generelle Nachrichten<br \/>\ngeneral:<br \/>\n  noPlayer: &#8220;<gray>Dies k\u00f6nnen <red>nur Spieler<gray> ausf\u00fchren!&#8221;<br \/>\n  noPerms: &#8220;<gray>Du hast <red>keine Berechtigung<gray> f\u00fcr diesen Befehl!&#8221;<\/p>\n<p># Befehlsnachrichten<br \/>\ncommands:<br \/>\n  # Nachrichten f\u00fcr den \/simplecustomitems Befehl (Hauptbefehl des Plugins)<br \/>\n  simplecustomitems:<br \/>\n    usage: &#8220;<gray>Bitte nutze <red>\/simplecustomitems <about\/reload\/help><gray>!&#8221;<br \/>\n    about: &#8220;<gray>SimpleCustomItems v%version% <dark_gray>&#8211; <gray>%author%&#8221;<br \/>\n    reload:<br \/>\n      reloading: &#8220;<yellow>SimpleCustomItems <gray>wird neugeladen<gray>&#8230;&#8221;<br \/>\n      reloaded: &#8220;<green>SimpleCustomItems wurde <gray>erfolgreich neugeladen! <dark_gray>(%time%ms)&#8221;<br \/>\n      error: &#8220;<gray>Ein <red>Fehler ist aufgetreten<gray> beim Neuladen von SimpleCustomItems! \u00dcberpr\u00fcfe die Konsole f\u00fcr Details.&#8221;<br \/>\n    help:<br \/>\n      &#8211; &#8220;%prefix% &#8221;<br \/>\n      &#8211; &#8220;%prefix% <white>Befehls\u00fcbersicht:&#8221;<br \/>\n      &#8211; &#8220;%prefix% &#8221;<br \/>\n      &#8211; &#8220;%prefix% <dark_gray>&#8211; <#DEC194> \/simplecustomitems about <dark_gray>&#8211; <gray>Zeigt Plugin-Informationen&#8221;<br \/>\n      &#8211; &#8220;%prefix% <dark_gray>&#8211; <#DEC194> \/simplecustomitems reload <dark_gray>&#8211; <gray>L\u00e4d das Plugin neu&#8221;<br \/>\n      &#8211; &#8220;%prefix% <dark_gray>&#8211; <#DEC194> \/simplecustomitems help <dark_gray>&#8211; <gray>Sendet diese Nachricht&#8221;<br \/>\n      &#8211; &#8220;%prefix% <dark_gray>&#8211; <#DEC194> \/customitem help <dark_gray>&#8211; <gray>Sendet die Hilfe f\u00fcr den \/customitem Befehl&#8221;<br \/>\n      &#8211; &#8220;%prefix% &#8221;<br \/>\n  # Nachrichten f\u00fcr den \/sci Befehl<br \/>\n  customitems:<br \/>\n    usage:<br \/>\n      &#8211; &#8220;%prefix%&#8221;<br \/>\n      &#8211; &#8220;%prefix%<gray>Nutze <red>\/customitems <name> <wert> <gray>um dein Item anzupassen.&#8221;<br \/>\n      &#8211; &#8220;%prefix%&#8221;<br \/>\n      &#8211; &#8220;%prefix%<gray>Verf\u00fcgbare Unterbefehle:&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem name <Name> <dark_gray>&#8211; <gray>\u00c4ndert den Namen des Items&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem displayname <Name> <dark_gray>&#8211; <gray>\u00c4ndert den Anzeigenamen des Items&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem lore <add\/remove\/set\/clear> <text> <dark_gray>&#8211; <gray>Verwalte die Lore des Items&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem enchant <Verzauberung> <level> <dark_gray>&#8211; <gray>Verzaubert das Item&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem rmenchant <Verzauberung> <dark_gray>&#8211; <gray>Entfernt eine Verzauberung vom Item&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem addflag <Flag> <dark_gray>&#8211; <gray>F\u00fcgt dem Item eine Flagge hinzu&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem rmflag <Flag> <dark_gray>&#8211; <gray>Entfernt eine Flagge vom Item&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem unbreakable <true\/false> <dark_gray>&#8211; <gray>Setzt das Item unzerst\u00f6rbar&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem hidetooltip <true\/false> <dark_gray>&#8211; <gray>Versteckt den Tooltip des Items&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem amount <Anzahl> <dark_gray>&#8211; <gray>Setzt die Anzahl des Items&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem custommodeldata <Zahl> <dark_gray>&#8211; <gray>Setzt die CustomModelData des Items&#8221;<br \/>\n      &#8211; &#8220;%prefix%<dark_gray>&#8211; <#DEC194>\/citem maxstacksize <Zahl> <dark_gray>&#8211; <gray>Setzt die maximale Stapelgr\u00f6\u00dfe des Items&#8221;<br \/>\n      &#8211; &#8220;%prefix%&#8221;<br \/>\n    no-item: &#8220;<gray>Du musst <red>ein Item in der Hand halten<gray>, um diesen Befehl zu benutzen!&#8221;<br \/>\n    name:<br \/>\n      success: &#8220;<gray>Der Name des Items wurde <green>erfolgreich ge\u00e4ndert<gray>!&#8221;<br \/>\n    displayname:<br \/>\n      success: &#8220;<gra<>Der Anzeigename des Items wurde <green>erfolgreich ge\u00e4ndert<gray>!&#8221;<br \/>\n    lore:<br \/>\n      added-msg: &#8220;<gray>Lore-Zeile wurde dem Item <green>hinzugef\u00fcgt<gray>!&#8221;<br \/>\n      removed-msg: &#8220;<gray>Lore-Zeile wurde vom Item <yellow>entfernt<gray>!&#8221;<br \/>\n      set-msg: &#8220;<gray>Die Lore-Zeile wurde erfolgreich <green>gesetzt<gray>!&#8221;<br \/>\n      cleared-msg: &#8220;<gray>Die Lore des Items wurde <yellow>gel\u00f6scht<gray>!&#8221;<br \/>\n      error:<br \/>\n        line-not-found: &#8220;<gray>Zeile in der Lore <red>nicht gefunden<gray>!&#8221;<br \/>\n        invalid-number: &#8220;<red>Ung\u00fcltige Zahl! <gray>Bitte gib eine g\u00fcltige Zeilennummer an!&#8221;<br \/>\n    enchant:<br \/>\n      error:<br \/>\n        invalid: &#8220;<red>Ung\u00fcltiger Verzauberungsname!&#8221;<br \/>\n        level: &#8220;<red>Ung\u00fcltiges Level! <gray>Bitte gib ein Level <red>zwischen 1 und 255 <gray>an.&#8221;<br \/>\n      success: &#8220;<gray>Das Item wurde <green>erfolgreich verzaubert<gray>!&#8221;<br \/>\n    rmenchant:<br \/>\n      error:<br \/>\n        invalid: &#8220;<red>Ung\u00fcltiger Verzauberungsname <gray>zur Entfernung!&#8221;<br \/>\n      success: &#8220;<gray>Verzauberung wurde <green>erfolgreich entfernt<gray>!&#8221;<br \/>\n    addflag:<br \/>\n      error:<br \/>\n        invalid: &#8220;<red>Ung\u00fcltiger Flag-name! <gray>Bitte gib eine g\u00fcltige Item-Flagge an.&#8221;<br \/>\n      success: &#8220;<gray>Flagge wurde <green>erfolgreich <gray>zum Item <green>hinzugef\u00fcgt<gray>!&#8221;<br \/>\n    rmflag:<br \/>\n      error:<br \/>\n        invalid: &#8220;<red>Ung\u00fcltiger Flaggenname! <gray>Bitte gib eine g\u00fcltige Item-Flagge an.&#8221;<br \/>\n      success: &#8220;<gray>Flagge wurde <green>erfolgreich <gray>vom Item <green>entfernt<gray>!&#8221;<br \/>\n    unbreakable:<br \/>\n      success: &#8220;<gray>Der Unzerst\u00f6rbarkeitsstatus des Items wurde auf <white>%value% <gray>gesetzt!&#8221;<br \/>\n    hidetooltip:<br \/>\n      success: &#8220;<gray>Die Tooltip-Sichtbarkeit des Items wurde auf <white>%value% <gray>gesetzt!&#8221;<br \/>\n    amount:<br \/>\n      error: &#8220;<red>Ung\u00fcltige Anzahl! <gray>Bitte gib eine g\u00fcltige Anzahl <red>zwischen 1 und der maximalen Stapelgr\u00f6\u00dfe des Items <gray>an.&#8221;<br \/>\n      success: &#8220;<gray>Die Anzahl des Items wurde auf <white>%amount% <gray>gesetzt!&#8221;<br \/>\n    custommodeldata:<br \/>\n      error: &#8220;<red>Ung\u00fcltige CustomModelData! <gray>Bitte gib eine Zahl <red>zwischen 1 und 1.000.000.000 <gray>an.&#8221;<br \/>\n      success: &#8220;<gray>CustomModelData wurde auf <white>%amount% <gray>gesetzt!&#8221;<br \/>\n    maxstacksize:<br \/>\n      error: &#8220;<red>Ung\u00fcltige Maximal-Stapelgr\u00f6\u00dfe! <gray>Bitte gib eine Zahl <red>zwischen 1 und 99<gray>an.&#8221;<br \/>\n      success: &#8220;<gray>Die maximale Stapelgr\u00f6\u00dfe wurde auf <white>%amount% <gray>gesetzt!&#8221;<br \/>\n  # Messages for the \/storage command<br \/>\n  storage:<br \/>\n    usage: &#8220;<gray>Bitte benutze <red>\/storage <gui\/addItem\/gui><gray>!&#8221;<br \/>\n    no-item: &#8220;<gray>Du musst <red>ein Item in der Hand halten<gray>, um diesen Befehl zu benutzen!&#8221;<br \/>\n    no-items: &#8220;<gray>Es sind <red>keine Items in der Storage-Datei<gray>!&#8221;<br \/>\n    item-added: &#8220;<gray>Item <green>erfolgreich <gray>zur Storage-Datei <green>hinzugef\u00fcgt<gray>! Die Storage-Datei ist nun <white>%datafile_size% <gray>gro\u00df!&#8221;<br \/>\n    info-size: &#8220;<gray>Die aktuelle Gr\u00f6\u00dfe der Storage-Datei betr\u00e4gt derzeit <white>%datafile_size%<gray>!&#8221;<\/p>\n<p>&#8220;`<\/p>\n<\/details>\n<p>## Contact<\/p>\n<p>If you encounter any issues or bugs, or have a<br \/>\nrequest for a new feature, please contact me via Discord or join my Discord-Server.<\/p>\n<p>> My discord-name is **Losterixx**.<\/p>\n<p>> My Discord-Server: Link<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This plugin allows you to easily create and manage custom items.<\/p>\n","protected":false},"featured_media":140951,"template":"","meta":{"_minecraft_slug":"simplecustomitems","_minecraft_project_id":"Q9e7S4jB","_minecraft_author":"Losterixx","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":1750,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"simplecustomitems.zip","_minecraft_size_bytes":2169289,"_minecraft_version_count":6,"_minecraft_updated_at":"2026-05-16T06:47:31.906953Z","_minecraft_date_created":"2024-11-04T05:01:55.123770Z","_minecraft_date_modified":"2025-05-01T13:15:14.904904Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/simplecustomitems","_minecraft_icon_attachment_id":140951,"_minecraft_imported_at":"2026-06-08T08:56:20+00:00","_minecraft_import_hash":"50699e780ef68fca054ab3d8391c0b95","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,156,126,90,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-140950","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-decoration","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SimpleCustomItems - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SimpleCustomItems - Minecraft\" \/>\n<meta property=\"og:description\" content=\"This plugin allows you to easily create and manage custom items.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplecustomitems\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplecustomitems\\\/\",\"name\":\"SimpleCustomItems - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplecustomitems\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplecustomitems\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simplecustomitems-icon-65410162d94567d45c2726c00f556d1da10a5b1a_96.webp\",\"datePublished\":\"2026-06-08T08:56:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplecustomitems\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplecustomitems\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplecustomitems\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simplecustomitems-icon-65410162d94567d45c2726c00f556d1da10a5b1a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simplecustomitems-icon-65410162d94567d45c2726c00f556d1da10a5b1a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplecustomitems\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SimpleCustomItems\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SimpleCustomItems - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/","og_locale":"en_US","og_type":"article","og_title":"SimpleCustomItems - Minecraft","og_description":"This plugin allows you to easily create and manage custom items.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/","name":"SimpleCustomItems - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simplecustomitems-icon-65410162d94567d45c2726c00f556d1da10a5b1a_96.webp","datePublished":"2026-06-08T08:56:19+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simplecustomitems-icon-65410162d94567d45c2726c00f556d1da10a5b1a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simplecustomitems-icon-65410162d94567d45c2726c00f556d1da10a5b1a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplecustomitems\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"SimpleCustomItems"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/140950","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/140951"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=140950"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=140950"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=140950"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=140950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}