Sorry, we don't support your browser.  Install a modern browser

Create an instant buy feature for specific amounts that can be configured#76

There would be an option for instant purchase of items at configurable amounts as demonstrated in this video. You can configure the amounts and slots for sell and buy. The buy config would look like this.

https://medal.tv/games/minecraft/clips/10U5EzSls1zg20/d1337EGbhiAo?invite=cr-MSxlNmwsOTA3MTAwNDEs

Buy screen

Instant-Buy-Sreen: true/false
buy-screen:
menu-size: 5
items:
1:
material: magenta_stained_glass_pane
name: ‘%translations-thirty-two%’
stack-size: 1
insta-buy: true # Clicking this will instantly buy 1 item
action: BUY1
slot: 19
2:
material: magenta_stained_glass_pane
name: ‘%translations-thirty-two%’
stack-size: 16
insta-buy: true # Clicking this will instantly buy 16 items
action: BUY16
slot: 20
3:
material: magenta_stained_glass_pane
name: ‘%translations-thirty-two%’
stack-size: 32
insta-buy: true # Clicking this will instantly buy 32 items
action: BUY32
slot: 21
4:
material: magenta_stained_glass_pane
name: ‘%translations-thirty-two%’
stack-size: 64
insta-buy: true # Clicking this will instantly buy 64 items
action: BUY64
slot: 22
4:
material: magenta_stained_glass_pane
name: ‘%translations-thirty-two%’
stack-size: inventory
insta-buy: true # Clicking this will instantly buy an inventory items
action: BUYINVENTORY
slot: 23

3 years ago