Shops
You will learn step by step what every option in shop configs mean and how to configure/use it.
Last updated
Was this helpful?
You will learn step by step what every option in shop configs mean and how to configure/use it.
Last updated
Was this helpful?
Since version v6 or Premium v5 of the plugin, sections are stored in their seperate config, instead of using a single sections.yml config to store all of them.
These configs store all items for the specific shop category(section) which are linked to the specific sections config. This config stores all contents of the shop including shop items and per page configurations.
Custom items from other plugins are only supported with ESGUI-Premium. (Unless they are created with keys available in the Free version)
before editing your files! It DOES NOT tolerate any errors!
TIP: Use the contents on the right side of this page to navigate quickly!
If the displayname
or name
is empty or not set, the item will have the vanilla name.
When only key name
is specified and no displayname
key, the item will use the name specified in the shop when you hover over it and when the item is bought.
When setting the sell/buy
key to any negative number, the item cannot be bought/sold in the shop. (You can also remove the buy/sell price from the item for the same effect)
Creating a item with no buy and sell price will make it a filler item which you can use to decorate your shop.
This is the item or block ID that will be listed/sold in the shop.
The material must be a valid item ID. Some lists to get these ID's from:
The 'Name Space' ID of an item is the code-given-name of the item.
It cannot have spaces or special characters and may contain underscores (_).
Ex: material: "experience_bottle"
The ID is NOT case-sensitive.
Direct plugin compatibility: *Premium feature
ItemsAdder items: material: "ia:<namespace>:<itemID>"
HeadDatabase items: material: "hdb:<headID>"
Items from MMOItems: material: "MMOItem:<type>.<itemID>"
Items from ExecuteableItems: material: "ei:<itemID>"
Oraxen items: material: "oraxen:<itemID>"
Brewery/BreweryX material: "brewery:<brewName>.<quality>"
Nexo items: material: "nexo:<itemID>"
You can create a dummy spacer item in a shop by setting it's material to AIR (empty slot)
This is the price or cost of the item that the player will have to pay to purchase or buy the item.
This can be any number.
This is the amount that will be removed or taken from the player's balance (stored in your vault-compatible economy plugin)
This value is only shown in the shop, and not on any bought item
This is the value of the item when sold to the server.
This can be any number
This is the amount that will be given or paid to the player when the item is sold to the server (money is added to the player's balance.)
This value is only shown in the shop, and not on any bought item
This will specify a name for the item when it is bought from shop AND when no displayname
option is specified it will also be the name for the item when hovering over it in shop.
Only specifing option name
on the item will make it use the same displayname when hovering over it AND the name for the item when it is bought.
Do not confuse this option with name
since this option will ONLY set the name for the display item inside the shop(When hovering over the item)
It will NOT be on the item when purchased/bought.
Create custom text and info about the item!
You may use placeholder %buyPrice%/%sellPrice%
The lore/displaylore
key work the same as the name/displayname
key but instead it specifies the lore. Meaning that when only lore
is specified, the item will use the lore as the lore when hovering over the item AND when you buy the item.
Do not confuse this option with lore
since this option will ONLY set the lore for the display item inside the shop(When hovering over the item)
Create custom text and info about the item!
You may use placeholder %buyPrice%/%sellPrice%
Option hidePricingLore
will do what the name suggests, it will hide the default pricing lore of the item so you could add your own for example
This will hide the pricing lore even if the item is still purchase/sell-able
This option comes in handy when you want to make dummy/display items
The hideDecorationLore
will hide the usage/decoration lore per item
Option slot
determines the position of the item inside the shop page
TIP: It is possible to display one item at multiple positions by specifying multiple slots
Example: slot: 1-9,36-45
which will display the same item at all slots from 1 thru 9 and 36 thru 45
Example: slot: 20,24-28,30,31
which will display the same item at slot 20, all slots from 24 thru 28, slot 30 and 31
The slot of items need to be in range of the shop page size, if not, the item will not be able to load with a error in console.
Option stack-size
sets the stack size of the shop item
When for example the stack size is set to 5, when the player purchases 2 stacks of this item, they will receive 10 items in total
Note: When setting a items stack-size, the prices of the item count for the whole stack. So meaning with the item above, 10 apples would be worth $100 and sell for $25.
This option lets u add a enchantment glow effect to any item to give your shop items a more personal touch.
Note: This will add a 'dummy' enchantment of aqua affinity 1 to the item, but default lore will be removed.
Add as many enchantments as you want to an item!
Enchantments must be in this format: <Enchantment>:<level>
(without the "<>") if no level is specified (no :1
, it will be level 1)
Custom enchants from external plugins like EcoEnchants, AdvancedEnchantments, ExcelentEnchants are directly supported using the format of <plugin>:<enchantment>:<level>
*Premium feature
Add as many potion-effects to Potions and Tipped Arrows as you want!
Potion namespace (USE THIS)
Commonly known as:
Vanilla duration and strength
water
Water Bottle(No effect)
0 sec | 1
mundane
Mundane(No effect)
0 sec | 1
thick
Thick(No effect)
0 sec | 1
awkward
Awkward(No effect)
0 sec | 1
fire_resistance
Fire Resistance
180 sec | 1
harming
Instant Damage, Harming
0 sec | 1
healing
Instant Health, Instant Healing, Heal
0 sec | 1
invisibility
Invisibility
180 sec | 1
leaping
Leaping, Jumping, Jump Boost, Jump
180 sec | 1
night_vision
Night Vision
180 sec | 1
poison
Poison
45 sec | 1
regeneration
Regeneration, Healing
45 sec | 1
slow_falling
Slow Falling
90 sec | 1
slowness
Slowness
90 sec | 1
strength
Strength
180 sec | 1
swiftness
Swiftness, Speed
180 sec | 1
turtle_master
Turtle Master
20 sec | 1
water_breathing
Water Breathing,
180 sec | 1
weakness
Weakness
90 sec | 1
infested
Infested
180 sec | 1
weaving
Weaving
180 sec | 1
wind_charged
Wind Charged
180 sec | 1
oozing
Oozing
180 sec | 1
Potion namespace (USE THIS)
Commonly known as:
Vanilla duration and strength
long_fire_resistance
Fire Resistance
480 sec | 1
long_invisibility
Invisibility
480 sec | 1
long_leaping
Leaping, Jump Boost, Jump
long_night_vision
Night Vision
480 sec | 1
long_poison
Poison
120 sec | 1
long_regeneration
Regeneration
120 sec | 1
long_slow_falling
Slow Falling
240 sec | 1
long_slowness
Slowness
240 sec | 1
long_strength
Strength
480 sec | 1
long_swiftness
Swiftness, Speed
480 sec | 1
long_turtle_master
Turtle Master
40 sec | 1
long_water_breathing
Water Breathing
480 sec | 1
long_weakness
Weakness
240 sec | 1
Potion namespace (USE THIS)
Commonly known as:
Vanilla duration and strength
strong_harming
Harming II
0 sec | 2
strong_healing
Healing II
0 sec | 2
strong_leaping
Jump Boost II, Jump II, Leaping II
90 sec | 2
strong_poison
Poison II
22 or 60 sec | 2
strong_regeneration
Regeneration II
22 or 60 sec | 2
strong_strength
Strength II
90 or 240 sec | 2
strong_swiftness
Swiftness II, Speed II
90 or 240 sec | 2
strong_turtle_master
Turtle Master II
20 sec | 2
Potion namespace (USE THIS)
Commonly known as:
Vanilla duration and strength
luck
Luck
300 sec | 1
Luck only obtainable as a tipped_arrow from a fletcher villager after receiving hero of the village status effect
Potion namespace (USE THIS)
Commonly known as:
awkward
Awkward
empty
Empty
mundane
Mundane
thick
Thick
water
Water
A list of recipes that can be applied to the item and given to the player when the item is used.
Recipe books will give/learn the recipes for a player when they activate it(right click the book).
skullowner
must be a valid mojang-account player's name.
If the playername is invalid/does not exist, the default/generic texture will be used.
armorcolor
must be in a valid hexadecimal format. Example: '0x00FF00', '#00FF00' or '00FF00'
duration:
is the flight duration of the firework
Valid options: 1
, 2
, 3
(Each value represents how much gunpowder would be used)
colors:
a list of colors that are used inside the firework's main exploisen
Valid options are: White
, Orange
, Magenta
, Light_Blue
, Yellow
, Lime
, Pink
, Gray
, Light_Gray
, Cyan
, Purple
, Blue
, Brown
, Green
, Red
, Black
fade-colors:
a list of colors that are used inside the firework's fading
Valid options: White
, Orange
, Magenta
, Light_Blue
, Yellow
, Lime
, Pink
, Gray
, Light_Gray
, Cyan
, Purple
, Blue
, Brown
, Green
, Red
, Black
flicker: true/false
Whether or not this firework has the twinkle effect, this is the same as using glowstone when crafting
trail: true/false
Whether or not this explosion has the trail effect, this is the same as using a diamond when crafting
shape:
The shape of the explosion of the firework
Valid options: ball
, ball_large
, star
, burst
, creeper
If you want to add fade-colors, flicker, trail or shape you need to specify atleast one color
Add this to goat horns to specify which sound they create
Valid sounds: PONDER
, SING
, SEEK
, FEEL
, ADMIRE
, CALL
, YEARN
, DREAM
The item material needs to be a GOAT_HORN for this option to work
This item option will link the item to a shop section
Upon clicking the item the player will enter the section linked
Allows you to specify a potion effect on a suspicious stew
NIGHT_VISION
0
5s
JUMP_BOOST
1
6s
WEAKNESS
2
9s
BLINDNESS
3
8s
POISON
4
12s
SATURATION
6
0.35s
FIRE_RESISTANCE
7
4s
REGENERATION
8
8s
WITHER
9
8s
Allows the armor piece to have a preset armor trim effect
type:
sets the armor trim material/type
Valid values are: AMETHYST, COPPER, DIAMOND, EMERALD, GOLD, IRON, LAPIS, NETHERITE, QUARTZ, REDSTONE
pattern:
sets the armor trim pattern
Valid values are: COAST, EYE, DUNE, RIB, HOST, RAISER, SENTRY, SHAPER, SILENCE, SNOUT, SPIRE, TIDE, VEX, WARD, WAYFINDER, WILD, FLOW, BOLT
Whether or not to hide the item from displaying in shop.
When set to -1, allows players to purchase the item by just clicking it in shop without opening the buy screen!
Sets the maximum amount the item can be bought per transaction.
Since EconomyShopGUI v6.0.0 and EconomyShopGUI Premium v5.0.0 max-buy will require to be set to -1 instead of 1 to allow insta purchases.
When set to -1, allows players to sell the item by just clicking it in shop without opening the sell screen!
Sets the maximum amount the item can be sold per transaction.
Since EconomyShopGUI v6.0.0 and EconomyShopGUI Premium v5.0.0 max-sell will require to be set to -1 instead of 1 to allow insta sells.
Sets a minimum amount of items which have to be bought per transaction
Note that the minimum buy amount will also set the default stack-size of the item, though, unlike setting the stack-size option on the item manually, this will not change the item price
Sets a minimum amount of items which have to be sold per transaction
Example: Trying to sell 3 slime balls while the min-sell
option has been set to 5, will not sell the slime balls
Note that the minimum buy amount will also set the default stack-size of the item, though, unlike setting the stack-size option on the item manually, this will not change the item price
Sets whether or not to prioritize item lore above default pricing lore
When disabled, the item's pricing lore will be displayed on top of item lore
This defaults to false
Will close the shop GUI when this item has been purchased/sold
Display items are different then the actual item received upon buying/selling
Can be used to create a misleading shop item to trick players into buying a completely different item
Sets a list format of requirements for this specific shop item
A player requires to meet a item requirement before they will be able to purchase/sell the item
Multiple requirements can be used on a single shop item, making it required for the player to meet all of the requirements
Since different requirements with the same type may have a different meaning from each other, especially placeholder requirements, it is possible to set the lore/denied message per item requirement!
Example of custom lore for a specific requirement:
<requirementType>::<requirementValue>::<customLore>
The custom lore is shown on a shop item to let the player know they didn't met the item requirement
Multiple lore lines can be created using '\n', example:
PLACEHOLDER::%player_biome%==SWAMP::&cYou are not in the correct biome\n&cThis item requires to be inside a %requirement% biome
Example of custom denied message for a specific requirement:
The custom denied message is send to the player upon clicking the shop item
A custom denied messsage is only supported on placeholder type requirements
<requirementType>::<requirementValue>::<customLore>::<customMessage>
A list of currently supported requirements is as follows:
World time
Requires the time of the world the player is located in, to be inside the specified time range
TIME::<minTime>-<maxTime>
TIME::08:00-14:45
Quest
Requires the player to complete a quest from a supported Quest plugin *1
QUEST::<questID>
QUEST::bones-quest1
Sets the ominous strength for a Ominous Bottle added in the 1.20.5 update
Possible strengths are 1-5
Unlike the skull-owner
item option, this option will apply a skull texture to the item from a base64 hash.
components
is a Single-Line custom field for defining highly specific data on an item that you define
The components
option specifies the NBT of the item for 1.20.5 and above server versions
NBTData
is a Single-Line custom field for defining highly specific data on an item that you define
Please consult the minecraft wiki documentation and resources of your choice to generate this information.
A line of NBTData that contains double quotes ("
)and NO single quotes needs to start and end with a single quote Example: '{Enchantments:[{id:"knockback",lvl:50},{id:"sharpness",lvl:10}]}'
But when there are single quotes ('
) located inside the NBTData, you will need to duplicate each single quote Example: ...''{display:{Name:''{"text":"...
Minecraft chat has a max character length of 255 characters. if you use commands to add this anything after this will be lost. If you need to add nbt data longer than this, please edit your YML file directly
buy-commands
and sell-commands
are a list of commands that is executed when the item is bought or sold by a player.
click-commands
is a list of commands that will be executed when the player clicks a shop item to enter the transaction screen
Additionally using item option giveItem: true
on a item with a buy command will make it so the command(s) get executed AND the player will receive the item itself
Additionally using item option requireItem: true
on a item with a sell command will make it so the player requires the item in their inventory in order to execute the command AND the item will be taken
Different placeholders can be used inside the command:
%player%
: The player name purchasing/selling the item.
%uuid%
: The player UUID purchasing/selling the item.
%quantity%
: The amount of items which were purchased/sold
%price%
: The price which is deducted from the player's balance upon purchasing/selling this item
%buyPrice%
: The current buy price of this shop item.
%sellPrice%
: The current sell price of this shop item.
When the command starts with p:
it will be executed as the player purchasing the command
When the command starts with o:
it will be executed as the player having temp OP
Note that o: will give the player temp OP and this could be exploited. It is highly recommended that you give the player temp permissions using a permissions plugin like LuckPerms instead!
Buy or sell commands can be executed a specified time after the item has been bought/sold by a player. These commands are called delayed commands.
The format of delayed commands is <delayInTicks>::<command>
Example: 6000::/broadcast This command is delayed by 5 minutes.
Delayed commands are saved over server restart, this allows the command to be executed weeks after initial trigger.
When the server is offline when a delayed command should have been executed, the command will be rescheduled to execute when the server next comes online.
Delayed commands cannot be executed if the player is offline, meaning that a command using p:
or o:
can only successfully execute if the player is online.
If a delayed command is scheduled to run as the player, but are not online when the delay ends, the command will be cancelled.
stock-limit-global:
Specifies the amount of stock this item has available to purchase for the whole server.
auto-restock-global:
Adds a time that starts to count down when the item is out of stock and should refill when the time ends.
auto-restock-global-frequency:
Adds a scheduler with a timed interval which will restock the global stock limit at the specified time.
refill-stock:
Will make the amount of stock left inside the shop refill when the item gets sold.
stock-limit-player:
Specifies the amount of items that there are in stock for each player individually to purchase.
auto-restock-player:
Adds a time that starts to count down when the item is out of stock for a player for the item.
auto-restock-player-frequency:
Adds a scheduler with a timed interval which will restock the player stock limit for all players at the specified time.
refill-stock:
Will make the amount of stock left inside the shop refill when the item gets sold.
sell-limit-global:
Specifies the global sell limit for the whole server.
auto-restock-global-sell:
Adds a time that starts counting down as soon as the sell limit is reached which will restore the sell limit after it completes.
auto-restock-global-sell-frequency:
Adds a scheduler with a timed interval which will restore the global sell limit at the specified time.
sell-limit-player:
Specifies the player sell limit for each player seperatly.
auto-restock-player-sell:
Adds a time that starts counting down as soon as the sell limit is reached which will restore the sell limit after it completes.
auto-restock-player-sell-frequency:
Adds a scheduler with a timed interval which will restore the player sell limit for all players at the specified time.
economy:
Specifies a specific economy/currency to use for this item.
When this option is not specified or the provider couldn't be loaded, the item will use the section's default economy, when the section's economy is not specified or unable to load it will try to use the default economy.
permission:
allows you to set a per item permission.
Players who do not have this permission are not allowed to buy/sell this item.
Note that as of v5.24 of the premium version, the seperate permissions are children of the shop permission and will automatically behave the same (They do not need to be set separately to give players permission to sell items in sellall and sellgui if they have permission to sell the items in the shop). They can still be specifically set seperate from the shop permission if desired.
Similar to shop section permissions, item permissions are split into 5 different nodes for extra customization:
EconomyShopGUI.shop.<section>.item.<permission>
Allow this item to be bought/sold via the shop menu
EconomyShopGUI.sellall.<section>.item.<permission>
Allows the /sellall all
command to sell this item
EconomyShopGUI.sellallitem.<section>.item.<permission>
Allows the /sellall item
command to sell this item
EconomyShopGUI.sellallhand.<section>.item.<permission>
Allows the/sellall hand
command to sell this item
EconomyShopGUI.sellgui.<section>.item.<permission>
Allows the /sellgui
command to sell this item
The permission is only the sub part of the full permission, for default the defined permission will be prefixed with EconomyShopGUI.shop.<section>.item.<permission>
Sets whether the player requires the item permission
When disabled, allows players to purchase this item without needing the permission. But players will not be able to purchase the item if they already have the permission.
When enabled(default), requires the player to have this permission in order to purchase the item. This is the same as not setting this option at all.
Note that when this item option is set to false, it is required to manually give the player the permission using buy commands(like the example below) because the permission requirement option won't do this! If the player doesn't receive the permisision after first purchasing the item, they can buy it over again and this won't work.
In the example below, the item can only be purchased once to give the player access to /warp dungeon
enabled:
Allows to enable or disable dynamic pricing for this item
max-stock:
The same as the DP max stock setting inside the config.yml, but instead this will strictly define the rate at which prices change when players buy/sell THIS SPECIFIC ITEM instead of having a max stock setting based on the item's price.
This is known to be more precise, lower values mean faster price changes compared to higher values.
Used to add multiple payment options to a signle item
Economy types and the actual price are split using double colons (::
).
Example: item:material:gold_nugget
::
80
where 80
is the amount/price of gold nuggets
The first payment option inside the list is used as the item's default payment option, meaning when someone tries to buy the item, it will default to this payment option.
Using option require-all: true
makes it so that ALL buy prices are required to buy a item
When this is false
(or not set), this will give the player the option to choosse which payment method they use to buy the specific item.
Description from example above: Players need $40, 5 Gold Nuggets, 2 Diamonds AND 30 emeralds to buy the item
Description from example above: Players need 15 Gems from UltraEconomy, $40 OR 5 emeralds(aka crystals) to buy the item
Used to add multiple sell prices to a signle item
Economy types and the actual price are split using double colons (::
).
Example: ULTRA_ECONOMY:Gems
::
15
where 15
is the amount/price of the Gems currency inside Ultra Economy
The first payment option inside the list is used as the item's default sell price, meaning when someone sells the item, it will default to this payment option.
Using option give-all: true
makes it so that ALL sell prices are are given to the player once the item is sold
When this is false
(or not set), upon selling a item to the store the first sell price is used as default.
When selling the item thru /sellall
or /sellgui
and this option is false, the first sell price in the list will be used to give to the player.
Description from example above: Players will recieve $40, 2 Diamonds AND 30 emeralds for selling the item
Description from example above: Players will recieve $40 OR 50 redstone for selling the item
If the item is sold thru /sellgui
or /sellall
, the first payment type from the list of sell prices will be used to pay out the player.
Ignored NBT Tags are usefull for sold items which should be sold whether value is specified.
For example when the Enchantments
tag has been added to the ignored tag list, players will be able to sell items regarding the enchantments the item has.
If only the Enchantments tag is added, the item's material, name, lore and any other meta data the item has still needs to match with the ShopItem in order to successfully sell it.
In the example Recycle Shop below, players will be able to sell all the trash leahther armor regardless of the item enchantments or how far it has been damaged dropped by zombies while still getting a little bit of money for it while selling these items.
Whether to send a transaction message to the player and DiscordSRV(If enabled) when a shop item has been bought/sold from the shop
If this option is disabled, transaction messages won't be send to the player and DiscordSRV hook but will still log inside the console and the transaction-log.txt
Default value is true
Specifies a custom display chance for this item
Specifying the display chance of only one item for example, will make the plugin try to automatically assign a display chance to all other items in this section. So you won't need to bother to reach a sum of 100%
In a case where a rotating shop with a total of 10 configured items, has only one item with a specific display chance of 20%, the plugin will give all other 9 items a display chance of (100-20)/9=8.88%
Altough the file strucure of a rotating shop is different as normal shop category's, all items in a rotating shop work the same way. And so, they can also have limited stock, dynamic pricing, discounts, sell multipliers, season multipliers, ... and all available item options
Unlike a regular shop category, a rotating shop requires a different config structure to work! Click the expandable block below to show a example of a complete shops file.
Gives the shop item a item flag(s) which are used to hide default lore for a item stack
For example the default enchantment lore on enchanted items can be hidden using item flags
A list of available item flags:
ALL
| *
Placeholder to add all items flags to the item, hiding all default lore on the item
HIDE_ENCHANTS
Hides the default lore on enchanted items
HIDE_ATTRIBUTES
Hides item attributes like damage
HIDE_UNBREAKABLE
Hides the default lore on unbreakable items
HIDE_DESTROYS
Hides the default lore on items that can break/destroy only specific items
HIDE_PLACED_ON
Hides the default lore on items that can only be placed on specific blocks
HIDE_ADDITIONAL_TOOLTIP
Combines all above settings(Hides different default lore like enchantments, firework, banner patterns, map tooltips, potion effects, book information)
HIDE_DYE
Hides the default lore on custom colored leather armor
HIDE_ARMOR_TRIM
Hides the default lore on armor pieces with custom armor trims
Specifies the required level to buy/sell this shop item.
- The item type (the given to it by Mojang)
- Price the item will cost to purchase.
- Price the item is worth when sold to the shop/server.
- The name of the item
- The name shown on the item in the shop only, it is NOT applied to the given item
- a list of custom text applied to the item.
- a list of custom text applied to the shop item only, it is NOT applied to the given item.
- hide the default pricing lore for the item
- hide the usage/decoration lore per item
- This option is used to determine the slot inside the shop section
- This option adds a custom stack size to the item
- This option lets u use a enchantment effect on the item.
- a list of enchantments and level.
- a list of potion types
- the mob that a spawner is set to by ESGUI when placed. [ONLY for spawner
material/item.
- the recipe(s) that a knowledge_book
will give when used
- the texture or player's skull that will be displayed by the player_head
item.
- the rgb color of a leather armor piece.
, , , , , - these options can be used to create a firework
- Specifies the sound effect that comes from a Goat Horn
- Links the item to a shop section
- Gives a specific effect to a suspicious stew
Sets a armor trim to a armor piece
- Hides the item from the GUI but can still be sold to shop
- Sets the maximum amount of items which can be bought per transaction
- Sets the maximum amount of items which can be sold per transaction
- Sets the minimum amount of items which is required to be bought per transaction
- Sets the minimum amount of items which is required to be sold per transaction
- Whether or not to prioritize default pricing lore
- Whether or not to close the shop GUI after a transaction has been made
- Can be used to create a different display item then the actual item received on buying/selling
- Specifies a list of requirements the player needs
- Changes the strength of a ominous potion
- highly technical data that will be applied to an item.
- replaces the NBTData option for 1.20.5 and newer server versions
- List of commands which get executed upon selling an item.
- Whether the shop item is required to be sold before executing a sell command.
- List of commands which get executed upon purchasing an item.
- Whether the item is given to a player after executing the buy-commands.
- List of commands executed when the player clicks the shop item
- The amount of stock for the server
- Allows the item stock limit to refill when selling items.
- The time to restock the global item
- The amount of stock for each player individual
- The time to restock the player item
- A selling limit for an item set server wide.
- The time between reaching the sell limit and it restoring the original amount.
- A selling limit for an item set player wide.
- The time between reaching the sell limit and it restoring the original amount.
- Adds a custom skull texture to the player head
- Allows the item to use a specific economy/currency provider
- Sets a per item permission to buy/sell
- Prevents the player from purchasing the item again when disabled
- Hides the limited item stock and limited sell lore
- Used to disable DynamicPricing per item
- Used to add multiple payment options to a single item
- Used to add multiple sell prices to a single item
- Used to ignore certain NBTTags for sold items
- Whether to send a transaction confirmation message to the player after the item has been purchased/sold from shop
- Allows specific items in rotating shops to have a custom display chance
- Adds various settings to the item to hide default lore
A simple buy/sell able shop item only needs 3 keys specified: , price, and price. Everything else is optional.
It MUST be a for your version of Minecraft!
It may contain or .
It may contain or .
It may contain or .
It may contain or .
This option allows to hide the default pricing lore as a per item setting but to fast forward it you can empty out the lore inside the which will do the same but for every item
enchantments
is a yml-list-format list of that are applied to the item when bought.
Enchantments
To enable enchants greater than default/vanilla you must enable allow-unsafe-enchants: true
in the
You can find !
potiontypes
is a yml-list-format list of that are applied to the item when bought.
Potion Types must be
Valid that these effects can be applied to are: potion
, splash_potion
, lingering_potion
, and tipped_arrow
.
spawnertype
must be a
.
All spawner
material items REQUIRE this setting to correctly apply the mob-type when placed (*With the exception of 3rd party plugins where you have configured on the item. *Premium feature)
NOTE: this setting is only works if you have and enabled in the
We will not be going in depth into recipes here. However, the majority of recipes are written as minecraft:iron_ingot
for example.
See this site for a color wheel you can use:
See this site for a armor trim generator:
When enabled, will prioritize item lore defined with or
*1 - Currently supported Quest plugins are and
You can find several custom head textures over here:
When using the option for items on older server version, it will be automatically converted to the new format of components from 1.20.5 and above
You may manually convert NBT to components here:
The components option only works on 1.20.5 and greater servers, older versions use the option to specify NBT
Commands can also be for a specific time after initial transaction.
See the page for more info on sell limits.
See the page for more info on sell limits.
See the page for more info on sell limits.
See the page for more info on sell limits.
Also see the which allow custom permissions without the ESGUI prefix and third party permissions.
Requires a to be set
Defines whether or not to hide the limited lore and/or lore
Note that this only allows to disable DP for this item, you will have to enable for this to work.
Players can cycle thru the payment methods by right clicking the item inside the buy (stacks) screen.
When selling the item thru /shop
and this option is false, the player will be given the option to change the payment type by right clicking the item.
Note that the list below might not be up-to-date, see a official list
As of 1.21.5, Minecraft adds alot of item flags shown here:
Please note that this option has been replaced with the option