🛍️
ShopSystem
  • 🏡Home page
  • DEFAULTS
    • 📩Installation
    • 🗒️Commands & Permissions
  • SETUP
    • 🛠️config.yml setup
    • 🛒Product
    • 🧊Item
    • 🖼️GUI
    • 📩Subscribtion system
    • 🎛️Conditions
    • 🌀Actions
    • 📃Placeholders (PAPI)
    • 🌈Hex colors
Powered by GitBook
On this page
  • Syntax
  • Material
  • Data
  • Amount
  • Custom model data
  • Name
  • Lore
  • Enchants
  • ItemFlags
  1. SETUP

Item

Item configuration is same for Product and GUI Item

Syntax

...
  item:
    material: TEXT
    ...

Material

Material have lot of things to set...

material: TEXT

Available material values:

  • Normal item (e.g.: STONE)

  • Player Head 1.8-1.12: material: SKULL_ITEM data: 3 skin: <player name> 1.13+: material: PLAYER_HEAD skin: <player name>

  • Base64/Texture Head 1.8-1.12: material: SKULL_ITEM data: 3 base64: <base64 texture value> 1.13+: material: PLAYER_HEAD base64: <base64 texture value> - Find head skin value here https://textures.minecraft.net/textures/

Data

Data is a number, that defines type for specific items.

data: #

Data is required and use only in version 1.8-1.12.2

Amount

Amount of the item in the menu.

amount: #

Custom model data

custommodeldata: #

Name

name: TEXT

Lore

lore: 
- TEXT
- TEXT 2

Enchants

format: ENCHANT;LEVEL e.g.: MENDING;2

enchants:
- TEXT

ItemFlags

Set item flags to the item.

itemflags:
- TEXT
PreviousProductNextGUI

Last updated 2 years ago

Name of the item. Support's PlaceholderAPI and

Lore of the item. Support's PlaceholderAPI and

Add enchants to the item. Full list of enchants here -> | |

🧊
Hex colors
Hex colors
1.8
1.13
1.18