The configuration file is located at /MBedwars/shop-layouts-properties.yml
.
See the wiki for shop.yml or upgrade-shop.yml if you want to know what these layouts are about.
The file's content is automatically being generated and updated. You may only change the values of each config. Each config is structured in the following:
For the default shop layouts, these configurations are available:
These configurations apply for all shop layouts.
Name | Meaning | Default Value |
---|---|---|
gui-title | The title of the GUI that might be displayed by default (depending on layout and the gui-title-as-page). %<entry>% will be taken from the messages file. It is also possible to use color codes (e.g. &e for yellow) | %ItemShop% |
gui-title-as-page | Either true or false. true: The GUI title is being replaced by the name of the current open page, false: GUI title is always the configuration of "gui-title" | true |
Name | Meaning | Default Value |
---|---|---|
separator-material | The material of the row that splits the pages with the items of the page. It uses this syntax | blue_stained_glass_pane |
Name | Meaning | Default Value |
---|---|---|
shop-variant | Use it if you either want to permit the player to choose their own variant or if you want to enforce a certain one. Possibly options are: CUSTOMIZABLE, OLD, NEW | CUSTOMIZABLE |
Name | Meaning | Default Value |
---|---|---|
quickbuy-enabled | This set to true will display a new page in which players are able to choose their favorite items to quickly buy them in the future. The page won't be shown if set to false | true |
quickbuy-icon | The icon that will be used for the quickbuy page (if enabled). It uses this syntax | nether_star |
quickbuy-generate-automatic | true: The first two items of each page (in order) are being used for the default items in the quickbuy. false: The default quickbuy items are being configured using the quickbuy-default-items config |
true |
quickbuy-default-items | Manually define the default quickbuy items. quickbuy-generate-automatic must be set to false for this config to have any effect. The items you want to use here must have their id set. Items are added in the reading order (top left to bottom right). Use "NULL" to skip a slot (keep it empty). Example: ["stone_sword", "iron_sword", "NULL", "apple", "pork"] | [ ] |
seperator-material-inactive | The material for the seperator (between pages and items) in case the given page isn't selected. It uses this syntax | gray_stained_glass_pane |
seperator-material-active | The material for the seperator (between pages and items) in case the given page is selected. It uses this syntax | green_stained_glass_pane |
These configurations apply for all upgrade shop layouts.
Name | Meaning | Default Value |
---|---|---|
gui-title | The title of the GUI that might be displayed by default. %<entry>% will be taken from the messages file. It is also possible to use color codes (e.g. &e for yellow) | %UpgradeShop% |
Name | Meaning | Default Value |
---|---|---|
trap-menu-icon | The icon that is used for the trap menu icons. It uses this syntax | ladder |
Also available at: https://pastebin.com/tdakndbg
Click to open:
#########################
## Visit the wiki page for further info: https://s.marcely.de/mbww19
#########################
######## Shop #######
shop:
global:
gui-title: '%ItemShop%'
gui-title-as-page: true
gui-titles-by-page: {}
normal:
separator-material: blue_stained_glass_pane
rewinside:
shop-variant: CUSTOMIZABLE
hypixelv2:
quickbuy-enabled: true
quickbuy-icon: nether_star
quickbuy-generate-automatic: true
quickbuy-default-items: []
seperator-material-inactive: gray_stained_glass_pane
seperator-material-active: green_stained_glass_pane
######## Upgrade Shop #######
upgrade-shop:
global:
gui-title: '%UpgradeShop%'
hypixel:
trap-menu-icon: ladder